LICENSE
README.md
pyproject.toml
src/trailant/__init__.py
src/trailant/cli.py
src/trailant/config.py
src/trailant/html_report.py
src/trailant/indexer.py
src/trailant/jsonl_store.py
src/trailant/models.py
src/trailant/utils.py
src/trailant.egg-info/PKG-INFO
src/trailant.egg-info/SOURCES.txt
src/trailant.egg-info/dependency_links.txt
src/trailant.egg-info/entry_points.txt
src/trailant.egg-info/requires.txt
src/trailant.egg-info/top_level.txt
src/trailant/adapters/__init__.py
src/trailant/adapters/base.py
src/trailant/adapters/claude_code.py
src/trailant/adapters/codex.py
tests/test_adapters.py
tests/test_config.py
tests/test_html_report.py
tests/test_indexer.py
tests/test_jsonl_store.py
tests/test_utils.py