LICENSE
README.md
pyproject.toml
dot/__init__.py
dot/api.py
dot/cli.py
dot/config.py
dot/daemon.py
dot/doctor.py
dot/context/__init__.py
dot/context/assembler.py
dot/context/formatter.py
dot/context/ranker.py
dot/conversations/__init__.py
dot/conversations/claude_code.py
dot/conversations/ingest.py
dot/conversations/source.py
dot/conversations/watcher.py
dot/indexer/__init__.py
dot/indexer/chunker.py
dot/indexer/embedder.py
dot/indexer/parser.py
dot/indexer/watcher.py
dot/integrations/__init__.py
dot/integrations/claude.py
dot/integrations/copilot.py
dot/integrations/git.py
dot/integrations/mcp.py
dot/memory/__init__.py
dot/memory/decay.py
dot/memory/decisions.py
dot/memory/shared.py
dot/memory/store.py
dot_context.egg-info/PKG-INFO
dot_context.egg-info/SOURCES.txt
dot_context.egg-info/dependency_links.txt
dot_context.egg-info/entry_points.txt
dot_context.egg-info/requires.txt
dot_context.egg-info/top_level.txt
tests/test_api.py
tests/test_cli_init.py
tests/test_context.py
tests/test_conversation_capture_integration.py
tests/test_conversations.py
tests/test_doctor.py
tests/test_indexer.py
tests/test_mcp.py
tests/test_memory.py
tests/test_shared.py