LICENSE
README.md
pyproject.toml
commit_shrink/__init__.py
commit_shrink/analyzer.py
commit_shrink/card.py
commit_shrink/cli.py
commit_shrink/collector.py
commit_shrink/diagnoser.py
commit_shrink/github_api.py
commit_shrink/history.py
commit_shrink/models.py
commit_shrink/pipeline.py
commit_shrink/remote.py
commit_shrink/report.py
commit_shrink/report_markdown.py
commit_shrink/run.py
commit_shrink/waiting.py
commit_shrink/web_app.py
commit_shrink.egg-info/PKG-INFO
commit_shrink.egg-info/SOURCES.txt
commit_shrink.egg-info/dependency_links.txt
commit_shrink.egg-info/entry_points.txt
commit_shrink.egg-info/requires.txt
commit_shrink.egg-info/top_level.txt
commit_shrink/data/symptoms.yaml
commit_shrink/data/locales/en.yaml
tests/test_aggregate.py
tests/test_card.py
tests/test_card_svg.py
tests/test_cli_encoding.py
tests/test_collector.py
tests/test_compute_metrics.py
tests/test_empty_commit_rungs.py
tests/test_github_api.py
tests/test_golden_sample.py
tests/test_history.py
tests/test_history_revisionism.py
tests/test_locale.py
tests/test_new_symptoms.py
tests/test_pipeline.py
tests/test_remote.py
tests/test_report_markdown.py
tests/test_scoring_fairness.py
tests/test_sentiment_contract.py
tests/test_severity_boundaries.py
tests/test_token_flow.py
tests/test_waiting.py
tests/test_web_app.py
tests/test_web_app_submit.py