API_COMPATIBILITY.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
docs/README.md
docs/advanced-ingestion-and-interchange.md
docs/advanced-structural-views.md
docs/benchmarking.md
docs/certification-readiness-matrix.md
docs/cleanup-workflow.md
docs/code-quality-enforcement.md
docs/engineering-patterns.md
docs/export-mode.md
docs/getting-started.md
docs/git-history-mode.md
docs/graphify-interop.md
docs/native-scip-ingestion.md
docs/navigation-mode.md
docs/refresh-operations.md
docs/report-mode.md
docs/service-mode.md
docs/source-tree-owner-map.md
docs/standalone-product-cycle.md
docs/storage-interchange.md
docs/ten-minute-tour.md
docs/testing-and-validation.md
docs/ui-contracts.md
docs/viewer-contract.md
docs/workspace-mode.md
examples/package_smoke.py
examples/quickstart_flow.py
scripts/release_check.py
scripts/validate_commit_message.py
scripts/validate_quality_patterns.py
scripts/baselines/broad_exception_baseline.tsv
scripts/baselines/filename_underscore_hygiene.tsv
scripts/baselines/helper_duplicates_baseline.tsv
scripts/baselines/max_file_loc_baseline.tsv
scripts/baselines/method_loc_baseline.tsv
scripts/baselines/path_structure_hygiene.tsv
scripts/schema/README.md
scripts/schema/normalize_fixture.py
scripts/schema/scip.proto
src/pragmagraph/__init__.py
src/pragmagraph/__main__.py
src/pragmagraph/_immutables.py
src/pragmagraph/evidence.py
src/pragmagraph/operations.py
src/pragmagraph/adapters/__init__.py
src/pragmagraph/adapters/artifacts.py
src/pragmagraph/adapters/git_history.py
src/pragmagraph/bench/__init__.py
src/pragmagraph/certification/__init__.py
src/pragmagraph/cli/__init__.py
src/pragmagraph/cli/commands.py
src/pragmagraph/contracts/__init__.py
src/pragmagraph/docgraph/__init__.py
src/pragmagraph/export/__init__.py
src/pragmagraph/export/redaction.py
src/pragmagraph/graphify/__init__.py
src/pragmagraph/incremental/__init__.py
src/pragmagraph/incremental/cache.py
src/pragmagraph/incremental/engine.py
src/pragmagraph/incremental/models.py
src/pragmagraph/interchange/__init__.py
src/pragmagraph/interchange/compiler.py
src/pragmagraph/interchange/native.py
src/pragmagraph/interchange/scip.py
src/pragmagraph/interchange/scip_symbols.py
src/pragmagraph/interchange/_schema/__init__.py
src/pragmagraph/interchange/_schema/scip_pb2.py
src/pragmagraph/investigate/__init__.py
src/pragmagraph/lineage/__init__.py
src/pragmagraph/models/__init__.py
src/pragmagraph/navigation/__init__.py
src/pragmagraph/parser_support/__init__.py
src/pragmagraph/parsers/__init__.py
src/pragmagraph/parsers/common.py
src/pragmagraph/parsers/python_ast.py
src/pragmagraph/parsers/registry.py
src/pragmagraph/parsers/script.py
src/pragmagraph/parsers/script_precise.py
src/pragmagraph/planner/__init__.py
src/pragmagraph/portability/__init__.py
src/pragmagraph/portability/cli.py
src/pragmagraph/portability/graph_pack.py
src/pragmagraph/query/__init__.py
src/pragmagraph/query/resolution.py
src/pragmagraph/refresh/__init__.py
src/pragmagraph/report/__init__.py
src/pragmagraph/security/__init__.py
src/pragmagraph/server/__init__.py
src/pragmagraph/server/__main__.py
src/pragmagraph/server/backend.py
src/pragmagraph/server/client_cli.py
src/pragmagraph/server/client_config.py
src/pragmagraph/server/contracts.py
src/pragmagraph/server/resources.py
src/pragmagraph/server/server.py
src/pragmagraph/server/service_core.py
src/pragmagraph/server/smoke.py
src/pragmagraph/server/tools.py
src/pragmagraph/service/__init__.py
src/pragmagraph/service/constants.py
src/pragmagraph/service/models.py
src/pragmagraph/service/runtime.py
src/pragmagraph/service/stdio.py
src/pragmagraph/storage/__init__.py
src/pragmagraph/storage/backends.py
src/pragmagraph/storage/cli.py
src/pragmagraph/storage/registry.py
src/pragmagraph/storage/roundtrip.py
src/pragmagraph/storage/snapshots.py
src/pragmagraph/storage/sqlite_operations.py
src/pragmagraph/topology/__init__.py
src/pragmagraph/ui/__init__.py
src/pragmagraph/ui/cli.py
src/pragmagraph/ui/contracts.py
src/pragmagraph/ui/delta_review.py
src/pragmagraph/ui/evidence.py
src/pragmagraph/ui/graph_pack.py
src/pragmagraph/ui/graphfakos_adapter.py
src/pragmagraph/ui/investigation.py
src/pragmagraph/ui/local_server.py
src/pragmagraph/ui/preview.py
src/pragmagraph/ui/preview_inputs.py
src/pragmagraph/ui/preview_types.py
src/pragmagraph/ui/workbench.py
src/pragmagraph/ui/workspace_paths.py
src/pragmagraph/viewer/__init__.py
src/pragmagraph/viewer/cli.py
src/pragmagraph/viewer/envelope.py
src/pragmagraph/viewer/fixtures.py
src/pragmagraph/workspace/__init__.py
src/pragmagraph/workspace/cli.py
src/pragmagraph/workspace/cli_resolution.py
src/pragmagraph/workspace/composition.py
src/pragmagraph/workspace/config.py
src/pragmagraph/workspace/multi_root.py
tests/test_artifact_indexers.py
tests/test_bench.py
tests/test_core_features.py
tests/test_cross_repository_cli.py
tests/test_cross_repository_resolution.py
tests/test_evidence_workbench.py
tests/test_export.py
tests/test_export_redaction.py
tests/test_git_history.py
tests/test_graphfakos_adapter.py
tests/test_graphify_interop.py
tests/test_graphify_parity_expansion.py
tests/test_imports.py
tests/test_incremental_materialization.py
tests/test_memory_evidence_bridge.py
tests/test_multi_root_and_ci.py
tests/test_native_scip_contracts.py
tests/test_native_scip_import.py
tests/test_navigation.py
tests/test_package_layout.py
tests/test_package_metadata.py
tests/test_precise_import_cli.py
tests/test_precise_index_certification.py
tests/test_precise_index_freshness.py
tests/test_precise_interchange.py
tests/test_precise_persistence.py
tests/test_precise_snapshot_merge.py
tests/test_quality_scripts.py
tests/test_query_pagination.py
tests/test_refresh_operations.py
tests/test_release_check.py
tests/test_report.py
tests/test_semantic_mvp.py
tests/test_server_backend_bridge.py
tests/test_server_mcp_contract.py
tests/test_server_mcp_handshake.py
tests/test_server_resources.py
tests/test_server_scaffold_shell.py
tests/test_server_service_core_contract.py
tests/test_service.py
tests/test_standalone_product_cycle.py
tests/test_standalone_smoke.py
tests/test_storage_interchange.py
tests/test_structural_views.py
tests/test_ui_contracts.py
tests/test_viewer_contract.py
tests/test_workspace.py
tests/contracts/capabilities.json
tests/contracts/expected_explain_runtimegraph.json
tests/contracts/expected_query_runtimegraph.json
tests/contracts/expected_refresh_paths.json
tests/contracts/typed_errors.json
tests/fixtures/cross_repository/README.md
tests/fixtures/cross_repository/python.json
tests/fixtures/cross_repository/typescript.json
tests/fixtures/repos/medium_repo/README.md
tests/fixtures/repos/medium_repo/package.json
tests/fixtures/repos/medium_repo/pyproject.toml
tests/fixtures/repos/medium_repo/docs/architecture.md
tests/fixtures/repos/medium_repo/docs/runbook.md
tests/fixtures/repos/medium_repo/src/runtime_graph/app.py
tests/fixtures/repos/medium_repo/src/runtime_graph/core/contracts.py
tests/fixtures/repos/medium_repo/src/runtime_graph/core/loader.py
tests/fixtures/repos/medium_repo/src/runtime_graph/core/runtime.py
tests/fixtures/repos/medium_repo/src/runtime_graph/core/state.py
tests/fixtures/repos/medium_repo/src/runtime_graph/plugins/markdown_adapter.py
tests/fixtures/repos/mixed_repo/README.md
tests/fixtures/repos/mixed_repo/package.json
tests/fixtures/repos/mixed_repo/pyproject.toml
tests/fixtures/repos/mixed_repo/docs/guide.md
tests/fixtures/repos/mixed_repo/src/app.py
tests/fixtures/repos/mixed_repo/src/helper.py
tests/fixtures/repos/tiny_repo/README.md
tests/fixtures/repos/tiny_repo/src/app.py
tests/fixtures/scip/README.md
tests/fixtures/scip/python/fixture.json
tests/fixtures/scip/python/index.scip
tests/fixtures/scip/python/src/demo/client.py
tests/fixtures/scip/python/src/demo/service.py
tests/fixtures/scip/typescript/fixture.json
tests/fixtures/scip/typescript/index.scip
tests/fixtures/scip/typescript/package.json
tests/fixtures/scip/typescript/tsconfig.json
tests/fixtures/scip/typescript/src/client.ts
tests/fixtures/scip/typescript/src/service.ts