LICENSE
README.md
pyproject.toml
src/adash/__init__.py
src/adash/__main__.py
src/adash/analytics.py
src/adash/cli.py
src/adash/history.py
src/adash/model.py
src/adash/paths.py
src/adash/pricing.py
src/adash/collectors/__init__.py
src/adash/collectors/base.py
src/adash/collectors/claude.py
src/adash/collectors/codex.py
src/adash/collectors/multi.py
src/adash/collectors/process.py
src/adash/collectors/rate_limit.py
src/adash/ui/__init__.py
src/adash/ui/app.py
src/adash/ui/snapshot.py
src/adash/ui/widgets.py
src/adash_cli.egg-info/PKG-INFO
src/adash_cli.egg-info/SOURCES.txt
src/adash_cli.egg-info/dependency_links.txt
src/adash_cli.egg-info/entry_points.txt
src/adash_cli.egg-info/requires.txt
src/adash_cli.egg-info/top_level.txt
tests/test_analytics.py
tests/test_claude_parser.py
tests/test_encode_cwd.py
tests/test_history_store.py
tests/test_orphan_detection.py
tests/test_packaging_metadata.py
tests/test_production_hardening.py
tests/test_snapshot_dashboard.py
tests/test_ui_viewmodel.py