LICENSE
README.md
pyproject.toml
src/ctx_capture/__init__.py
src/ctx_capture/schema.py
src/ctx_capture.egg-info/PKG-INFO
src/ctx_capture.egg-info/SOURCES.txt
src/ctx_capture.egg-info/dependency_links.txt
src/ctx_capture.egg-info/entry_points.txt
src/ctx_capture.egg-info/requires.txt
src/ctx_capture.egg-info/top_level.txt
src/ctx_capture/capture/__init__.py
src/ctx_capture/capture/recorder.py
src/ctx_capture/mcp/__init__.py
src/ctx_capture/mcp/__main__.py
src/ctx_capture/mcp/anomalies.py
src/ctx_capture/mcp/auth.py
src/ctx_capture/mcp/models.py
src/ctx_capture/mcp/pagination.py
src/ctx_capture/mcp/server.py
src/ctx_capture/storage/__init__.py
src/ctx_capture/storage/repository.py
src/ctx_capture/storage/sqlite_repo.py
tests/test_capture.py
tests/test_fidelity.py
tests/test_fidelity_anthropic.py
tests/test_schema.py
tests/test_storage.py