LICENSE
README.md
pyproject.toml
src/mri/__init__.py
src/mri/cli.py
src/mri/config.py
src/mri/logging_setup.py
src/mri/mcp_server.py
src/mri/metrics.py
src/mri/security.py
src/mri/_frontend/dashboard/404.html
src/mri/_frontend/dashboard/csp-script-hashes.json
src/mri/_frontend/dashboard/index.html
src/mri/_frontend/dashboard/index.txt
src/mri/_frontend/dashboard/404/index.html
src/mri/_frontend/dashboard/_next/static/3dE6niSMe8w3L561HOsbo/_buildManifest.js
src/mri/_frontend/dashboard/_next/static/3dE6niSMe8w3L561HOsbo/_ssgManifest.js
src/mri/_frontend/dashboard/_next/static/chunks/535.ea0d56d924ca37e9.js
src/mri/_frontend/dashboard/_next/static/chunks/558-0230a39121ca60e4.js
src/mri/_frontend/dashboard/_next/static/chunks/567e3fde-8c71b67cb98676f3.js
src/mri/_frontend/dashboard/_next/static/chunks/914.8f0606f9d3977a19.js
src/mri/_frontend/dashboard/_next/static/chunks/framework-fad3a15f30dbb708.js
src/mri/_frontend/dashboard/_next/static/chunks/main-22f70b6d6eecc8c0.js
src/mri/_frontend/dashboard/_next/static/chunks/main-app-796cc2ae8d18a1ee.js
src/mri/_frontend/dashboard/_next/static/chunks/polyfills-42372ed130431b0a.js
src/mri/_frontend/dashboard/_next/static/chunks/webpack-2972d1dda613bb34.js
src/mri/_frontend/dashboard/_next/static/chunks/app/global-error-3a9d739431e229a4.js
src/mri/_frontend/dashboard/_next/static/chunks/app/layout-3814638034040739.js
src/mri/_frontend/dashboard/_next/static/chunks/app/not-found-b12e0703991bd1bd.js
src/mri/_frontend/dashboard/_next/static/chunks/app/page-8057ba7f10aa0174.js
src/mri/_frontend/dashboard/_next/static/chunks/app/_not-found/page-b12e0703991bd1bd.js
src/mri/_frontend/dashboard/_next/static/chunks/pages/_app-e62b178e33142806.js
src/mri/_frontend/dashboard/_next/static/chunks/pages/_error-eba3366e54c47187.js
src/mri/_frontend/dashboard/_next/static/css/ed8cb4fbbb09a0f6.css
src/mri/_frontend/dashboard/_next/static/media/0aa834ed78bf6d07-s.woff2
src/mri/_frontend/dashboard/_next/static/media/67957d42bae0796d-s.woff2
src/mri/_frontend/dashboard/_next/static/media/886030b0b59bc5a7-s.woff2
src/mri/_frontend/dashboard/_next/static/media/939c4f875ee75fbb-s.woff2
src/mri/_frontend/dashboard/_next/static/media/bb3ef058b751a6ad-s.p.woff2
src/mri/_frontend/dashboard/_next/static/media/f911b923c6adde36-s.woff2
src/mri/analyzers/__init__.py
src/mri/analyzers/architecture.py
src/mri/analyzers/base.py
src/mri/analyzers/complexity.py
src/mri/analyzers/coupling.py
src/mri/analyzers/dependencies.py
src/mri/analyzers/git_history.py
src/mri/analyzers/parsing.py
src/mri/analyzers/tech_debt.py
src/mri/api/__init__.py
src/mri/api/app.py
src/mri/api/deps.py
src/mri/api/metrics_routes.py
src/mri/api/middleware.py
src/mri/api/routes/__init__.py
src/mri/api/routes/demo.py
src/mri/api/routes/fusion.py
src/mri/api/routes/health.py
src/mri/api/routes/scans.py
src/mri/auth/__init__.py
src/mri/auth/routes.py
src/mri/auth/users.py
src/mri/db/__init__.py
src/mri/db/fusion_repository.py
src/mri/db/migrator.py
src/mri/db/repository.py
src/mri/db/migrations/0001_initial_schema.sql
src/mri/db/migrations/0002_fusion_model.sql
src/mri/db/migrations/0003_content_retention.sql
src/mri/db/migrations/0004_fusion_index_tuning.sql
src/mri/db/migrations/0005_decision_status_and_dedup.sql
src/mri/db/migrations/0006_decisions_project_scope.sql
src/mri/db/migrations/0007_fusion_project_scope.sql
src/mri/db/migrations/0008_decision_files.sql
src/mri/db/migrations/0009_decision_links.sql
src/mri/eval/__init__.py
src/mri/eval/corpus.py
src/mri/eval/guard.py
src/mri/eval/runner.py
src/mri/fusion/__init__.py
src/mri/fusion/authorship.py
src/mri/fusion/consequences.py
src/mri/fusion/correlation.py
src/mri/fusion/decisions.py
src/mri/fusion/explain.py
src/mri/fusion/line_authorship.py
src/mri/fusion/pipeline.py
src/mri/ingest/__init__.py
src/mri/ingest/claude_code.py
src/mri/ingest/service.py
src/mri/models/__init__.py
src/mri/models/cli_json.py
src/mri/models/fusion.py
src/mri/models/scan.py
src/mri/scoring/__init__.py
src/mri/services/__init__.py
src/mri/services/demo_feed.py
src/mri/services/repo_cloner.py
src/mri/services/report_generator.py
src/mri/services/scanner.py
src/mri/services/watcher.py
src/mri/services/webhook.py
src/mri/templates/report.html.j2
src/mri/utils/__init__.py
src/project_mri.egg-info/PKG-INFO
src/project_mri.egg-info/SOURCES.txt
src/project_mri.egg-info/dependency_links.txt
src/project_mri.egg-info/entry_points.txt
src/project_mri.egg-info/requires.txt
src/project_mri.egg-info/top_level.txt
tests/test_analyzers.py
tests/test_api.py
tests/test_api_fusion.py
tests/test_authorship_weighted_risk.py
tests/test_bind_posture.py
tests/test_cli_fusion.py
tests/test_cli_scan.py
tests/test_clone_branch.py
tests/test_clone_quota.py
tests/test_clone_ssrf.py
tests/test_consequence_loop.py
tests/test_dashboard_e2e.py
tests/test_decision_dedupe.py
tests/test_decision_provenance.py
tests/test_eval_harness.py
tests/test_explain.py
tests/test_failure_modes.py
tests/test_fixes.py
tests/test_fusion_model.py
tests/test_fusion_pipeline.py
tests/test_golden.py
tests/test_line_authorship.py
tests/test_mcp_server.py
tests/test_migrations.py
tests/test_no_network.py
tests/test_parsing.py
tests/test_phase1_regressions.py
tests/test_pipeline.py
tests/test_report_endpoints_fusion.py
tests/test_report_fusion.py
tests/test_sarif_authorship.py
tests/test_scoring.py
tests/test_security.py
tests/test_session_commit_correlation.py
tests/test_session_ingest.py
tests/test_symlink_containment.py
tests/test_v030.py
tests/test_watch_cli.py