LICENSE
README.md
pyproject.toml
src/context_tracker/__init__.py
src/context_tracker/cli.py
src/context_tracker/codex.py
src/context_tracker/dashboard.py
src/context_tracker/db.py
src/context_tracker/headroom_audit.py
src/context_tracker/hooks.py
src/context_tracker/ingest.py
src/context_tracker/installer.py
src/context_tracker/models.py
src/context_tracker/nudge_config.py
src/context_tracker/nudges.py
src/context_tracker/profiles.py
src/context_tracker/server.py
src/context_tracker/stats.py
src/context_tracker/storage.py
src/context_tracker/transcript.py
src/context_tracker/transcript_parser.py
src/context_tracker.egg-info/PKG-INFO
src/context_tracker.egg-info/SOURCES.txt
src/context_tracker.egg-info/dependency_links.txt
src/context_tracker.egg-info/entry_points.txt
src/context_tracker.egg-info/requires.txt
src/context_tracker.egg-info/top_level.txt
src/context_tracker/analysis/__init__.py
src/context_tracker/analysis/claude_md.py
src/context_tracker/analysis/config.py
src/context_tracker/analysis/freshness.py
src/context_tracker/analysis/health.py
src/context_tracker/analysis/models.py
src/context_tracker/analysis/patterns.py
src/context_tracker/analysis/prompts.py
src/context_tracker/analysis/reconstruction.py
src/context_tracker/analysis/report.py
src/context_tracker/analysis/staleness.py
src/context_tracker/ccscope/__init__.py
src/context_tracker/ccscope/cli.py
src/context_tracker/ccscope/offload.py
src/context_tracker/ccscope/parse_transcript.py
src/context_tracker/ccscope/reconcile.py
src/context_tracker/ccscope/subagents.py
src/context_tracker/ccscope/tokens.py
src/context_tracker/static/context-scope.html
src/context_tracker/static/dashboard-v3.html
src/context_tracker/static/optimize.html
src/context_tracker/static/sessions.html
src/context_tracker/static/workflows.html
tests/test_analysis_models.py
tests/test_audit_headroom.py
tests/test_ccscope_cli.py
tests/test_claude_md.py
tests/test_cli.py
tests/test_codex.py
tests/test_config.py
tests/test_dashboard_api.py
tests/test_dashboard_extended.py
tests/test_db.py
tests/test_freshness.py
tests/test_headroom_analyze.py
tests/test_health.py
tests/test_health_extended.py
tests/test_hooks.py
tests/test_ingest.py
tests/test_installer.py
tests/test_models.py
tests/test_nudges.py
tests/test_offload.py
tests/test_parse_transcript_cs.py
tests/test_patterns.py
tests/test_prompts.py
tests/test_reconcile.py
tests/test_reconstruction.py
tests/test_report.py
tests/test_retrospective.py
tests/test_server.py
tests/test_server_extended.py
tests/test_staleness.py
tests/test_stats.py
tests/test_storage.py
tests/test_subagents.py
tests/test_tokens_extended.py
tests/test_transcript.py
tests/test_transcript_parser.py
tests/test_workflows.py