LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
docs/PRD.md
docs/architecture.md
docs/memory.md
docs/msit-report-outline.md
docs/phases.md
docs/phases_addendum_phase5.md
docs/rules.md
scripts/train_model.py
src/riskon/__init__.py
src/riskon/config.py
src/riskon/diagnostics.py
src/riskon/exceptions.py
src/riskon/py.typed
src/riskon.egg-info/PKG-INFO
src/riskon.egg-info/SOURCES.txt
src/riskon.egg-info/dependency_links.txt
src/riskon.egg-info/entry_points.txt
src/riskon.egg-info/requires.txt
src/riskon.egg-info/top_level.txt
src/riskon/analyzer/__init__.py
src/riskon/analyzer/repo_scanner.py
src/riskon/analyzer/risk_analyzer.py
src/riskon/cli/__init__.py
src/riskon/cli/main.py
src/riskon/cli/runner.py
src/riskon/metrics/__init__.py
src/riskon/metrics/complexity.py
src/riskon/metrics/extractor.py
src/riskon/metrics/git_utils.py
src/riskon/metrics/models.py
src/riskon/ml/__init__.py
src/riskon/ml/predictor.py
src/riskon/ml/models/model_card.json
src/riskon/ml/models/pretrained_model.pkl
src/riskon/ml/models/scaler.pkl
src/riskon/output/__init__.py
src/riskon/output/json_exporter.py
src/riskon/output/terminal_renderer.py
src/riskon/results/__init__.py
src/riskon/results/aggregator.py
src/riskon/results/models.py
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_cli_commands.py
tests/integration/test_cli_phase5.py
tests/integration/test_e2e_metrics.py
tests/integration/test_e2e_predict.py
tests/unit/__init__.py
tests/unit/test_cli.py
tests/unit/test_complexity.py
tests/unit/test_config.py
tests/unit/test_diagnostics.py
tests/unit/test_git_utils.py
tests/unit/test_import_integrity.py
tests/unit/test_json_exporter.py
tests/unit/test_metrics_extractor.py
tests/unit/test_ml_predictor.py
tests/unit/test_models.py
tests/unit/test_repo_scanner.py
tests/unit/test_results_aggregator.py
tests/unit/test_terminal_renderer.py