README.md
pyproject.toml
src/ai_code_stats/__init__.py
src/ai_code_stats/attribution.py
src/ai_code_stats/classify.py
src/ai_code_stats/cli.py
src/ai_code_stats/config.py
src/ai_code_stats/diffutil.py
src/ai_code_stats/gitutil.py
src/ai_code_stats/identity.py
src/ai_code_stats/models.py
src/ai_code_stats/paths.py
src/ai_code_stats/py.typed
src/ai_code_stats/storage.py
src/ai_code_stats/tokens.py
src/ai_code_stats/util.py
src/ai_code_stats.egg-info/PKG-INFO
src/ai_code_stats.egg-info/SOURCES.txt
src/ai_code_stats.egg-info/dependency_links.txt
src/ai_code_stats.egg-info/entry_points.txt
src/ai_code_stats.egg-info/requires.txt
src/ai_code_stats.egg-info/top_level.txt
src/ai_code_stats/agents/__init__.py
src/ai_code_stats/agents/base.py
src/ai_code_stats/agents/claude_code.py
src/ai_code_stats/agents/codex.py
src/ai_code_stats/agents/registry.py
src/ai_code_stats/githook/__init__.py
src/ai_code_stats/githook/post_commit.py
src/ai_code_stats/hooks/__init__.py
src/ai_code_stats/hooks/session_event.py
src/ai_code_stats/hooks/tool_event.py
src/ai_code_stats/install/__init__.py
src/ai_code_stats/install/agent_install.py
src/ai_code_stats/install/git_install.py
src/ai_code_stats/reporters/__init__.py
src/ai_code_stats/reporters/base.py
src/ai_code_stats/reporters/command.py
src/ai_code_stats/reporters/http_webhook.py
src/ai_code_stats/reporters/json_file.py
src/ai_code_stats/reporters/registry.py
tests/test_agents.py
tests/test_attribution.py
tests/test_classify.py
tests/test_e2e.py
tests/test_install.py
tests/test_reporters.py
tests/test_schema.py
tests/test_tokens.py