LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/main.py
confidence/__init__.py
confidence/calculator.py
confidence/models.py
context/__init__.py
context/models.py
context/pruner.py
context/selector.py
continuum_toolkit.egg-info/PKG-INFO
continuum_toolkit.egg-info/SOURCES.txt
continuum_toolkit.egg-info/dependency_links.txt
continuum_toolkit.egg-info/entry_points.txt
continuum_toolkit.egg-info/requires.txt
continuum_toolkit.egg-info/top_level.txt
contradictions/__init__.py
contradictions/detector.py
contradictions/models.py
core/__init__.py
core/enums.py
core/evidence.py
core/interfaces.py
core/schema.py
core/serializer.py
core/state_models.py
daemon/__init__.py
daemon/service.py
extractors/__init__.py
extractors/base.py
extractors/config_extractor.py
extractors/conversation_extractor.py
extractors/git_extractor.py
extractors/verification_extractor.py
extractors/workspace_extractor.py
extractors/config/parsers.py
extractors/config/secret_sanitizer.py
extractors/conversation/analyzers.py
extractors/conversation/models.py
extractors/parsers/base.py
extractors/parsers/comment_parser.py
extractors/parsers/js_ts_parser.py
extractors/parsers/python_parser.py
extractors/verification/runners.py
graph/__init__.py
graph/diff.py
graph/manager.py
graph/models.py
graph/propagator.py
graph/query.py
graph/snapshot.py
handoff/__init__.py
handoff/models.py
handoff/packager.py
handoff/adapters/__init__.py
handoff/adapters/base.py
handoff/adapters/claude_adapter.py
handoff/adapters/codex_gpt_adapter.py
handoff/adapters/gemini_adapter.py
handoff/adapters/local_model_adapter.py
pipeline/__init__.py
pipeline/orchestrator.py
resolution/__init__.py
resolution/resolver.py
storage/__init__.py
storage/hooks.py
storage/manager.py
storage/models.py
storage/recovery.py
tests/test_adversarial_testing.py
tests/test_cli_and_daemon.py
tests/test_confidence_calculator.py
tests/test_config_extractor.py
tests/test_context_pruning.py
tests/test_context_selector.py
tests/test_contradiction_detector.py
tests/test_conversation_extractor.py
tests/test_dependency_propagation.py
tests/test_end_to_end_pipeline.py
tests/test_enums_and_evidence.py
tests/test_evidence_resolver.py
tests/test_git_extractor.py
tests/test_graph_persistence_and_querying.py
tests/test_handoff_packager.py
tests/test_incremental_updater.py
tests/test_interfaces.py
tests/test_model_adapters.py
tests/test_performance_and_reliability.py
tests/test_persistent_storage_and_hooks.py
tests/test_security_and_hardening.py
tests/test_serialization.py
tests/test_state_graph.py
tests/test_state_isolation.py
tests/test_verification_extractor.py
tests/test_workspace_extractor.py
watcher/__init__.py
watcher/detector.py
watcher/models.py
watcher/updater.py