LICENSE
README.md
pyproject.toml
src/ccrecall/__init__.py
src/ccrecall/branch_ops.py
src/ccrecall/config.py
src/ccrecall/content.py
src/ccrecall/db.py
src/ccrecall/embed_ops.py
src/ccrecall/embeddings.py
src/ccrecall/formatting.py
src/ccrecall/fusion.py
src/ccrecall/health.py
src/ccrecall/import_log_ops.py
src/ccrecall/message_ops.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_cli.py
src/ccrecall/search_conversations.py
src/ccrecall/search_hydrate.py
src/ccrecall/search_query.py
src/ccrecall/search_vector.py
src/ccrecall/serialization.py
src/ccrecall/session_ops.py
src/ccrecall/session_tail.py
src/ccrecall/summarizer.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_query.py
src/ccrecall/hooks/backfill_status.py
src/ccrecall/hooks/backfill_summaries.py
src/ccrecall/hooks/clear_handoff.py
src/ccrecall/hooks/context_alerts.py
src/ccrecall/hooks/context_rendering.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/session_selection.py
src/ccrecall/hooks/sync_current.py
src/ccrecall/hooks/warm_model.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_health.py
tests/test_import_pipeline.py
tests/test_integration.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