LICENSE
README.md
pyproject.toml
diffcontext/__init__.py
diffcontext/_warn_once.py
diffcontext/cache.py
diffcontext/graph_builder.py
diffcontext/history.py
diffcontext/lexical.py
diffcontext/mcp_server.py
diffcontext/models.py
diffcontext/parser.py
diffcontext/pipeline.py
diffcontext/py.typed
diffcontext/resolver.py
diffcontext/scanner.py
diffcontext/symbols.py
diffcontext.egg-info/PKG-INFO
diffcontext.egg-info/SOURCES.txt
diffcontext.egg-info/dependency_links.txt
diffcontext.egg-info/entry_points.txt
diffcontext.egg-info/requires.txt
diffcontext.egg-info/top_level.txt
diffcontext/cli/__init__.py
diffcontext/context/__init__.py
diffcontext/context/compiler.py
diffcontext/context/selector.py
diffcontext/diff/__init__.py
diffcontext/diff/git_diff.py
diffcontext/diff/state_manager.py
diffcontext/impact/__init__.py
diffcontext/impact/blast_radius.py
diffcontext/impact/scoring.py
diffcontext/impact/traversal.py
diffcontext/impact/visualizer.py
diffcontext/languages/__init__.py
diffcontext/languages/typescript.py
diffcontext/rerank/__init__.py
diffcontext/rerank/features.py
diffcontext/rerank/model.py
diffcontext/verify/__init__.py
diffcontext/verify/cases.py
diffcontext/verify/history.py
diffcontext/verify/sufficiency.py
tests/test_cache.py
tests/test_compiler_meta.py
tests/test_core.py
tests/test_cutoff.py
tests/test_determinism.py
tests/test_downstream_eval.py
tests/test_git_diff.py
tests/test_harness_api.py
tests/test_history.py
tests/test_incremental.py
tests/test_index_scoping.py
tests/test_lexical.py
tests/test_mcp_server.py
tests/test_rerank.py
tests/test_semantic_ablation.py
tests/test_semantic_audit.py
tests/test_semantic_gap.py
tests/test_semantic_metrics.py
tests/test_semantic_mine.py
tests/test_service_clone.py
tests/test_src_layout.py
tests/test_stats.py
tests/test_token_budget.py
tests/test_typescript_adapter.py
tests/test_verify.py
tests/test_version.py