LICENSE
README.md
pyproject.toml
src/ai_spec_check.egg-info/PKG-INFO
src/ai_spec_check.egg-info/SOURCES.txt
src/ai_spec_check.egg-info/dependency_links.txt
src/ai_spec_check.egg-info/entry_points.txt
src/ai_spec_check.egg-info/requires.txt
src/ai_spec_check.egg-info/top_level.txt
src/spec_check/__init__.py
src/spec_check/__main__.py
src/spec_check/cli.py
src/spec_check/llm.py
src/spec_check/parser.py
src/spec_check/scanner.py
src/spec_check/scorer.py
src/spec_check/formatters/__init__.py
src/spec_check/formatters/json_fmt.py
src/spec_check/formatters/table.py
tests/test_parser.py
tests/test_scanner.py