LICENSE
README.md
pyproject.toml
src/sot_graph/__init__.py
src/sot_graph/cli.py
src/sot_graph/config.py
src/sot_graph/db.py
src/sot_graph/diff_impact.py
src/sot_graph/envelope.py
src/sot_graph/evidence.py
src/sot_graph/extractor.py
src/sot_graph/ignore.py
src/sot_graph/locking.py
src/sot_graph/mcp_server.py
src/sot_graph/mcp_service.py
src/sot_graph/modutil.py
src/sot_graph/pack.py
src/sot_graph/parser_outcome.py
src/sot_graph/proc.py
src/sot_graph/provider_contract.py
src/sot_graph/providers_registry.py
src/sot_graph/reconciler.py
src/sot_graph/repo_map.py
src/sot_graph/snapshot.py
src/sot_graph/solution.py
src/sot_graph/tokenizer.py
src/sot_graph/trace.py
src/sot_graph/ts_extract.py
src/sot_graph/vector.py
src/sot_graph/verifier.py
src/sot_graph/watcher.py
src/sot_graph.egg-info/PKG-INFO
src/sot_graph.egg-info/SOURCES.txt
src/sot_graph.egg-info/dependency_links.txt
src/sot_graph.egg-info/entry_points.txt
src/sot_graph.egg-info/requires.txt
src/sot_graph.egg-info/top_level.txt
src/sot_graph/_vendor/__init__.py
src/sot_graph/_vendor/graphify/__init__.py
src/sot_graph/_vendor/graphify/extract.py
src/sot_graph/adapters/AGENTS.md
src/sot_graph/adapters/__init__.py
src/sot_graph/adapters/antigravity.py
src/sot_graph/adapters/claude.py
src/sot_graph/adapters/hooks.py
src/sot_graph/adapters/installer.py
src/sot_graph/adapters/omp.py
src/sot_graph/adapters/omp_extension.ts
src/sot_graph/adapters/opencode.py
src/sot_graph/adapters/opencode_plugin.ts
src/sot_graph/adapters/zcode.py
src/sot_graph/analytics/__init__.py
src/sot_graph/analytics/architecture.py
src/sot_graph/analytics/bundle.py
src/sot_graph/analytics/diagnostics.py
src/sot_graph/analytics/graph.py
src/sot_graph/analytics/report.py
src/sot_graph/assurance/__init__.py
src/sot_graph/assurance/coverage.py
src/sot_graph/assurance/engine.py
src/sot_graph/assurance/identity.py
src/sot_graph/assurance/ledger.py
src/sot_graph/assurance/orchestrator.py
src/sot_graph/assurance/receipts.py
src/sot_graph/assurance/routing.py
src/sot_graph/assurance/state.py
src/sot_graph/export/__init__.py
src/sot_graph/export/d3.v7.min.js
src/sot_graph/export/exporter.py
src/sot_graph/export/html.py
src/sot_graph/export/scip.py
src/sot_graph/importer/__init__.py
src/sot_graph/importer/scip.py
src/sot_graph/providers/__init__.py
src/sot_graph/providers/base.py
src/sot_graph/providers/codebase_memory.py
src/sot_graph/providers/contract.py
src/sot_graph/providers/cross_check.py
src/sot_graph/providers/lifecycle.py
src/sot_graph/providers/normalization.py
src/sot_graph/providers/scip.py
src/sot_graph/providers/verification.py
src/sot_graph/templates/ARCHITECTURE_TEMPLATE.md
tests/test_adapter_docs_consistency.py
tests/test_adapters.py
tests/test_adversarial_edge_cases.py
tests/test_analytics.py
tests/test_assurance_state.py
tests/test_bundle.py
tests/test_c_cpp_extractor.py
tests/test_cbm_adapter.py
tests/test_cbm_golden.py
tests/test_cbm_normalization.py
tests/test_cbm_snapshot_p2.py
tests/test_cbm_verification.py
tests/test_cli_provider_wiring.py
tests/test_cli_smoke.py
tests/test_config_loader.py
tests/test_core_safety_fixes.py
tests/test_coverage_manifest.py
tests/test_dart_extractor.py
tests/test_diff_impact.py
tests/test_diff_impact_github.py
tests/test_edge_lifecycle.py
tests/test_export.py
tests/test_force_reindex.py
tests/test_group1_extractors.py
tests/test_group2_extractors.py
tests/test_group3_extractors.py
tests/test_hardening_fixes.py
tests/test_history_retention.py
tests/test_ignore.py
tests/test_import_resolution.py
tests/test_java_extractor.py
tests/test_jit_reconcile.py
tests/test_maintenance.py
tests/test_mcp.py
tests/test_mcp_modern.py
tests/test_mcp_prompts.py
tests/test_mcp_receipt_tools.py
tests/test_multilang.py
tests/test_navigation.py
tests/test_omp_integration.py
tests/test_optimizations.py
tests/test_oracle_selfcheck.py
tests/test_p0_freshness_semantics.py
tests/test_p1_snapshot_trust.py
tests/test_p2_orchestrator.py
tests/test_p3_adapters.py
tests/test_p3_builtin_recall.py
tests/test_p3_plugin_contract.py
tests/test_p3_scip_binding.py
tests/test_p4_identity.py
tests/test_p4_quality_gate.py
tests/test_p4_ranking.py
tests/test_p4_search_safety.py
tests/test_p5_coverage_verification.py
tests/test_p6_ledger.py
tests/test_p7_receipts.py
tests/test_p8_omp_integration.py
tests/test_p9_chaos_migration.py
tests/test_parallel_reconciler.py
tests/test_phase1_scip_and_schema_v5.py
tests/test_phase6.py
tests/test_php_extractor.py
tests/test_precision_and_metamorphic.py
tests/test_proc_process_group.py
tests/test_proc_runner.py
tests/test_proc_streaming_cap.py
tests/test_proc_windows_job.py
tests/test_provider_contract.py
tests/test_providers_cross_check.py
tests/test_providers_registry.py
tests/test_python_resolver.py
tests/test_python_scope_extended.py
tests/test_python_semantic_resolver.py
tests/test_query_plan_regression.py
tests/test_reconcile_audit_receipts.py
tests/test_repo_map.py
tests/test_scip_provider.py
tests/test_scip_truncation.py
tests/test_snapshot_binding.py
tests/test_snapshot_content_binding.py
tests/test_solution_trace.py
tests/test_sot_graph.py
tests/test_sprint4_compass_and_pack.py
tests/test_storage_integrity.py
tests/test_treesitter.py
tests/test_trust_chain_hardening.py
tests/test_trust_v2_evidence.py
tests/test_truthfulness.py
tests/test_v2_upgrade.py
tests/test_vector.py
tests/test_verifier.py
tests/test_watcher_daemon.py