LICENSE
README.md
pyproject.toml
src/ccrecall/__init__.py
src/ccrecall/content.py
src/ccrecall/db.py
src/ccrecall/embeddings.py
src/ccrecall/formatting.py
src/ccrecall/fusion.py
src/ccrecall/legacy.py
src/ccrecall/models.py
src/ccrecall/parsing.py
src/ccrecall/project_ops.py
src/ccrecall/recent_chats.py
src/ccrecall/schema.py
src/ccrecall/search_conversations.py
src/ccrecall/serialization.py
src/ccrecall/session_ops.py
src/ccrecall/session_tail.py
src/ccrecall/summarizer.py
src/ccrecall/token_analytics.py
src/ccrecall/token_dashboard.py
src/ccrecall/token_insights.py
src/ccrecall/token_output.py
src/ccrecall/token_parser.py
src/ccrecall/token_schema.py
src/ccrecall.egg-info/PKG-INFO
src/ccrecall.egg-info/SOURCES.txt
src/ccrecall.egg-info/dependency_links.txt
src/ccrecall.egg-info/entry_points.txt
src/ccrecall.egg-info/requires.txt
src/ccrecall.egg-info/top_level.txt
src/ccrecall/cli/__init__.py
src/ccrecall/cli/commands.py
src/ccrecall/cli/context.py
src/ccrecall/hooks/__init__.py
src/ccrecall/hooks/backfill_embeddings.py
src/ccrecall/hooks/backfill_summaries.py
src/ccrecall/hooks/clear_handoff.py
src/ccrecall/hooks/import_conversations.py
src/ccrecall/hooks/memory_context.py
src/ccrecall/hooks/memory_setup.py
src/ccrecall/hooks/memory_sync.py
src/ccrecall/hooks/onboarding.py
src/ccrecall/hooks/sync_current.py
src/ccrecall/hooks/write_config.py
tests/test_backfill_embeddings.py
tests/test_boundary_validation.py
tests/test_clear_handoff_contract.py
tests/test_cli_context.py
tests/test_content.py
tests/test_context_injection.py
tests/test_db.py
tests/test_embeddings.py
tests/test_formatting.py
tests/test_fusion.py
tests/test_import_pipeline.py
tests/test_ingest_token_data.py
tests/test_integration.py
tests/test_legacy_migration.py
tests/test_onboarding.py
tests/test_parsing.py
tests/test_project_ops.py
tests/test_recent_chats.py
tests/test_search.py
tests/test_security.py
tests/test_serialization.py
tests/test_session_ops.py
tests/test_session_tail.py
tests/test_summarizer.py
tests/test_sync_hook.py
tests/test_token_insights.py
tests/test_token_output.py
tests/test_token_parser.py
tests/test_write_config.py