CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
SUPPORT.md
pyproject.toml
conformance/README.md
conformance/action-digests-v0.json
conformance/authorization-partitions-v1.json
conformance/availability-signatures-v0.json
conformance/canonical-json-v0.json
conformance/canonicalization-negative-v0.json
conformance/federation-request-signatures-v0.json
conformance/pdf-actions-v0.json
conformance/public-mesh-directory-v0.json
conformance/receipt-signatures-v1.json
conformance/source-validations-v0.json
conformance/node/run.mjs
deploy/public-operator/Dockerfile
deploy/public-operator/README.md
deploy/public-operator/compose.yaml
deploy/public-operator/origin.json.template
directory/README.md
directory/public-mesh-status.json
directory/public-meshes.json
docs/architecture.md
docs/organization-pilot.md
docs/performance-and-economics.md
docs/readiness.md
docs/release.md
docs/user-guide.md
docs/adapters/README.md
docs/adapters/authoring.md
docs/adapters/catalog.md
evaluation/organization-pilot/daily.json.template
evaluation/organization-pilot/pilot.json.template
examples/basic_reuse.py
examples/custom_indexed_adapter.py
examples/custom_runtime_adapter.py
examples/shadow_evaluation.py
schemas/action-v0.schema.json
schemas/availability-v0.schema.json
schemas/evaluation-event-v0.schema.json
schemas/evaluation-report-v0.schema.json
schemas/evaluation-v0.schema.json
schemas/federation-bundle-v0.schema.json
schemas/federation-cache-prune-report-v0.schema.json
schemas/federation-identity-v0.schema.json
schemas/federation-origin-v0.schema.json
schemas/federation-pilot-report-v0.schema.json
schemas/federation-preflight-report-v0.schema.json
schemas/federation-publication-v0.schema.json
schemas/federation-receiver-v0.schema.json
schemas/federation-request-v0.schema.json
schemas/federation-simulated-acceptance-report-v0.schema.json
schemas/federation-withdrawal-report-v0.schema.json
schemas/operation-policy-v0.schema.json
schemas/organization-pilot-daily-v0.schema.json
schemas/organization-pilot-report-v0.schema.json
schemas/organization-pilot-v0.schema.json
schemas/public-mesh-directory-v0.schema.json
schemas/public-mesh-status-v0.schema.json
schemas/receipt-v0.schema.json
schemas/result-v0.schema.json
schemas/revalidation-report-v0.schema.json
schemas/source-validation-v0.schema.json
schemas/substitution-report-v0.schema.json
scripts/build_pages.py
scripts/check_public_meshes.py
scripts/prepare_workstation_mesh.py
scripts/verify_distribution.py
scripts/verify_pilot_schemas.py
scripts/verify_public_directory.py
scripts/verify_release_tag.py
scripts/verify_repository.py
spec/README.md
spec/action-v0.md
spec/adapter-platform-v0.md
spec/authorization-partition-v1.md
spec/cross-language-conformance-v0.md
spec/cross-process-transactions-v0.md
spec/economic-evidence-v0.md
spec/evaluation-run-v0.md
spec/execution-cache-bridge-v0.md
spec/federation-experiment-v0.md
spec/federation-external-pilot-v0.md
spec/federation-http-transport-v0.md
spec/federation-operator-bootstrap-v0.md
spec/federation-simulated-acceptance-v0.md
spec/m1-evaluation.md
spec/operation-policy-v0.md
spec/organization-pilot-v0.md
spec/public-mesh-directory-v0.md
spec/public-mesh-status-v0.md
spec/public-reference-operator-v0.md
spec/receipt-key-registry-v0.md
spec/receipt-signature-v1.md
spec/release-and-pilot-v0.md
spec/roadmap.md
spec/runtime-adapter-sdk-v0.md
spec/source-validation-v0.md
spec/sqlite-active-index-v0.md
spec/stale-while-revalidate-v1.md
spec/store-v0.md
spec/adapters/html-to-markdown-v1.md
spec/adapters/http-fetch-v1.md
spec/adapters/pdf-to-text-v1.md
spec/decisions/0001-specification-first.md
spec/decisions/0002-exact-matching-only.md
spec/decisions/0003-federation-deferred.md
spec/decisions/0004-shadow-before-substitution.md
spec/decisions/0005-explicit-evaluation-authority.md
spec/decisions/0006-freshness-records-are-attached.md
spec/decisions/0007-substitution-requires-policy.md
spec/decisions/0008-parser-version-is-action-identity.md
spec/decisions/0009-exact-substitution-is-operation-scoped.md
spec/decisions/0010-receipt-signatures-authenticate-claims.md
spec/decisions/0011-receipt-trust-is-two-dimensional.md
spec/decisions/0012-conformance-needs-an-independent-runtime.md
spec/decisions/0013-private-partitions-use-keyed-tokens.md
spec/decisions/0014-stale-return-requires-refresh-authority.md
spec/decisions/0015-federation-starts-public-explicit-and-nontransitive.md
spec/decisions/0016-federation-http-uses-signed-replay-bounded-requests.md
spec/decisions/0017-external-pilot-keeps-secrets-out-of-manifests-and-evidence.md
spec/decisions/0018-bootstrap-outputs-are-write-once-and-secret-minimal.md
spec/decisions/0019-sandbox-evidence-is-high-fidelity-but-never-independent.md
spec/decisions/0020-framework-neutral-execution-cache.md
spec/decisions/0021-adapters-share-codecs-not-policy.md
spec/decisions/0022-integrations-are-thin-discoverable-modules.md
spec/decisions/0023-filesystem-lock-is-the-local-transaction-boundary.md
spec/decisions/0024-sqlite-wal-is-the-high-contention-local-index.md
spec/decisions/0025-release-readiness-does-not-imply-production-proof.md
spec/decisions/0026-public-discovery-is-curated-and-nonauthoritative.md
spec/decisions/0027-pages-publishes-bounded-independent-status.md
spec/decisions/0028-first-public-mesh-is-a-bounded-reference-origin.md
src/oncemesh/__init__.py
src/oncemesh/authorization.py
src/oncemesh/cache.py
src/oncemesh/canonical.py
src/oncemesh/conditional.py
src/oncemesh/coordination.py
src/oncemesh/discovery.py
src/oncemesh/document_validation.py
src/oncemesh/evaluation.py
src/oncemesh/execution_cache.py
src/oncemesh/federation.py
src/oncemesh/federation_http.py
src/oncemesh/federation_pilot.py
src/oncemesh/key_registry.py
src/oncemesh/langgraph.py
src/oncemesh/mesh_status.py
src/oncemesh/metrics.py
src/oncemesh/organization_pilot.py
src/oncemesh/policy.py
src/oncemesh/py.typed
src/oncemesh/python_runtime.py
src/oncemesh/receipt.py
src/oncemesh/revalidation.py
src/oncemesh/runtime.py
src/oncemesh/runtime_adapter.py
src/oncemesh/secret_exec.py
src/oncemesh/shadow.py
src/oncemesh/store.py
src/oncemesh.egg-info/PKG-INFO
src/oncemesh.egg-info/SOURCES.txt
src/oncemesh.egg-info/dependency_links.txt
src/oncemesh.egg-info/entry_points.txt
src/oncemesh.egg-info/requires.txt
src/oncemesh.egg-info/top_level.txt
src/oncemesh/adapters/__init__.py
src/oncemesh/adapters/html_markdown.py
src/oncemesh/adapters/http_fetch.py
src/oncemesh/adapters/pdf_text.py
src/oncemesh/adapters/safe_http.py
src/oncemesh/integrations/__init__.py
src/oncemesh/integrations/base.py
src/oncemesh/integrations/codecs.py
src/oncemesh/integrations/conformance.py
src/oncemesh/integrations/index.py
src/oncemesh/integrations/langchain.py
src/oncemesh/integrations/langgraph.py
src/oncemesh/integrations/llamaindex.py
src/oncemesh/integrations/python.py
src/oncemesh/integrations/registry.py
tests/test_authorization.py
tests/test_conditional.py
tests/test_deterministic_runtime.py
tests/test_discovery.py
tests/test_evaluation.py
tests/test_execution_cache.py
tests/test_federation.py
tests/test_federation_http.py
tests/test_federation_pilot.py
tests/test_integration_platform.py
tests/test_key_registry.py
tests/test_langchain_adapter.py
tests/test_langgraph_adapter.py
tests/test_llamaindex_adapter.py
tests/test_m1.py
tests/test_mesh_status.py
tests/test_node_conformance.py
tests/test_organization_pilot.py
tests/test_pdf_adapter.py
tests/test_policy_runtime.py
tests/test_protocol.py
tests/test_public_operator_deployment.py
tests/test_receipt.py
tests/test_release_contract.py
tests/test_runtime_adapter.py
tests/test_secret_exec.py
tests/test_swr.py