LICENSE
README.md
pyproject.toml
agent_trace/__init__.py
agent_trace/blame.py
agent_trace/blame_git.py
agent_trace/blame_meta.py
agent_trace/cli.py
agent_trace/commit_link.py
agent_trace/config.py
agent_trace/context.py
agent_trace/conversations.py
agent_trace/git_notes.py
agent_trace/ledger.py
agent_trace/models.py
agent_trace/record.py
agent_trace/registry.py
agent_trace/remote.py
agent_trace/rewrite.py
agent_trace/rules.py
agent_trace/session.py
agent_trace/storage.py
agent_trace/summary.py
agent_trace/summary_presets.py
agent_trace/sync.py
agent_trace/telemetry.py
agent_trace/trace.py
agent_trace/hooks/__init__.py
agent_trace/hooks/base.py
agent_trace/hooks/claude.py
agent_trace/hooks/codex.py
agent_trace/hooks/cursor.py
agent_trace/hooks/git.py
agent_trace/schemas/commit-link.schema.json
agent_trace/schemas/git-note.schema.json
agent_trace/schemas/ledger.schema.json
agent_trace/schemas/remotes.schema.json
agent_trace/schemas/sync-state.schema.json
agent_trace/schemas/trace-record.schema.json
agent_trace_cli.egg-info/PKG-INFO
agent_trace_cli.egg-info/SOURCES.txt
agent_trace_cli.egg-info/dependency_links.txt
agent_trace_cli.egg-info/entry_points.txt
agent_trace_cli.egg-info/requires.txt
agent_trace_cli.egg-info/top_level.txt
tests/test_attribution_edge_cases.py
tests/test_blame.py
tests/test_codex_adapter.py
tests/test_config_command.py
tests/test_conversations.py
tests/test_doctor.py
tests/test_e2e.py
tests/test_e2e_remote.py
tests/test_git_notes.py
tests/test_hooks.py
tests/test_init.py
tests/test_ledger.py
tests/test_models.py
tests/test_record.py
tests/test_remote.py
tests/test_schemas_property.py
tests/test_summary.py
tests/test_sync.py
tests/test_telemetry.py
tests/test_trace.py
tests/test_viewer_project.py
tests/test_workspace.py