API_COMPATIBILITY.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
docs/README.md
docs/advanced-structural-views.md
docs/benchmarking.md
docs/certification-readiness-matrix.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/navigation-mode.md
docs/refresh-operations.md
docs/report-mode.md
docs/service-mode.md
docs/source-tree-owner-map.md
docs/storage-interchange.md
docs/testing-and-validation.md
docs/ui-contracts.md
docs/viewer-contract.md
docs/workspace-mode.md
examples/basic_usage.py
examples/mvp_workflow.py
examples/package_smoke.py
scripts/release_check.py
scripts/validate_commit_message.py
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/git_history.py
src/pragmagraph/bench/__init__.py
src/pragmagraph/certification/__init__.py
src/pragmagraph/contracts/__init__.py
src/pragmagraph/docgraph/__init__.py
src/pragmagraph/export/__init__.py
src/pragmagraph/graphify/__init__.py
src/pragmagraph/interchange/__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/planner/__init__.py
src/pragmagraph/portability/__init__.py
src/pragmagraph/query/__init__.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/contracts.py
src/pragmagraph/server/server.py
src/pragmagraph/server/service_core.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/topology/__init__.py
src/pragmagraph/ui/__init__.py
src/pragmagraph/ui/contracts.py
src/pragmagraph/ui/graphfakos_adapter.py
src/pragmagraph/ui/local_server.py
src/pragmagraph/ui/preview.py
src/pragmagraph/ui/preview_support.py
src/pragmagraph/ui/preview_types.py
src/pragmagraph/viewer/__init__.py
src/pragmagraph/workspace/__init__.py
tests/test_bench.py
tests/test_core_features.py
tests/test_export.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_memory_evidence_bridge.py
tests/test_navigation.py
tests/test_package_layout.py
tests/test_package_metadata.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_scaffold_shell.py
tests/test_server_service_core_contract.py
tests/test_service.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/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