LICENSE
README.md
pyproject.toml
src/specfix/__init__.py
src/specfix/__main__.py
src/specfix/checkpoint.py
src/specfix/complexity.py
src/specfix/config.py
src/specfix/intake.py
src/specfix/localization.py
src/specfix/router.py
src/specfix/sandbox.py
src/specfix/state_graph.py
src/specfix/test_discovery.py
src/specfix/verifier.py
src/specfix/yagni.py
src/specfix.egg-info/PKG-INFO
src/specfix.egg-info/SOURCES.txt
src/specfix.egg-info/dependency_links.txt
src/specfix.egg-info/entry_points.txt
src/specfix.egg-info/requires.txt
src/specfix.egg-info/top_level.txt
src/specfix/llm/__init__.py
src/specfix/llm/base.py
src/specfix/llm/gemini.py
src/specfix/llm/mock.py
src/specfix/llm/nvidia_qwen.py
tests/test_bare_hunk_normalization.py
tests/test_checkpoint.py
tests/test_complexity.py
tests/test_discovery.py
tests/test_evaluation.py
tests/test_gemini.py
tests/test_hunk_count_fix.py
tests/test_intake.py
tests/test_integration.py
tests/test_localization.py
tests/test_nvidia_qwen.py
tests/test_patch_parsing.py
tests/test_prompt_contract.py
tests/test_router.py
tests/test_sandbox.py
tests/test_state_graph.py
tests/test_tier2_smoke.py
tests/test_verifier.py
tests/test_yagni.py