.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/publish.yml
culprit/__init__.py
culprit/_proc.py
culprit/bisect.py
culprit/blast_radius.py
culprit/classify.py
culprit/cli.py
culprit/completeness.py
culprit/config.py
culprit/coupling.py
culprit/coverage.py
culprit/evolution.py
culprit/htmlreport.py
culprit/intent.py
culprit/lifecycle.py
culprit/owners.py
culprit/pr_context.py
culprit/reasoning.py
culprit/report.py
culprit/risk.py
culprit/serve.py
culprit/suspect.py
culprit/testimpact.py
culprit/trace.py
culprit.egg-info/PKG-INFO
culprit.egg-info/SOURCES.txt
culprit.egg-info/dependency_links.txt
culprit.egg-info/entry_points.txt
culprit.egg-info/requires.txt
culprit.egg-info/scm_file_list.json
culprit.egg-info/scm_version.json
culprit.egg-info/top_level.txt
culprit/templates/report.html
docs/ARCHITECTURE.md
docs/report.png
examples/github-actions/culprit-pr.yml
tests/conftest.py
tests/githelper.py
tests/test_bisect.py
tests/test_blast_radius.py
tests/test_classify.py
tests/test_completeness.py
tests/test_config.py
tests/test_coupling.py
tests/test_coverage.py
tests/test_evolution.py
tests/test_htmlreport.py
tests/test_intent.py
tests/test_lifecycle.py
tests/test_multihost.py
tests/test_owners.py
tests/test_pipeline.py
tests/test_report.py
tests/test_risk.py
tests/test_serve.py
tests/test_suspect_parse.py
tests/test_testimpact.py
tests/test_trace.py