LICENSE
README.md
pyproject.toml
src/whycode/__init__.py
src/whycode/__main__.py
src/whycode/cache.py
src/whycode/cli.py
src/whycode/decisions.py
src/whycode/git_facts.py
src/whycode/hotspots.py
src/whycode/ignore.py
src/whycode/llm.py
src/whycode/mcp_server.py
src/whycode/risk_card.py
src/whycode/scorer.py
src/whycode/signals.py
src/whycode/story.py
src/whycode/suppressions.py
src/whycode/templates/__init__.py
src/whycode/templates/github-workflow.yml
src/whycode/templates/pre-commit
src/whycode_cli.egg-info/PKG-INFO
src/whycode_cli.egg-info/SOURCES.txt
src/whycode_cli.egg-info/dependency_links.txt
src/whycode_cli.egg-info/entry_points.txt
src/whycode_cli.egg-info/requires.txt
src/whycode_cli.egg-info/top_level.txt
tests/test_cache.py
tests/test_cli.py
tests/test_decisions.py
tests/test_git_facts.py
tests/test_hotspots.py
tests/test_ignore.py
tests/test_mcp_audit.py
tests/test_mcp_hotspots.py
tests/test_mcp_prompts.py
tests/test_mcp_story.py
tests/test_scorer.py
tests/test_signals.py
tests/test_story.py
tests/test_suppressions.py