.editorconfig
.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/CLI.md
docs/DESIGN.md
docs/EXPERIMENTS.md
examples/README.md
examples/demo-report.md
examples/dynamic-interactive.json
examples/dynamic.json
examples/matrix-dashboard.html
examples/matrix-report.md
examples/single-run-dashboard.html
examples/static.json
examples/demo-rules/synthetic-capability.yml
examples/re-handoff/CapaGapImport_Ghidra.py
examples/re-handoff/README.txt
examples/re-handoff/capagap-handoff.json
examples/re-handoff/capagap-triage.json
examples/re-handoff/capagap_import_binja.py
examples/re-handoff/capagap_import_ida.py
scripts/release_check.py
src/capagap/__init__.py
src/capagap/__main__.py
src/capagap/analysis.py
src/capagap/cli.py
src/capagap/handoff.py
src/capagap/hotspots.py
src/capagap/html_report.py
src/capagap/io.py
src/capagap/manifest.py
src/capagap/matrix.py
src/capagap/models.py
src/capagap/render.py
src/capagap/scoring.py
src/capagap/triage.py
src/capagap.egg-info/PKG-INFO
src/capagap.egg-info/SOURCES.txt
src/capagap.egg-info/dependency_links.txt
src/capagap.egg-info/entry_points.txt
src/capagap.egg-info/requires.txt
src/capagap.egg-info/top_level.txt
src/capagap/assets/report.css
src/capagap/assets/report.js
src/capagap/importers/binary_ninja.py.tmpl
src/capagap/importers/ghidra.py.tmpl
src/capagap/importers/ida.py.tmpl
tests/__init__.py
tests/test_analysis.py
tests/test_handoff.py
tests/test_html_report.py
tests/test_io.py
tests/test_manifest.py
tests/test_matrix.py
tests/test_release.py
tests/test_render_cli.py
tests/test_triage.py