LICENSE
README.md
pyproject.toml
contextgraph_studio/__init__.py
contextgraph_studio/cli.py
contextgraph_studio/config.py
contextgraph_studio/db.py
contextgraph_studio/domain.py
contextgraph_studio.egg-info/PKG-INFO
contextgraph_studio.egg-info/SOURCES.txt
contextgraph_studio.egg-info/dependency_links.txt
contextgraph_studio.egg-info/entry_points.txt
contextgraph_studio.egg-info/requires.txt
contextgraph_studio.egg-info/top_level.txt
contextgraph_studio/api/__init__.py
contextgraph_studio/api/main.py
contextgraph_studio/api/mcp_server.py
contextgraph_studio/api/schemas.py
contextgraph_studio/application/__init__.py
contextgraph_studio/application/errors.py
contextgraph_studio/application/get_trace.py
contextgraph_studio/application/retrieve_context.py
contextgraph_studio/application/scan_repo.py
contextgraph_studio/eval/__init__.py
contextgraph_studio/eval/configs.py
contextgraph_studio/eval/metrics.py
contextgraph_studio/eval/models.py
contextgraph_studio/eval/runner.py
contextgraph_studio/eval/swebench_localization.py
contextgraph_studio/eval/datasets/__init__.py
contextgraph_studio/eval/datasets/repo_checkout.py
contextgraph_studio/eval/datasets/swebench_lite.py
contextgraph_studio/graph/__init__.py
contextgraph_studio/graph/builder.py
contextgraph_studio/graph/scorer.py
contextgraph_studio/graph/structured_diagnostics.py
contextgraph_studio/graph/traversal.py
contextgraph_studio/indexing/__init__.py
contextgraph_studio/indexing/embedder.py
contextgraph_studio/indexing/vector_store.py
contextgraph_studio/models/__init__.py
contextgraph_studio/models/context_pack.py
contextgraph_studio/models/scan.py
contextgraph_studio/models/trace.py
contextgraph_studio/parsers/__init__.py
contextgraph_studio/parsers/config_parser.py
contextgraph_studio/parsers/python_parser.py
contextgraph_studio/parsers/sql_parser.py
contextgraph_studio/parsers/typescript_parser.py
contextgraph_studio/resources/__init__.py
contextgraph_studio/resources/task_strategies.yaml
contextgraph_studio/retrieval/__init__.py
contextgraph_studio/retrieval/fts_query.py
contextgraph_studio/retrieval/fusion.py
contextgraph_studio/retrieval/reranker.py
contextgraph_studio/retrieval/token_budget.py
contextgraph_studio/retrieval/vector.py
contextgraph_studio/services/__init__.py
contextgraph_studio/services/chunker.py
contextgraph_studio/services/classifier.py
contextgraph_studio/services/indexer.py
contextgraph_studio/services/intake.py
contextgraph_studio/services/planner.py
contextgraph_studio/services/retriever.py
contextgraph_studio/services/scan_resolver.py
tests/test_api_routes.py
tests/test_application_services.py
tests/test_bm25_candidate_lanes.py
tests/test_chunker.py
tests/test_classifier.py
tests/test_config_parser.py
tests/test_db_migration.py
tests/test_embedding_model_profiles.py
tests/test_embeddings.py
tests/test_eval_ablation_wiring.py
tests/test_eval_cli.py
tests/test_eval_graph_characterization.py
tests/test_eval_metrics.py
tests/test_eval_runner.py
tests/test_fts_query_safety.py
tests/test_fusion.py
tests/test_graph_builder.py
tests/test_graph_diagnostics.py
tests/test_graph_traversal.py
tests/test_hybrid_retrieve.py
tests/test_index_retrieve.py
tests/test_indexer_relation_dedupe.py
tests/test_indexer_reuse_performance_path.py
tests/test_indexer_reuse_stats.py
tests/test_intake.py
tests/test_mcp_server.py
tests/test_mcp_stdio_integration.py
tests/test_parser.py
tests/test_python_module_assignments.py
tests/test_real_embedding_adapter.py
tests/test_sql_parser.py
tests/test_structured_index_retrieve.py
tests/test_structured_relation_diagnostics.py
tests/test_structured_task_strategies.py
tests/test_swebench_checkout_manager.py
tests/test_swebench_lite_loader.py
tests/test_swebench_localization_cli.py
tests/test_swebench_localization_runner.py
tests/test_swebench_manifest_cli.py
tests/test_swebench_patch_parser.py
tests/test_token_budget.py
tests/test_typescript_graph.py
tests/test_typescript_index_retrieve.py
tests/test_typescript_parser.py
tests/test_vector_search.py