LICENSE
NOTICE
README.md
pyproject.toml
src/hachilles/__init__.py
src/hachilles/__main__.py
src/hachilles/cli.py
src/hachilles.egg-info/PKG-INFO
src/hachilles.egg-info/SOURCES.txt
src/hachilles.egg-info/dependency_links.txt
src/hachilles.egg-info/entry_points.txt
src/hachilles.egg-info/requires.txt
src/hachilles.egg-info/top_level.txt
src/hachilles/api/__init__.py
src/hachilles/api/app.py
src/hachilles/api/models.py
src/hachilles/api/routes/__init__.py
src/hachilles/api/routes/agents.py
src/hachilles/api/routes/compare.py
src/hachilles/api/routes/history.py
src/hachilles/api/routes/scan.py
src/hachilles/auditors/__init__.py
src/hachilles/auditors/base.py
src/hachilles/auditors/constraint_auditor.py
src/hachilles/auditors/context_auditor.py
src/hachilles/auditors/entropy_auditor.py
src/hachilles/llm/__init__.py
src/hachilles/llm/cache.py
src/hachilles/llm/client.py
src/hachilles/llm/evaluator.py
src/hachilles/models/__init__.py
src/hachilles/models/scan_result.py
src/hachilles/plugins/__init__.py
src/hachilles/plugins/base.py
src/hachilles/plugins/registry.py
src/hachilles/prescriptions/__init__.py
src/hachilles/report/__init__.py
src/hachilles/report/templates/report.html.j2
src/hachilles/scanner/__init__.py
src/hachilles/scanner/ast_analyzer.py
src/hachilles/scanner/scanner.py
src/hachilles/score/__init__.py
src/hachilles/score/score_engine.py
src/hachilles/tracker/__init__.py
src/hachilles/tracker/history.py
tests/test_integration_all_phases.py
tests/test_integration_phase1_phase2.py
tests/test_phase2_ast.py
tests/test_phase2_llm.py
tests/test_phase2_scanner.py
tests/test_phase2_tracker.py
tests/test_phase3_api.py
tests/test_phase3_plugins.py
tests/test_phase3_typescript.py
tests/test_scanner.py
tests/test_scanner_v2.py