Tool Catalog

September 5, 2026 · View on GitHub

This file is a generated summary and navigation view. It does not define module responsibilities, public APIs, or interface authority. Those remain in the source contracts listed below and in the shipped Python source facts they classify.

Regenerate with python3 Tools/generate_tool_catalog.py .. Verify without writing with python3 Tools/generate_tool_catalog.py . --check.

Sources

SourceExact-byte SHA-256
Tools/tool-taxonomy.yamlsha256:44c6a46acf604ab28023a4028fb026bf11b01582093450bd113ff3527c95998f
Tools/module-boundaries.yamlsha256:09bc4520214f913dc429791f35cacceb5f3d0109fe41475d198832f7be5d5457
Tools/agent-interface-policy.yamlsha256:fc3170ca859a95ec95290fef9ef9e631a641d78d32e8017b3c09060935125092
Tools/operation-capabilities.yamlsha256:840cf7be38dfcec9c2f013e9f7ef78fca7558a179eb89e961b92ff984e0e441b

Static consumption, private access, and dependency facts come from Tools/platform/distribution/module_boundary_facts.py over shipped production Python modules; its excluded directories are __pycache__, compiled, schemas, tests. CLI and MCP exposure and the shared Host transport come only from Tools/agent-interface-policy.yaml. The static Python scan deliberately excludes subprocess-cli, registry-driven-dynamic-import; registered capability relationships and MCP subprocess routes are listed separately below rather than being mislabeled as Python symbol imports.

Summary

MeasureCount
shipped modules250
source cli tools65
declared cli tools65
mcp tools48
host transports1
static public api symbols1439
declared unused static public apis60
declared public apis without observed consumers19
registered capability relationships143
registered symbol relationships76
source public exports302
source public exports undeclared0
declared transport consumptions48
static private consumptions0
missing private exceptions0
unclassified modules0
dependency cycles0

Taxonomy

Areas

AreaDomainsDeclared purpose
executionplanning, task-runtime, audit, evidence, context-deliveryMaterialize plans, advance runtime state, produce evidence, and close governed work.
governancestandards, profile, controlBind shared Standards, Profile, and control-plane contracts to deterministic implementations.
knowledgestructure, metadata, content, renderingValidate and project governed knowledge structures and page-level contracts.
platformagent-interface, distribution, repository, commonSupply host interfaces, repository safety, distribution controls, and shared Tool mechanics.

Layers

LayerDeclared purpose
apiStable domain-facing public surface that forwards to defining modules without owning algorithms.
applicationOne deterministic use case that composes domain contracts and infrastructure.
contractMachine-contract loading, closed validation, pure projection, and stable predicates.
entrypointStable CLI or MCP adapter; parsing and presentation stay thin.
infrastructureRepository IO, serialization, locking, transport, generation, and other Tool-owned mechanics.

Area → Domain → Layer → Module

Area: execution

Materialize plans, advance runtime state, produce evidence, and close governed work.

Domain: audit

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
execution.audit.assemble_terminal_proofTools/execution/audit/assemble_terminal_proof.pypython-moduleexecution / audit / applicationstatic Python (2 symbols / 2 consumers), registered capability (1 capabilities / 3 consumers), registered Python symbol (1 consumers)
execution.audit.audit_evidence_runtimeTools/execution/audit/audit_evidence_runtime.pypython-moduleexecution / audit / applicationstatic Python (12 symbols / 14 consumers)
execution.audit.audit_execution_runtimeTools/execution/audit/audit_execution_runtime.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers)
execution.audit.audit_producer_runtimeTools/execution/audit/audit_producer_runtime.pypython-moduleexecution / audit / applicationstatic Python (23 symbols / 9 consumers)
execution.audit.changed_scope_evidence_runtimeTools/execution/audit/changed_scope_evidence_runtime.pypython-moduleexecution / audit / applicationstatic Python (3 symbols / 3 consumers)
execution.audit.check_batch_closeTools/execution/audit/check_batch_close.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 4 consumers), registered Python symbol (1 consumers)
execution.audit.check_proofTools/execution/audit/check_proof.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 3 consumers), registered Python symbol (1 consumers)
execution.audit.complete_audit_receiptTools/execution/audit/complete_audit_receipt.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 7 consumers), registered Python symbol (1 consumers)
execution.audit.prepare_audit_planTools/execution/audit/prepare_audit_plan.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 13 consumers), registered Python symbol (1 consumers)
execution.audit.record_batch_judgmentTools/execution/audit/record_batch_judgment.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers)
execution.audit.record_batch_page_reviewTools/execution/audit/record_batch_page_review.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 6 consumers), registered Python symbol (1 consumers)
execution.audit.record_batch_reviewTools/execution/audit/record_batch_review.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 4 consumers), registered Python symbol (1 consumers)
execution.audit.record_changed_scope_evidenceTools/execution/audit/record_changed_scope_evidence.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 5 consumers), registered Python symbol (1 consumers)
execution.audit.record_substantive_reviewTools/execution/audit/record_substantive_review.pypython-moduleexecution / audit / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 5 consumers), registered Python symbol (1 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
execution.audit.audit_dimension_contractTools/execution/audit/audit_dimension_contract.pypython-moduleexecution / audit / contractstatic Python (7 symbols / 8 consumers)
execution.audit.audit_fingerprintTools/execution/audit/audit_fingerprint.pypython-moduleexecution / audit / contractstatic Python (3 symbols / 7 consumers)
execution.audit.audit_lifecycle_contractTools/execution/audit/audit_lifecycle_contract.pypython-moduleexecution / audit / contractstatic Python (11 symbols / 12 consumers)
execution.audit.audit_obligation_projectionTools/execution/audit/audit_obligation_projection.pypython-moduleexecution / audit / contractstatic Python (13 symbols / 6 consumers)
execution.audit.audit_plan_contractTools/execution/audit/audit_plan_contract.pypython-moduleexecution / audit / contractstatic Python (12 symbols / 9 consumers)
execution.audit.audit_producer_chainTools/execution/audit/audit_producer_chain.pypython-moduleexecution / audit / contractstatic Python (6 symbols / 8 consumers)
execution.audit.audit_receipt_contractTools/execution/audit/audit_receipt_contract.pypython-moduleexecution / audit / contractstatic Python (5 symbols / 9 consumers), registered Python symbol (1 consumers)
execution.audit.audit_receipt_finalizerTools/execution/audit/audit_receipt_finalizer.pypython-moduleexecution / audit / contractstatic Python (1 symbols / 2 consumers)
execution.audit.audit_reconciliation_contractTools/execution/audit/audit_reconciliation_contract.pypython-moduleexecution / audit / contractstatic Python (1 symbols / 4 consumers)
execution.audit.batch_close_auditTools/execution/audit/batch_close_audit.pypython-moduleexecution / audit / contractstatic Python (4 symbols / 3 consumers)
execution.audit.batch_close_contractTools/execution/audit/batch_close_contract.pypython-moduleexecution / audit / contractstatic Python (13 symbols / 4 consumers), registered Python symbol (1 consumers)
execution.audit.batch_review_obligation_contractTools/execution/audit/batch_review_obligation_contract.pypython-moduleexecution / audit / contractstatic Python (19 symbols / 5 consumers), registered Python symbol (1 consumers)
execution.audit.batch_review_receipt_contractTools/execution/audit/batch_review_receipt_contract.pypython-moduleexecution / audit / contractstatic Python (6 symbols / 4 consumers), registered Python symbol (1 consumers)
execution.audit.changed_scope_evidence_contractTools/execution/audit/changed_scope_evidence_contract.pypython-moduleexecution / audit / contractstatic Python (34 symbols / 4 consumers), registered Python symbol (1 consumers)
execution.audit.changed_scope_runtime_checksTools/execution/audit/changed_scope_runtime_checks.pypython-moduleexecution / audit / contractstatic Python (6 symbols / 2 consumers)
execution.audit.substantive_review_contractTools/execution/audit/substantive_review_contract.pypython-moduleexecution / audit / contractstatic Python (8 symbols / 5 consumers), registered Python symbol (1 consumers)
execution.audit.terminal_proof_contractTools/execution/audit/terminal_proof_contract.pypython-moduleexecution / audit / contractstatic Python (13 symbols / 4 consumers), registered Python symbol (1 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
assemble_terminal_proofTools/assemble_terminal_proof.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_batch_closeTools/check_batch_close.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_proofTools/check_proof.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
complete_audit_receiptTools/complete_audit_receipt.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
prepare_audit_planTools/prepare_audit_plan.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_batch_judgmentTools/record_batch_judgment.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_batch_page_reviewTools/record_batch_page_review.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_batch_reviewTools/record_batch_review.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_changed_scope_evidenceTools/record_changed_scope_evidence.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_substantive_reviewTools/record_substantive_review.pypython-moduleexecution / audit / entrypointCLI, MCP tool (via:cambium-mcp-stdio)

Domain: context-delivery

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
execution.context_delivery.card_activationTools/execution/context_delivery/card_activation.pypython-moduleexecution / context-delivery / applicationstatic Python (22 symbols / 9 consumers), registered capability (2 capabilities / 8 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
execution.context_delivery.card_contractTools/execution/context_delivery/card_contract.pypython-moduleexecution / context-delivery / contractstatic Python (4 symbols / 6 consumers)
execution.context_delivery.read_set_contractTools/execution/context_delivery/read_set_contract.pypython-moduleexecution / context-delivery / contractstatic Python (8 symbols / 6 consumers)

Domain: evidence

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
execution.evidence.manual_attestationTools/execution/evidence/manual_attestation.pypython-moduleexecution / evidence / applicationstatic Python (2 symbols / 3 consumers), registered capability (1 capabilities / 4 consumers)
execution.evidence.metadata_gate_runtimeTools/execution/evidence/metadata_gate_runtime.pypython-moduleexecution / evidence / applicationstatic Python (19 symbols / 6 consumers), registered capability (2 capabilities / 4 consumers), registered Python symbol (3 consumers)
execution.evidence.record_gate_attestationTools/execution/evidence/record_gate_attestation.pypython-moduleexecution / evidence / applicationstatic Python (1 symbols / 1 consumers)
execution.evidence.record_gate_resultTools/execution/evidence/record_gate_result.pypython-moduleexecution / evidence / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 4 consumers), registered Python symbol (1 consumers)
execution.evidence.seal_receiptsTools/execution/evidence/seal_receipts.pypython-moduleexecution / evidence / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
execution.evidence.candidate_lifecycleTools/execution/evidence/candidate_lifecycle.pypython-moduleexecution / evidence / contractstatic Python (8 symbols / 2 consumers)
execution.evidence.evidence_attempt_runtimeTools/execution/evidence/evidence_attempt_runtime.pypython-moduleexecution / evidence / contractstatic Python (2 symbols / 8 consumers)
execution.evidence.receipt_reference_contractTools/execution/evidence/receipt_reference_contract.pypython-moduleexecution / evidence / contractstatic Python (26 symbols / 4 consumers)
execution.evidence.receipt_type_contractTools/execution/evidence/receipt_type_contract.pypython-moduleexecution / evidence / contractstatic Python (5 symbols / 27 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
record_gate_attestationTools/record_gate_attestation.pypython-moduleexecution / evidence / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_gate_resultTools/record_gate_result.pypython-moduleexecution / evidence / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
seal_receiptsTools/seal_receipts.pypython-moduleexecution / evidence / entrypointCLI, MCP tool (via:cambium-mcp-stdio)

Domain: planning

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
execution.planning.apply_task_planTools/execution/planning/apply_task_plan.pypython-moduleexecution / planning / applicationstatic Python (9 symbols / 1 consumers), registered Python symbol (1 consumers)
execution.planning.check_corpus_planTools/execution/planning/check_corpus_plan.pypython-moduleexecution / planning / applicationstatic Python (14 symbols / 6 consumers), registered capability (1 capabilities / 4 consumers), registered Python symbol (3 consumers)
execution.planning.compile_queueTools/execution/planning/compile_queue.pypython-moduleexecution / planning / applicationstatic Python (4 symbols / 4 consumers), registered capability (1 capabilities / 3 consumers), registered Python symbol (2 consumers)
execution.planning.record_corpus_acceptanceTools/execution/planning/record_corpus_acceptance.pypython-moduleexecution / planning / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
execution.planning.corpus_planning_contractTools/execution/planning/corpus_planning_contract.pypython-moduleexecution / planning / contractstatic Python (17 symbols / 10 consumers)
execution.planning.coverage_contractTools/execution/planning/coverage_contract.pypython-moduleexecution / planning / contractstatic Python (12 symbols / 11 consumers)
execution.planning.coverage_deltaTools/execution/planning/coverage_delta.pypython-moduleexecution / planning / contractstatic Python (6 symbols / 4 consumers)
execution.planning.queue_replanTools/execution/planning/queue_replan.pypython-moduleexecution / planning / contractstatic Python (5 symbols / 4 consumers), registered capability (1 capabilities / 6 consumers)
execution.planning.work_spec_contractTools/execution/planning/work_spec_contract.pypython-moduleexecution / planning / contractstatic Python (1 symbols / 5 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
check_corpus_planTools/check_corpus_plan.pypython-moduleexecution / planning / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
compile_queueTools/compile_queue.pypython-moduleexecution / planning / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_corpus_acceptanceTools/record_corpus_acceptance.pypython-moduleexecution / planning / entrypointCLI, MCP tool (via:cambium-mcp-stdio)

Domain: task-runtime

Layer: api

Stable domain-facing public surface that forwards to defining modules without owning algorithms.

ModulePathTypeResponsibility classInterface exposure
execution.task_runtime.queue_runtimeTools/execution/task_runtime/queue_runtime/__init__.pypython-packageexecution / task-runtime / apistatic Python (81 symbols / 25 consumers)
Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
execution.task_runtime.amendment_planTools/execution/task_runtime/amendment_plan.pypython-moduleexecution / task-runtime / applicationstatic Python (8 symbols / 2 consumers)
execution.task_runtime.apply_amendmentTools/execution/task_runtime/apply_amendment.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers), registered capability (2 capabilities / 2 consumers), registered Python symbol (2 consumers)
execution.task_runtime.apply_contract_amendmentTools/execution/task_runtime/apply_contract_amendment.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
execution.task_runtime.apply_deltaTools/execution/task_runtime/apply_delta.pypython-moduleexecution / task-runtime / applicationstatic Python (2 symbols / 2 consumers), registered capability (1 capabilities / 4 consumers), registered Python symbol (2 consumers)
execution.task_runtime.batch_settlementTools/execution/task_runtime/batch_settlement.pypython-moduleexecution / task-runtime / applicationstatic Python (7 symbols / 5 consumers)
execution.task_runtime.candidate_delta_runtimeTools/execution/task_runtime/candidate_delta_runtime.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 6 consumers), registered Python symbol (1 consumers)
execution.task_runtime.check_queueTools/execution/task_runtime/check_queue.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 4 consumers), registered Python symbol (1 consumers)
execution.task_runtime.init_stateTools/execution/task_runtime/init_state.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers)
execution.task_runtime.queue_check_receiptTools/execution/task_runtime/queue_check_receipt.pypython-moduleexecution / task-runtime / applicationstatic Python (2 symbols / 3 consumers), registered Python symbol (2 consumers)
execution.task_runtime.queue_runtime.adoptionTools/execution/task_runtime/queue_runtime/adoption.pypython-moduleexecution / task-runtime / applicationstatic Python (2 symbols / 2 consumers)
execution.task_runtime.queue_runtime.amendmentsTools/execution/task_runtime/queue_runtime/amendments.pypython-moduleexecution / task-runtime / applicationstatic Python (6 symbols / 2 consumers)
execution.task_runtime.queue_runtime.close_gateTools/execution/task_runtime/queue_runtime/close_gate.pypython-moduleexecution / task-runtime / applicationstatic Python (6 symbols / 5 consumers)
execution.task_runtime.queue_runtime.control_planeTools/execution/task_runtime/queue_runtime/control_plane.pypython-moduleexecution / task-runtime / applicationstatic Python (3 symbols / 2 consumers)
execution.task_runtime.queue_runtime.coverageTools/execution/task_runtime/queue_runtime/coverage.pypython-moduleexecution / task-runtime / applicationstatic Python (5 symbols / 4 consumers)
execution.task_runtime.queue_runtime.deltaTools/execution/task_runtime/queue_runtime/delta.pypython-moduleexecution / task-runtime / applicationstatic Python (9 symbols / 7 consumers)
execution.task_runtime.queue_runtime.item_evidenceTools/execution/task_runtime/queue_runtime/item_evidence.pypython-moduleexecution / task-runtime / applicationstatic Python (3 symbols / 2 consumers)
execution.task_runtime.queue_runtime.item_historyTools/execution/task_runtime/queue_runtime/item_history.pypython-moduleexecution / task-runtime / applicationstatic Python (7 symbols / 5 consumers)
execution.task_runtime.queue_runtime.maintenanceTools/execution/task_runtime/queue_runtime/maintenance.pypython-moduleexecution / task-runtime / applicationstatic Python (5 symbols / 5 consumers)
execution.task_runtime.queue_runtime.profile_viewTools/execution/task_runtime/queue_runtime/profile_view.pypython-moduleexecution / task-runtime / applicationstatic Python (13 symbols / 8 consumers)
execution.task_runtime.queue_runtime.property_stateTools/execution/task_runtime/queue_runtime/property_state.pypython-moduleexecution / task-runtime / applicationstatic Python (7 symbols / 6 consumers)
execution.task_runtime.queue_runtime.resumeTools/execution/task_runtime/queue_runtime/resume.pypython-moduleexecution / task-runtime / applicationstatic Python (6 symbols / 1 consumers)
execution.task_runtime.queue_runtime.revalidationTools/execution/task_runtime/queue_runtime/revalidation.pypython-moduleexecution / task-runtime / applicationstatic Python (8 symbols / 4 consumers)
execution.task_runtime.queue_runtime.reviewTools/execution/task_runtime/queue_runtime/review.pypython-moduleexecution / task-runtime / applicationstatic Python (7 symbols / 5 consumers)
execution.task_runtime.queue_runtime.runtimeTools/execution/task_runtime/queue_runtime/runtime.pypython-moduleexecution / task-runtime / applicationstatic Python (4 symbols / 4 consumers)
execution.task_runtime.queue_runtime.task_progressTools/execution/task_runtime/queue_runtime/task_progress.pypython-moduleexecution / task-runtime / applicationstatic Python (5 symbols / 2 consumers)
execution.task_runtime.record_maintenance_evidenceTools/execution/task_runtime/record_maintenance_evidence.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 4 consumers), registered Python symbol (4 consumers)
execution.task_runtime.register_amendmentTools/execution/task_runtime/register_amendment.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
execution.task_runtime.render_queueTools/execution/task_runtime/render_queue.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers)
execution.task_runtime.runtime_validationTools/execution/task_runtime/runtime_validation.pypython-moduleexecution / task-runtime / applicationstatic Python (2 symbols / 25 consumers)
execution.task_runtime.task_runtime_runnerTools/execution/task_runtime/task_runtime_runner.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 1 consumers), registered Python symbol (1 consumers)
execution.task_runtime.update_queueTools/execution/task_runtime/update_queue.pypython-moduleexecution / task-runtime / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 3 consumers), registered Python symbol (1 consumers)
execution.task_runtime.update_taskTools/execution/task_runtime/update_task.pypython-moduleexecution / task-runtime / applicationstatic Python (3 symbols / 2 consumers), registered capability (1 capabilities / 4 consumers), registered Python symbol (3 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
execution.task_runtime.amendment_policyTools/execution/task_runtime/amendment_policy.pypython-moduleexecution / task-runtime / contractstatic Python (4 symbols / 6 consumers)
execution.task_runtime.queue_runtime.authorityTools/execution/task_runtime/queue_runtime/authority.pypython-moduleexecution / task-runtime / contractstatic Python (6 symbols / 4 consumers)
execution.task_runtime.queue_runtime.canonTools/execution/task_runtime/queue_runtime/canon.pypython-moduleexecution / task-runtime / contractstatic Python (41 symbols / 37 consumers)
execution.task_runtime.queue_runtime.evidence_identityTools/execution/task_runtime/queue_runtime/evidence_identity.pypython-moduleexecution / task-runtime / contractstatic Python (7 symbols / 4 consumers)
execution.task_runtime.queue_runtime.gate_registryTools/execution/task_runtime/queue_runtime/gate_registry.pypython-moduleexecution / task-runtime / contractstatic Python (22 symbols / 5 consumers)
execution.task_runtime.queue_runtime.history_identityTools/execution/task_runtime/queue_runtime/history_identity.pypython-moduleexecution / task-runtime / contractstatic Python (3 symbols / 6 consumers)
execution.task_runtime.queue_runtime.policy_exceptionsTools/execution/task_runtime/queue_runtime/policy_exceptions.pypython-moduleexecution / task-runtime / contractstatic Python (2 symbols / 3 consumers)
execution.task_runtime.queue_runtime.task_contractTools/execution/task_runtime/queue_runtime/task_contract.pypython-moduleexecution / task-runtime / contractstatic Python (7 symbols / 7 consumers)
execution.task_runtime.queue_runtime.task_recordTools/execution/task_runtime/queue_runtime/task_record.pypython-moduleexecution / task-runtime / contractstatic Python (3 symbols / 3 consumers)
execution.task_runtime.queue_runtime.work_specTools/execution/task_runtime/queue_runtime/work_spec.pypython-moduleexecution / task-runtime / contractstatic Python (3 symbols / 4 consumers)
execution.task_runtime.runtime_state_contractTools/execution/task_runtime/runtime_state_contract.pypython-moduleexecution / task-runtime / contractstatic Python (50 symbols / 38 consumers)
execution.task_runtime.task_runtime_actionTools/execution/task_runtime/task_runtime_action.pypython-moduleexecution / task-runtime / contractstatic Python (7 symbols / 3 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
apply_amendmentTools/apply_amendment.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
apply_contract_amendmentTools/apply_contract_amendment.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
apply_deltaTools/apply_delta.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_queueTools/check_queue.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
init_stateTools/init_state.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
publish_deltaTools/publish_delta.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_maintenance_evidenceTools/record_maintenance_evidence.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
register_amendmentTools/register_amendment.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
render_queueTools/render_queue.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
run_taskTools/run_task.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
update_queueTools/update_queue.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
update_taskTools/update_task.pypython-moduleexecution / task-runtime / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
Layer: infrastructure

Repository IO, serialization, locking, transport, generation, and other Tool-owned mechanics.

ModulePathTypeResponsibility classInterface exposure
execution.task_runtime.queue_runtime.locksTools/execution/task_runtime/queue_runtime/locks.pypython-moduleexecution / task-runtime / infrastructurestatic Python (5 symbols / 1 consumers)
execution.task_runtime.queue_runtime.primitivesTools/execution/task_runtime/queue_runtime/primitives.pypython-moduleexecution / task-runtime / infrastructurestatic Python (7 symbols / 28 consumers)
execution.task_runtime.queue_runtime.receiptsTools/execution/task_runtime/queue_runtime/receipts.pypython-moduleexecution / task-runtime / infrastructurestatic Python (14 symbols / 24 consumers), registered Python symbol (1 consumers)
execution.task_runtime.queue_runtime.repofsTools/execution/task_runtime/queue_runtime/repofs.pypython-moduleexecution / task-runtime / infrastructurestatic Python (3 symbols / 4 consumers)
execution.task_runtime.runtime_pathsTools/execution/task_runtime/runtime_paths.pypython-moduleexecution / task-runtime / infrastructurestatic Python (72 symbols / 78 consumers)
execution.task_runtime.runtime_state_ioTools/execution/task_runtime/runtime_state_io.pypython-moduleexecution / task-runtime / infrastructurestatic Python (3 symbols / 2 consumers)

Area: governance

Bind shared Standards, Profile, and control-plane contracts to deterministic implementations.

Domain: control

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
governance.control.run_gatesTools/governance/control/run_gates.pypython-modulegovernance / control / applicationstatic Python (1 symbols / 1 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
governance.control.contract_exception_policyTools/governance/control/contract_exception_policy.pypython-modulegovernance / control / contractstatic Python (8 symbols / 5 consumers)
governance.control.control_registry_contractTools/governance/control/control_registry_contract.pypython-modulegovernance / control / contractstatic Python (8 symbols / 5 consumers)
governance.control.metadata_execution_contractTools/governance/control/metadata_execution_contract.pypython-modulegovernance / control / contractstatic Python (22 symbols / 20 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
metadata_execution_contractTools/metadata_execution_contract.pypython-modulegovernance / control / entrypointCLI
run_gatesTools/run_gates.pypython-modulegovernance / control / entrypointCLI, MCP tool (via:cambium-mcp-stdio)

Domain: profile

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
governance.profile.apply_profile_adoptionTools/governance/profile/apply_profile_adoption.pypython-modulegovernance / profile / applicationstatic Python (1 symbols / 1 consumers)
governance.profile.check_profileTools/governance/profile/check_profile.pypython-modulegovernance / profile / applicationstatic Python (8 symbols / 7 consumers), registered Python symbol (2 consumers)
governance.profile.profile_admissionTools/governance/profile/profile_admission.pypython-modulegovernance / profile / applicationstatic Python (8 symbols / 28 consumers)
governance.profile.profile_candidateTools/governance/profile/profile_candidate.pypython-modulegovernance / profile / applicationstatic Python (1 symbols / 1 consumers)
governance.profile.profile_onboarding_statusTools/governance/profile/profile_onboarding_status.pypython-modulegovernance / profile / applicationstatic Python (1 symbols / 1 consumers)
governance.profile.scaffold_profileTools/governance/profile/scaffold_profile.pypython-modulegovernance / profile / applicationstatic Python (1 symbols / 1 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
governance.profile.profile_batch_judgment_contractTools/governance/profile/profile_batch_judgment_contract.pypython-modulegovernance / profile / contractstatic Python (18 symbols / 8 consumers), registered Python symbol (1 consumers)
governance.profile.profile_contractTools/governance/profile/profile_contract.pypython-modulegovernance / profile / contractstatic Python (37 symbols / 29 consumers)
governance.profile.profile_layout_contractTools/governance/profile/profile_layout_contract.pypython-modulegovernance / profile / contractstatic Python (9 symbols / 18 consumers)
governance.profile.rendering_contractTools/governance/profile/rendering_contract.pypython-modulegovernance / profile / contractstatic Python (8 symbols / 3 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
apply_profile_adoptionTools/apply_profile_adoption.pypython-modulegovernance / profile / entrypointCLI
check_profileTools/check_profile.pypython-modulegovernance / profile / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
profile_candidateTools/profile_candidate.pypython-modulegovernance / profile / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
profile_onboarding_statusTools/profile_onboarding_status.pypython-modulegovernance / profile / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
scaffold_profileTools/scaffold_profile.pypython-modulegovernance / profile / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
Layer: infrastructure

Repository IO, serialization, locking, transport, generation, and other Tool-owned mechanics.

ModulePathTypeResponsibility classInterface exposure
governance.profile.profile_codecTools/governance/profile/profile_codec.pypython-modulegovernance / profile / infrastructurestatic Python (2 symbols / 5 consumers)
governance.profile.profile_cueTools/governance/profile/profile_cue.pypython-modulegovernance / profile / infrastructurestatic Python (1 symbols / 1 consumers)
governance.profile.profile_schema_projectionTools/governance/profile/profile_schema_projection.pypython-modulegovernance / profile / infrastructurestatic Python (1 symbols / 1 consumers)

Domain: standards

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
governance.standards.adopt_standardsTools/governance/standards/adopt_standards.pypython-modulegovernance / standards / applicationstatic Python (1 symbols / 1 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
governance.standards.adoption_lineage_contractTools/governance/standards/adoption_lineage_contract.pypython-modulegovernance / standards / contractstatic Python (12 symbols / 10 consumers), registered Python symbol (2 consumers)
governance.standards.standards_stateTools/governance/standards/standards_state.pypython-modulegovernance / standards / contractstatic Python (5 symbols / 6 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
adopt_standardsTools/adopt_standards.pypython-modulegovernance / standards / entrypointCLI

Area: knowledge

Validate and project governed knowledge structures and page-level contracts.

Domain: content

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
knowledge.content.check_linksTools/knowledge/content/check_links.pypython-moduleknowledge / content / applicationstatic Python (5 symbols / 2 consumers), registered Python symbol (1 consumers)
knowledge.content.check_residual_contentTools/knowledge/content/check_residual_content.pypython-moduleknowledge / content / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
knowledge.content.duplicate_checkTools/knowledge/content/duplicate_check.pypython-moduleknowledge / content / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
knowledge.content.maintenance_candidatesTools/knowledge/content/maintenance_candidates.pypython-moduleknowledge / content / applicationstatic Python (4 symbols / 5 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
check_linksTools/check_links.pypython-moduleknowledge / content / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_residual_contentTools/check_residual_content.pypython-moduleknowledge / content / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
duplicate_checkTools/duplicate_check.pypython-moduleknowledge / content / entrypointCLI, MCP tool (via:cambium-mcp-stdio)

Domain: metadata

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
knowledge.metadata.apply_metadata_transitionTools/knowledge/metadata/apply_metadata_transition.pypython-moduleknowledge / metadata / applicationstatic Python (1 symbols / 1 consumers)
knowledge.metadata.check_freshnessTools/knowledge/metadata/check_freshness.pypython-moduleknowledge / metadata / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
knowledge.metadata.check_page_contractTools/knowledge/metadata/check_page_contract.pypython-moduleknowledge / metadata / applicationstatic Python (2 symbols / 2 consumers), registered Python symbol (1 consumers)
knowledge.metadata.check_vocabTools/knowledge/metadata/check_vocab.pypython-moduleknowledge / metadata / applicationstatic Python (1 symbols / 2 consumers), registered Python symbol (1 consumers)
knowledge.metadata.compose_page_contractTools/knowledge/metadata/compose_page_contract.pypython-moduleknowledge / metadata / applicationstatic Python (3 symbols / 4 consumers)
knowledge.metadata.compose_vocabTools/knowledge/metadata/compose_vocab.pypython-moduleknowledge / metadata / applicationstatic Python (5 symbols / 3 consumers)
knowledge.metadata.metadata_property_stateTools/knowledge/metadata/metadata_property_state.pypython-moduleknowledge / metadata / applicationstatic Python (15 symbols / 12 consumers), registered capability (1 capabilities / 4 consumers)
knowledge.metadata.project_page_stateTools/knowledge/metadata/project_page_state.pypython-moduleknowledge / metadata / applicationstatic Python (7 symbols / 11 consumers), registered capability (1 capabilities / 6 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
knowledge.metadata.freshness_engineTools/knowledge/metadata/freshness_engine.pypython-moduleknowledge / metadata / contractstatic Python (16 symbols / 3 consumers)
knowledge.metadata.freshness_receipt_contractTools/knowledge/metadata/freshness_receipt_contract.pypython-moduleknowledge / metadata / contractstatic Python (6 symbols / 1 consumers)
knowledge.metadata.metadata_page_state_contractTools/knowledge/metadata/metadata_page_state_contract.pypython-moduleknowledge / metadata / contractstatic Python (11 symbols / 5 consumers)
knowledge.metadata.page_frontmatter_contractTools/knowledge/metadata/page_frontmatter_contract.pypython-moduleknowledge / metadata / contractstatic Python (2 symbols / 2 consumers)
knowledge.metadata.vocabulary_contractTools/knowledge/metadata/vocabulary_contract.pypython-moduleknowledge / metadata / contractstatic Python (11 symbols / 9 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
apply_metadata_transitionTools/apply_metadata_transition.pypython-moduleknowledge / metadata / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_freshnessTools/check_freshness.pypython-moduleknowledge / metadata / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_page_contractTools/check_page_contract.pypython-moduleknowledge / metadata / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_vocabTools/check_vocab.pypython-moduleknowledge / metadata / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
compose_page_contractTools/compose_page_contract.pypython-moduleknowledge / metadata / entrypointCLI
compose_vocabTools/compose_vocab.pypython-moduleknowledge / metadata / entrypointCLI
project_page_stateTools/project_page_state.pypython-moduleknowledge / metadata / entrypointCLI, MCP tool (via:cambium-mcp-stdio)

Domain: rendering

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
knowledge.rendering.record_profile_renderingTools/knowledge/rendering/record_profile_rendering.pypython-moduleknowledge / rendering / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 6 consumers), registered Python symbol (1 consumers)
knowledge.rendering.record_rendering_verificationTools/knowledge/rendering/record_rendering_verification.pypython-moduleknowledge / rendering / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 5 consumers), registered Python symbol (1 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
knowledge.rendering.changed_scope_rendering_checksTools/knowledge/rendering/changed_scope_rendering_checks.pypython-moduleknowledge / rendering / contractstatic Python (5 symbols / 4 consumers)
knowledge.rendering.deterministic_rendering_contractTools/knowledge/rendering/deterministic_rendering_contract.pypython-moduleknowledge / rendering / contractstatic Python (4 symbols / 1 consumers)
knowledge.rendering.profile_rendering_evidence_contractTools/knowledge/rendering/profile_rendering_evidence_contract.pypython-moduleknowledge / rendering / contractstatic Python (16 symbols / 7 consumers), registered Python symbol (1 consumers)
knowledge.rendering.rendering_verification_contractTools/knowledge/rendering/rendering_verification_contract.pypython-moduleknowledge / rendering / contractstatic Python (12 symbols / 7 consumers), registered Python symbol (1 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
record_profile_renderingTools/record_profile_rendering.pypython-moduleknowledge / rendering / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
record_rendering_verificationTools/record_rendering_verification.pypython-moduleknowledge / rendering / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
Layer: infrastructure

Repository IO, serialization, locking, transport, generation, and other Tool-owned mechanics.

ModulePathTypeResponsibility classInterface exposure
knowledge.rendering.static_render_runtimeTools/knowledge/rendering/static_render_runtime.pypython-moduleknowledge / rendering / infrastructurestatic Python (10 symbols / 5 consumers)

Domain: structure

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
knowledge.structure.check_boundary_contractTools/knowledge/structure/check_boundary_contract.pypython-moduleknowledge / structure / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
knowledge.structure.check_mocTools/knowledge/structure/check_moc.pypython-moduleknowledge / structure / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
knowledge.structure.check_structureTools/knowledge/structure/check_structure.pypython-moduleknowledge / structure / applicationstatic Python (1 symbols / 1 consumers), registered Python symbol (1 consumers)
knowledge.structure.markdown_structure_checksTools/knowledge/structure/markdown_structure_checks.pypython-moduleknowledge / structure / applicationstatic Python (4 symbols / 3 consumers)
knowledge.structure.render_boundary_projectionTools/knowledge/structure/render_boundary_projection.pypython-moduleknowledge / structure / applicationstatic Python (1 symbols / 1 consumers)
knowledge.structure.render_structure_projectionTools/knowledge/structure/render_structure_projection.pypython-moduleknowledge / structure / applicationstatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 1 consumers)
knowledge.structure.repository_structureTools/knowledge/structure/repository_structure.pypython-moduleknowledge / structure / applicationstatic Python (3 symbols / 2 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
knowledge.structure.boundary_contractTools/knowledge/structure/boundary_contract.pypython-moduleknowledge / structure / contractstatic Python (3 symbols / 2 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
check_boundary_contractTools/check_boundary_contract.pypython-moduleknowledge / structure / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_mocTools/check_moc.pypython-moduleknowledge / structure / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
check_repository_structureTools/check_repository_structure.pypython-moduleknowledge / structure / entrypointCLI
check_structureTools/check_structure.pypython-moduleknowledge / structure / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
render_boundary_projectionTools/render_boundary_projection.pypython-moduleknowledge / structure / entrypointCLI, MCP tool (via:cambium-mcp-stdio)
render_structure_projectionTools/render_structure_projection.pypython-moduleknowledge / structure / entrypointCLI, MCP tool (via:cambium-mcp-stdio)

Area: platform

Supply host interfaces, repository safety, distribution controls, and shared Tool mechanics.

Domain: agent-interface

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
platform.agent_interface.compile_cli_contractTools/platform/agent_interface/compile_cli_contract.pypython-moduleplatform / agent-interface / applicationstatic Python (5 symbols / 3 consumers)
platform.agent_interface.mcp_serverTools/platform/agent_interface/mcp_server.pypython-moduleplatform / agent-interface / applicationnone observed
platform.agent_interface.render_host_configsTools/platform/agent_interface/render_host_configs.pypython-moduleplatform / agent-interface / applicationstatic Python (1 symbols / 1 consumers)
platform.agent_interface.render_interface_projectionTools/platform/agent_interface/render_interface_projection.pypython-moduleplatform / agent-interface / applicationstatic Python (1 symbols / 1 consumers)
Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
platform.agent_interface.agent_interface_contractTools/platform/agent_interface/agent_interface_contract.pypython-moduleplatform / agent-interface / contractstatic Python (13 symbols / 9 consumers)
platform.agent_interface.agent_interface_policyTools/platform/agent_interface/agent_interface_policy.pypython-moduleplatform / agent-interface / contractstatic Python (5 symbols / 3 consumers)
platform.agent_interface.tool_availabilityTools/platform/agent_interface/tool_availability.pypython-moduleplatform / agent-interface / contractstatic Python (5 symbols / 5 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
compile_cli_contractTools/compile_cli_contract.pypython-moduleplatform / agent-interface / entrypointCLI
mcp_serverTools/mcp_server.pypython-moduleplatform / agent-interface / entrypointMCP Host transport (shared-bridge:cambium-mcp-stdio)
render_host_configsTools/render_host_configs.pypython-moduleplatform / agent-interface / entrypointCLI
render_interface_projectionTools/render_interface_projection.pypython-moduleplatform / agent-interface / entrypointCLI
Layer: infrastructure

Repository IO, serialization, locking, transport, generation, and other Tool-owned mechanics.

ModulePathTypeResponsibility classInterface exposure
platform.agent_interface.cli_argv_rendererTools/platform/agent_interface/cli_argv_renderer.pypython-moduleplatform / agent-interface / infrastructurestatic Python (11 symbols / 3 consumers)
platform.agent_interface.entrypoint_loaderTools/platform/agent_interface/entrypoint_loader.pypython-moduleplatform / agent-interface / infrastructurestatic Python (6 symbols / 7 consumers)

Domain: common

Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
platform.common.implementation_markerTools/platform/common/implementation_marker.pypython-moduleplatform / common / contractstatic Python (4 symbols / 2 consumers)
Layer: infrastructure

Repository IO, serialization, locking, transport, generation, and other Tool-owned mechanics.

ModulePathTypeResponsibility classInterface exposure
platform.common.kblibTools/platform/common/kblib.pypython-moduleplatform / common / infrastructurestatic Python (82 symbols / 145 consumers)
platform.common.primitivesTools/platform/common/primitives.pypython-moduleplatform / common / infrastructurestatic Python (6 symbols / 37 consumers)
platform.common.receiptsTools/platform/common/receipts.pypython-moduleplatform / common / infrastructurestatic Python (1 symbols / 2 consumers)
platform.common.reportingTools/platform/common/reporting.pypython-moduleplatform / common / infrastructurestatic Python (9 symbols / 35 consumers)

Domain: distribution

Layer: application

One deterministic use case that composes domain contracts and infrastructure.

ModulePathTypeResponsibility classInterface exposure
platform.distribution.check_kernel_sizeTools/platform/distribution/check_kernel_size.pypython-moduleplatform / distribution / applicationstatic Python (1 symbols / 1 consumers)
platform.distribution.check_upstream_componentsTools/platform/distribution/check_upstream_components.pypython-moduleplatform / distribution / applicationstatic Python (1 symbols / 1 consumers)
platform.distribution.module_boundary_reportTools/platform/distribution/module_boundary_report.pypython-moduleplatform / distribution / applicationstatic Python (2 symbols / 2 consumers)
platform.distribution.stamp_cardsTools/platform/distribution/stamp_cards.pypython-moduleplatform / distribution / applicationstatic Python (4 symbols / 4 consumers), registered capability (1 capabilities / 2 consumers)
platform.distribution.test_catalogTools/platform/distribution/test_catalog.pypython-moduleplatform / distribution / applicationstatic Python (3 symbols / 2 consumers)
platform.distribution.test_runnerTools/platform/distribution/test_runner.pypython-moduleplatform / distribution / applicationstatic Python (1 symbols / 1 consumers)
platform.distribution.tool_catalogTools/platform/distribution/tool_catalog.pypython-moduleplatform / distribution / applicationstatic Python (1 symbols / 1 consumers)
platform.distribution.upstream_component_boundaryTools/platform/distribution/upstream_component_boundary.pypython-moduleplatform / distribution / applicationstatic Python (5 symbols / 3 consumers)
Layer: entrypoint

Stable CLI or MCP adapter; parsing and presentation stay thin.

ModulePathTypeResponsibility classInterface exposure
check_kernel_sizeTools/check_kernel_size.pypython-moduleplatform / distribution / entrypointCLI
check_upstream_componentsTools/check_upstream_components.pypython-moduleplatform / distribution / entrypointCLI
generate_test_catalogTools/generate_test_catalog.pypython-moduleplatform / distribution / entrypointCLI
generate_tool_catalogTools/generate_tool_catalog.pypython-moduleplatform / distribution / entrypointCLI
module_boundary_reportTools/module_boundary_report.pypython-moduleplatform / distribution / entrypointCLI
prepare_rendering_runtimeTools/prepare_rendering_runtime.pypython-moduleplatform / distribution / entrypointCLI
run_testsTools/run_tests.pypython-moduleplatform / distribution / entrypointCLI
stamp_cardsTools/stamp_cards.pypython-moduleplatform / distribution / entrypointCLI
Layer: infrastructure

Repository IO, serialization, locking, transport, generation, and other Tool-owned mechanics.

ModulePathTypeResponsibility classInterface exposure
platform.distribution.install_profile_toolchainTools/platform/distribution/install_profile_toolchain.pypython-moduleplatform / distribution / infrastructurenone observed
platform.distribution.module_boundary_factsTools/platform/distribution/module_boundary_facts.pypython-moduleplatform / distribution / infrastructurestatic Python (11 symbols / 3 consumers)
platform.distribution.prepare_rendering_runtimeTools/platform/distribution/prepare_rendering_runtime.pypython-moduleplatform / distribution / infrastructurestatic Python (1 symbols / 1 consumers), registered capability (1 capabilities / 2 consumers), registered Python symbol (1 consumers)
platform.distribution.upstream_identityTools/platform/distribution/upstream_identity.pypython-moduleplatform / distribution / infrastructurestatic Python (3 symbols / 5 consumers)

Domain: repository

Layer: contract

Machine-contract loading, closed validation, pure projection, and stable predicates.

ModulePathTypeResponsibility classInterface exposure
platform.repository.path_contractTools/platform/repository/path_contract.pypython-moduleplatform / repository / contractstatic Python (1 symbols / 11 consumers)
Layer: infrastructure

Repository IO, serialization, locking, transport, generation, and other Tool-owned mechanics.

ModulePathTypeResponsibility classInterface exposure
platform.repository.path_capabilityTools/platform/repository/path_capability.pypython-moduleplatform / repository / infrastructurestatic Python (25 symbols / 2 consumers)
platform.repository.repositoryTools/platform/repository/repository.pypython-moduleplatform / repository / infrastructurestatic Python (12 symbols / 38 consumers)

Static Python symbol consumption

Owner and symbolStatic Python consumersBoundary status
execution.audit.assemble_terminal_proof.DEFAULT_PROOF_PATHexecution.task_runtime.task_runtime_runnerdeclared
execution.audit.assemble_terminal_proof.mainassemble_terminal_proofdeclared
execution.audit.audit_dimension_contract.AUDIT_DIMENSION_BASE_PATHexecution.audit.audit_obligation_projection, execution.audit.audit_plan_contract, governance.control.control_registry_contract, governance.profile.profile_contractdeclared
execution.audit.audit_dimension_contract.BASE_RECEIPT_DIMENSIONSexecution.audit.assemble_terminal_proof, governance.control.control_registry_contractdeclared
execution.audit.audit_dimension_contract.BASE_RECEIPT_DIMENSION_ORDERexecution.audit.assemble_terminal_proof, execution.audit.check_proof, governance.control.control_registry_contract, governance.profile.profile_contractdeclared
execution.audit.audit_dimension_contract.EVIDENCE_ROLESexecution.audit.audit_plan_contract, governance.profile.profile_contractdeclared
execution.audit.audit_dimension_contract.current_audit_dimension_valuesexecution.audit.audit_plan_contract, governance.control.control_registry_contract, governance.profile.profile_contractdeclared
execution.audit.audit_dimension_contract.load_audit_dimension_baseexecution.audit.batch_review_obligation_contract, knowledge.rendering.deterministic_rendering_contractdeclared
execution.audit.audit_dimension_contract.validate_audit_dimension_baseexecution.audit.audit_obligation_projection, execution.audit.batch_review_obligation_contract, knowledge.rendering.deterministic_rendering_contractdeclared
execution.audit.audit_evidence_runtime.AuditPlanMissingexecution.task_runtime.task_runtime_runnerdeclared
execution.audit.audit_evidence_runtime.batch_review_evidenceexecution.audit.check_batch_close, execution.audit.record_batch_reviewdeclared
execution.audit.audit_evidence_runtime.closed_plan_closure_errorsexecution.task_runtime.update_queuedeclared
execution.audit.audit_evidence_runtime.combine_plan_reconciliationsexecution.audit.check_batch_closedeclared
execution.audit.audit_evidence_runtime.current_consumption_evidence_idsexecution.audit.record_batch_page_reviewdeclared
execution.audit.audit_evidence_runtime.reconciliation_from_bindingsexecution.audit.check_batch_closedeclared
execution.audit.audit_evidence_runtime.resolve_stage_planexecution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.audit.record_batch_judgment, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_evidence_runtime.stage_evidence_closureexecution.audit.audit_execution_runtimedeclared
execution.audit.audit_evidence_runtime.stage_evidence_statusexecution.audit.audit_execution_runtimedeclared
execution.audit.audit_evidence_runtime.terminal_dimension_evidenceexecution.audit.assemble_terminal_proof, execution.audit.check_proofdeclared
execution.audit.audit_evidence_runtime.terminal_plan_reconciliationexecution.audit.assemble_terminal_proof, execution.audit.check_proofdeclared
execution.audit.audit_evidence_runtime.wrapper_binding_errorsexecution.audit.record_batch_review, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queuedeclared
execution.audit.audit_execution_runtime.next_stage_stepexecution.task_runtime.task_runtime_runnerdeclared
execution.audit.audit_fingerprint.obligation_contract_fingerprintexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.audit.changed_scope_evidence_contract, governance.profile.profile_batch_judgment_contract, knowledge.rendering.profile_rendering_evidence_contract, knowledge.rendering.rendering_verification_contractdeclared
execution.audit.audit_fingerprint.page_artifact_fingerprintexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.audit.batch_review_obligation_contract, governance.profile.profile_batch_judgment_contract, knowledge.rendering.profile_rendering_evidence_contractdeclared
execution.audit.audit_fingerprint.page_set_artifact_fingerprintexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, governance.profile.profile_batch_judgment_contractdeclared
execution.audit.audit_lifecycle_contract.ATTEMPT_IDENTITY_FIELDSexecution.audit.substantive_review_contract, knowledge.rendering.profile_rendering_evidence_contractdeclared
execution.audit.audit_lifecycle_contract.AUDIT_RECEIPT_RECORD_KINDexecution.audit.audit_producer_chaindeclared
execution.audit.audit_lifecycle_contract.AuditLifecycleContractErrorexecution.audit.audit_evidence_runtimedeclared
execution.audit.audit_lifecycle_contract.CHANGED_SCOPE_PRECURSOR_RECORD_KINDexecution.audit.audit_producer_chain, execution.audit.changed_scope_evidence_contract, execution.audit.record_changed_scope_evidencedeclared
execution.audit.audit_lifecycle_contract.EVIDENCE_BINDING_FIELDSexecution.audit.audit_evidence_runtimedeclared
execution.audit.audit_lifecycle_contract.OBLIGATION_BINDING_FIELDSknowledge.rendering.profile_rendering_evidence_contract, knowledge.rendering.record_profile_renderingdeclared
execution.audit.audit_lifecycle_contract.PLAN_BINDING_FIELDSexecution.audit.audit_evidence_runtime, execution.audit.changed_scope_evidence_contract, governance.profile.profile_batch_judgment_contract, knowledge.rendering.record_profile_renderingdeclared
execution.audit.audit_lifecycle_contract.attempt_bindingexecution.audit.audit_receipt_contractdeclared
execution.audit.audit_lifecycle_contract.attempt_binding_mismatchesexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.audit.changed_scope_evidence_contract, knowledge.rendering.profile_rendering_evidence_contract, knowledge.rendering.rendering_verification_contractdeclared
execution.audit.audit_lifecycle_contract.resolution_routeexecution.audit.audit_execution_runtimedeclared
execution.audit.audit_lifecycle_contract.validate_resolutionexecution.audit.audit_evidence_runtimedeclared
execution.audit.audit_obligation_projection.BATCH_CLOSE_REGISTRY_PATHexecution.audit.prepare_audit_plandeclared
execution.audit.audit_obligation_projection.CHANGED_SCOPE_REGISTRY_PATHexecution.audit.audit_producer_chain, execution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plandeclared
execution.audit.audit_obligation_projection.PROFILE_REGISTERED_SCAN_EXTENSIONexecution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plandeclared
execution.audit.audit_obligation_projection.SUBSTANTIVE_REGISTRY_PATHexecution.audit.audit_producer_chaindeclared
execution.audit.audit_obligation_projection.composed_obligation_specsexecution.audit.prepare_audit_plandeclared
execution.audit.audit_obligation_projection.load_changed_scope_registryexecution.audit.changed_scope_evidence_contractdeclared
execution.audit.audit_obligation_projection.obligation_spec_for_ruleexecution.audit.audit_producer_chain, execution.audit.changed_scope_evidence_contract, execution.audit.record_changed_scope_evidence, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_obligation_projection.profile_registered_scan_specexecution.audit.changed_scope_evidence_contractdeclared
execution.audit.audit_obligation_projection.profile_rendering_specsexecution.audit.audit_producer_chaindeclared
execution.audit.audit_obligation_projection.required_obligationexecution.audit.prepare_audit_plandeclared
execution.audit.audit_obligation_projection.resolve_obligation_definitionexecution.audit.audit_producer_chain, execution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plan, execution.audit.record_changed_scope_evidencedeclared
execution.audit.audit_obligation_projection.validate_changed_scope_registryexecution.audit.changed_scope_evidence_contractdeclared
execution.audit.audit_obligation_projection.validate_plan_definition_authorityexecution.audit.audit_evidence_runtime, execution.audit.prepare_audit_plandeclared
execution.audit.audit_plan_contract.AUDIT_PLAN_CONTRACT_PATHexecution.audit.audit_obligation_projectiondeclared
execution.audit.audit_plan_contract.closed_string_listexecution.audit.audit_receipt_contract, execution.audit.substantive_review_contract, knowledge.rendering.rendering_verification_contractdeclared
execution.audit.audit_plan_contract.contract_snapshot_sha256execution.audit.prepare_audit_plandeclared
execution.audit.audit_plan_contract.field_specsexecution.audit.audit_receipt_contract, execution.audit.substantive_review_contract, knowledge.rendering.rendering_verification_contractdeclared
execution.audit.audit_plan_contract.is_sha256execution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, governance.profile.profile_batch_judgment_contractdeclared
execution.audit.audit_plan_contract.load_contractexecution.audit.audit_evidence_runtime, execution.audit.batch_review_obligation_contract, execution.audit.prepare_audit_plan, execution.audit.substantive_review_contract, governance.profile.profile_batch_judgment_contractdeclared
execution.audit.audit_plan_contract.plan_contract_snapshot_sha256execution.audit.audit_evidence_runtimedeclared
execution.audit.audit_plan_contract.plan_sha256execution.audit.audit_evidence_runtime, execution.audit.batch_review_obligation_contract, execution.audit.prepare_audit_plan, governance.profile.profile_batch_judgment_contractdeclared
execution.audit.audit_plan_contract.required_obligation_idsexecution.audit.prepare_audit_plandeclared
execution.audit.audit_plan_contract.validate_contractexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.audit.batch_review_obligation_contract, execution.audit.substantive_review_contractdeclared
execution.audit.audit_plan_contract.validate_planexecution.audit.audit_evidence_runtime, execution.audit.batch_review_obligation_contract, execution.audit.prepare_audit_plan, governance.profile.profile_batch_judgment_contractdeclared
execution.audit.audit_plan_contract.validate_valueexecution.audit.audit_receipt_contract, execution.audit.substantive_review_contract, knowledge.rendering.rendering_verification_contractdeclared
execution.audit.audit_producer_chain.AuditProducerChainErrorexecution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime, execution.audit.changed_scope_evidence_contract, execution.audit.complete_audit_receipt, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_chain.FINAL_AUDIT_RECEIPT_CAPABILITYexecution.audit.audit_execution_runtimedeclared
execution.audit.audit_producer_chain.precursor_chain_for_obligationexecution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_chain.precursor_chain_for_specexecution.audit.audit_execution_runtime, execution.audit.changed_scope_evidence_contract, execution.audit.record_changed_scope_evidence, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_chain.precursor_record_matchesexecution.audit.audit_evidence_runtimedeclared
execution.audit.audit_producer_chain.require_precursor_recordexecution.audit.audit_evidence_runtime, execution.audit.changed_scope_evidence_contract, execution.audit.complete_audit_receipt, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.AuditProducerErrorexecution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_substantive_review, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.admitted_runtimeexecution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.freeze_manifest_pagesexecution.audit.changed_scope_evidence_runtime, execution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.frozen_manifest_pageexecution.audit.record_batch_page_review, execution.audit.record_substantive_review, knowledge.rendering.record_profile_renderingdeclared
execution.audit.audit_producer_runtime.managed_plan_pathexecution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_substantive_reviewdeclared
execution.audit.audit_producer_runtime.managed_receipt_pathexecution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.obligation_attempt_recordsexecution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.obligation_contract_fingerprintexecution.audit.complete_audit_receipt, execution.audit.record_substantive_review, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.open_batchexecution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.page_artifact_fingerprintexecution.audit.changed_scope_evidence_runtime, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_renderingdeclared
execution.audit.audit_producer_runtime.page_set_artifact_fingerprintexecution.audit.complete_audit_receipt, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.page_set_sha256execution.audit.changed_scope_evidence_runtime, execution.audit.prepare_audit_plandeclared
execution.audit.audit_producer_runtime.profile_bindingsexecution.audit.changed_scope_evidence_runtime, execution.audit.prepare_audit_plandeclared
execution.audit.audit_producer_runtime.read_receipt_recordsexecution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.receipt_by_idexecution.audit.complete_audit_receipt, execution.audit.record_substantive_reviewdeclared
execution.audit.audit_producer_runtime.require_nonempty_stringexecution.audit.record_batch_page_review, execution.audit.record_substantive_reviewdeclared
execution.audit.audit_producer_runtime.require_pages_currentexecution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.require_runtime_currentexecution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.runtime_lock_metadataexecution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.audit.audit_producer_runtime.runtime_state_bindingsexecution.audit.changed_scope_evidence_runtime, execution.audit.prepare_audit_plandeclared
execution.audit.audit_producer_runtime.sources_sha256execution.audit.record_batch_page_review, execution.audit.record_substantive_reviewdeclared
execution.audit.audit_producer_runtime.standards_bindingsexecution.audit.prepare_audit_plandeclared
execution.audit.audit_producer_runtime.validate_obligation_attempt_bindingexecution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_substantive_reviewdeclared
execution.audit.audit_receipt_contract.RECEIPT_TYPE_IDexecution.audit.complete_audit_receiptdeclared
execution.audit.audit_receipt_contract.load_contractexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.check_proof, execution.audit.complete_audit_receiptdeclared
execution.audit.audit_receipt_contract.page_artifact_fingerprint_contractexecution.audit.audit_fingerprintdeclared
execution.audit.audit_receipt_contract.project_new_passing_audit_receiptexecution.audit.audit_receipt_finalizerdeclared
execution.audit.audit_receipt_contract.validate_audit_receiptexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.batch_close_audit, execution.audit.batch_review_obligation_contract, execution.audit.check_proof, execution.audit.complete_audit_receipt, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.audit_receipt_finalizer.finalize_audit_receipt_recordexecution.audit.batch_close_audit, execution.audit.complete_audit_receiptdeclared
execution.audit.audit_reconciliation_contract.projection_fieldsexecution.audit.audit_evidence_runtime, execution.audit.check_batch_close, execution.audit.record_batch_review, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_audit.build_full_audit_receiptexecution.audit.check_batch_closedeclared
execution.audit.batch_close_audit.build_post_delta_evidence_setexecution.audit.check_batch_closedeclared
execution.audit.batch_close_audit.resolve_post_delta_projectionexecution.audit.audit_evidence_runtime, execution.audit.check_batch_closedeclared
execution.audit.batch_close_audit.validate_post_delta_evidence_setexecution.audit.audit_evidence_runtime, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.BATCH_CLOSE_CLOSED_LIST_PATHexecution.audit.audit_obligation_projectiondeclared
execution.audit.batch_close_contract.CLOSED_LIST_EVIDENCE_FIELDSexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.GATE_CHECKexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.GATE_IDexecution.audit.check_batch_closedeclared
execution.audit.batch_close_contract.GATE_RECEIPT_TYPE_IDexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.GLOBAL_REVIEW_RECEIPT_TYPE_IDexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.MEMBER_RECEIPT_TYPE_IDexecution.audit.check_batch_closedeclared
execution.audit.batch_close_contract.PAGE_REVIEW_RECEIPT_TYPE_IDexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.REVIEW_ATTESTATION_RECEIPT_TYPE_IDexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.closed_list_member_rowsexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.current_receipt_errorsexecution.task_runtime.queue_runtime.close_gatedeclared
execution.audit.batch_close_contract.load_batch_close_closed_listexecution.audit.check_batch_closedeclared
execution.audit.batch_close_contract.validate_batch_close_closed_listexecution.audit.audit_obligation_projectiondeclared
execution.audit.batch_review_obligation_contract.BATCH_REVIEW_OBLIGATION_REGISTRY_PATHexecution.audit.audit_obligation_projectiondeclared
execution.audit.batch_review_obligation_contract.PRODUCER_TOOLexecution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.PRODUCER_TOOL_VERSIONexecution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.RECEIPT_TYPE_IDexecution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.base_obligation_specsexecution.audit.audit_obligation_projectiondeclared
execution.audit.batch_review_obligation_contract.consumption_dependency_obligation_idsexecution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtimedeclared
execution.audit.batch_review_obligation_contract.contract_fingerprintexecution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.dependency_fingerprintexecution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.load_registryexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.obligation_spec_for_ruleexecution.audit.audit_evidence_runtime, execution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.plan_projection_errorsexecution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.registry_sha256execution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.resolve_consumed_evidenceexecution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.select_s_targetsexecution.audit.prepare_audit_plandeclared
execution.audit.batch_review_obligation_contract.validate_applicability_dispositionexecution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.validate_page_fingerprint_bindingexecution.audit.audit_evidence_runtime, execution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.validate_plan_base_closureexecution.audit.prepare_audit_plan, execution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.validate_producer_receiptexecution.audit.audit_evidence_runtime, execution.audit.record_batch_page_reviewdeclared
execution.audit.batch_review_obligation_contract.validate_receipt_consumptionexecution.audit.audit_evidence_runtimedeclared
execution.audit.batch_review_receipt_contract.GATE_IDexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review, governance.profile.profile_batch_judgment_contractdeclared
execution.audit.batch_review_receipt_contract.PRODUCER_CHECKexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_runnerdeclared
execution.audit.batch_review_receipt_contract.PRODUCER_TOOLexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_runnerdeclared
execution.audit.batch_review_receipt_contract.PRODUCER_TOOL_VERSIONexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.reviewdeclared
execution.audit.batch_review_receipt_contract.RECEIPT_TYPE_IDexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_runnerdeclared
execution.audit.batch_review_receipt_contract.current_receipt_errorsexecution.audit.record_batch_reviewdeclared
execution.audit.changed_scope_evidence_contract.ADAPTER_CAPABILITY_IDexecution.audit.audit_execution_runtimedeclared
execution.audit.changed_scope_evidence_contract.AUDIT_PRECURSOR_RECEIPT_TYPE_IDexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.CANDIDATE_SET_RECEIPT_TYPE_IDexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.ChangedScopeEvidenceContractErrorexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.DIRECT_RECEIPT_TYPE_IDexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.INPUT_BINDING_FIELDSexecution.audit.changed_scope_evidence_runtimedeclared
execution.audit.changed_scope_evidence_contract.PLAN_BINDING_FIELDSexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.PROFILE_SCAN_EXTENSIONexecution.audit.audit_evidence_runtime, execution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.REGISTRY_PATHexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.SCHEMA_VERSIONexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.TOOLexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.TOOL_VERSIONexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.authorized_profile_scanexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.candidate_set_contract_fingerprintexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.candidate_set_dependency_fingerprintexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.direct_contract_fingerprintexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.direct_dependency_fingerprintexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.load_control_registryexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.load_registryexecution.audit.changed_scope_evidence_runtime, execution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.normalized_base_rulesexecution.audit.audit_evidence_runtime, execution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.profile_scan_extension_pointexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.profile_scan_selectorexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.pure_check_ownerexecution.audit.changed_scope_evidence_runtime, execution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.registry_rowexecution.audit.changed_scope_evidence_runtimedeclared
execution.audit.changed_scope_evidence_contract.runtime_check_source_sha256execution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.runtime_contract_fingerprintexecution.audit.changed_scope_evidence_runtime, execution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.source_gate_selectorexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.source_summaryexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.validate_audit_producer_recordexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.validate_audit_producer_record_for_planexecution.audit.changed_scope_evidence_runtime, execution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.validate_candidate_set_record_for_planexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.validate_direct_recordexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.validate_direct_record_for_planexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_contract.validate_record_for_planexecution.audit.audit_evidence_runtimedeclared
execution.audit.changed_scope_evidence_runtime.pure_check_resultexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_runtime.pure_input_bindingexecution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_evidence_runtime.validate_current_recordexecution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, execution.audit.record_changed_scope_evidencedeclared
execution.audit.changed_scope_runtime_checks.COVERAGE_RULE_IDexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtimedeclared
execution.audit.changed_scope_runtime_checks.GUIDANCE_RULE_IDexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtimedeclared
execution.audit.changed_scope_runtime_checks.TASK_CONTRACT_RULE_IDexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtimedeclared
execution.audit.changed_scope_runtime_checks.coverage_routing_stateexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtimedeclared
execution.audit.changed_scope_runtime_checks.frozen_task_contract_referencesexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtimedeclared
execution.audit.changed_scope_runtime_checks.guidance_state_zero_countsexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtimedeclared
execution.audit.check_batch_close.maincheck_batch_closedeclared
execution.audit.check_proof.maincheck_proofdeclared
execution.audit.complete_audit_receipt.maincomplete_audit_receiptdeclared
execution.audit.prepare_audit_plan.mainprepare_audit_plandeclared
execution.audit.record_batch_judgment.mainrecord_batch_judgmentdeclared
execution.audit.record_batch_page_review.mainrecord_batch_page_reviewdeclared
execution.audit.record_batch_review.mainrecord_batch_reviewdeclared
execution.audit.record_changed_scope_evidence.mainrecord_changed_scope_evidencedeclared
execution.audit.record_substantive_review.mainrecord_substantive_reviewdeclared
execution.audit.substantive_review_contract.CURRENT_PRODUCER_VERSIONexecution.audit.record_substantive_reviewdeclared
execution.audit.substantive_review_contract.OBLIGATION_PROJECTIONexecution.audit.record_substantive_reviewdeclared
execution.audit.substantive_review_contract.RECEIPT_TYPE_IDexecution.audit.record_substantive_reviewdeclared
execution.audit.substantive_review_contract.SUBSTANTIVE_REVIEW_CONTRACT_PATHexecution.audit.audit_obligation_projectiondeclared
execution.audit.substantive_review_contract.load_contractexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.audit.audit_producer_chain, execution.audit.complete_audit_receipt, execution.audit.record_substantive_reviewdeclared
execution.audit.substantive_review_contract.validate_contractexecution.audit.audit_obligation_projection, execution.audit.audit_producer_chaindeclared
execution.audit.substantive_review_contract.validate_review_pairexecution.audit.audit_evidence_runtime, execution.audit.record_substantive_reviewdeclared
execution.audit.substantive_review_contract.validate_review_receiptexecution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, execution.audit.record_substantive_reviewdeclared
execution.audit.terminal_proof_contract.DIAGNOSTIC_CHECKexecution.audit.check_proofdeclared
execution.audit.terminal_proof_contract.DIAGNOSTIC_RECEIPT_TYPE_IDexecution.audit.check_proofdeclared
execution.audit.terminal_proof_contract.GATE_CHECKexecution.audit.check_proof, execution.task_runtime.update_taskdeclared
execution.audit.terminal_proof_contract.GATE_IDexecution.audit.check_proof, execution.task_runtime.update_taskdeclared
execution.audit.terminal_proof_contract.GATE_RECEIPT_TYPE_IDexecution.audit.check_proof, execution.task_runtime.update_taskdeclared
execution.audit.terminal_proof_contract.NOT_APPLICABLE_PREFIXexecution.audit.check_proofdeclared
execution.audit.terminal_proof_contract.PRODUCER_TOOLexecution.audit.check_proof, execution.task_runtime.update_taskdeclared
execution.audit.terminal_proof_contract.PRODUCER_TOOL_VERSIONexecution.audit.check_proof, execution.task_runtime.update_taskdeclared
execution.audit.terminal_proof_contract.contract_valuesexecution.audit.check_proof, execution.planning.apply_task_plandeclared
execution.audit.terminal_proof_contract.current_receipt_errorsexecution.audit.check_proofdeclared
execution.audit.terminal_proof_contract.load_contractexecution.audit.check_proof, execution.planning.apply_task_plandeclared
execution.audit.terminal_proof_contract.validate_proofexecution.audit.assemble_terminal_proofdeclared
execution.audit.terminal_proof_contract.validate_terminal_audit_inputexecution.audit.assemble_terminal_proofdeclared
execution.context_delivery.card_activation.ACTIVATION_PROTOCOLexecution.audit.record_batch_judgment, execution.audit.record_batch_review, execution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_activation.PHASE_ACK_PROTOCOLexecution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_activation.PHASE_BATCH_GATEexecution.audit.record_batch_judgment, execution.task_runtime.update_queuedeclared
execution.context_delivery.card_activation.PHASE_DELIVERY_PROTOCOLexecution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_activation.PHASE_GOVERNANCEexecution.task_runtime.update_queuedeclared
execution.context_delivery.card_activation.PHASE_TASK_COMPLETIONexecution.task_runtime.update_taskdeclared
execution.context_delivery.card_activation.activation_context_errorsexecution.audit.changed_scope_runtime_checks, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_activation.activation_receipt_bindingexecution.task_runtime.queue_check_receiptdeclared
execution.context_delivery.card_activation.build_activation_contextexecution.audit.changed_scope_runtime_checks, execution.task_runtime.check_queue, execution.task_runtime.update_queuedeclared
execution.context_delivery.card_activation.build_phase_ackexecution.task_runtime.check_queuedeclared
execution.context_delivery.card_activation.build_phase_deliveryexecution.task_runtime.check_queuedeclared
execution.context_delivery.card_activation.build_readback_addendumexecution.task_runtime.check_queuedeclared
execution.context_delivery.card_activation.context_from_receiptexecution.task_runtime.check_queue, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.review, execution.task_runtime.update_queuedeclared
execution.context_delivery.card_activation.exact_bundle_errorsexecution.task_runtime.check_queue, execution.task_runtime.update_queuedeclared
execution.context_delivery.card_activation.expand_batch_review_requirementsexecution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_activation.expected_delivery_attempt_idexecution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_activation.phase_ack_receipt_bindingexecution.task_runtime.queue_check_receiptdeclared
execution.context_delivery.card_activation.phase_piece_idsexecution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_activation.phase_receipt_bindingexecution.task_runtime.queue_check_receiptdeclared
execution.context_delivery.card_activation.phase_recordexecution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_activation.readback_receipt_bindingexecution.task_runtime.queue_check_receiptdeclared
execution.context_delivery.card_activation.review_requirement_set_sha256execution.task_runtime.queue_runtime.reviewdeclared
execution.context_delivery.card_contract.CardContractErrorexecution.audit.check_proof, execution.context_delivery.card_activation, execution.planning.apply_task_plan, platform.distribution.stamp_cardsdeclared
execution.context_delivery.card_contract.SCHEMA_PATHplatform.distribution.stamp_cardsdeclared
execution.context_delivery.card_contract.load_schemaexecution.audit.check_batch_close, execution.context_delivery.card_activation, governance.profile.profile_onboarding_status, platform.distribution.stamp_cardsdeclared
execution.context_delivery.card_contract.string_listplatform.distribution.stamp_cardsdeclared
execution.context_delivery.read_set_contract.ReadSetContractErrorexecution.audit.check_proof, execution.context_delivery.card_activation, execution.planning.apply_task_plan, execution.task_runtime.queue_runtime.task_contract, platform.distribution.stamp_cardsdeclared
execution.context_delivery.read_set_contract.SCHEMA_PATHexecution.task_runtime.queue_runtime.task_contractdeclared
execution.context_delivery.read_set_contract.dependenciesexecution.task_runtime.queue_runtime.task_contractdeclared
execution.context_delivery.read_set_contract.discoverexecution.task_runtime.queue_runtime.task_contract, platform.distribution.stamp_cardsdeclared
execution.context_delivery.read_set_contract.discover_profileexecution.audit.check_proof, execution.context_delivery.card_activation, execution.task_runtime.queue_runtime.task_contractdeclared
execution.context_delivery.read_set_contract.load_schemaexecution.audit.check_proof, execution.context_delivery.card_activation, execution.task_runtime.queue_runtime.task_contract, governance.profile.profile_onboarding_status, platform.distribution.stamp_cardsdeclared
execution.context_delivery.read_set_contract.readback_edgesexecution.context_delivery.card_activationdeclared
execution.context_delivery.read_set_contract.targetsexecution.task_runtime.queue_runtime.task_contractdeclared
execution.evidence.candidate_lifecycle.BASELINE_CURRENTexecution.audit.check_batch_closedeclared
execution.evidence.candidate_lifecycle.BASELINE_NONEexecution.audit.check_batch_closedeclared
execution.evidence.candidate_lifecycle.CANDIDATE_PROTOCOLexecution.audit.check_batch_closedeclared
execution.evidence.candidate_lifecycle.candidate_set_sha256execution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.evidence.candidate_lifecycle.continuation_attestation_errorsexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.evidence.candidate_lifecycle.disposition_candidatesexecution.audit.check_batch_closedeclared
execution.evidence.candidate_lifecycle.partition_against_baselineexecution.audit.check_batch_closedeclared
execution.evidence.candidate_lifecycle.with_observationexecution.audit.check_batch_closedeclared
execution.evidence.evidence_attempt_runtime.EvidenceAttemptErrorexecution.audit.batch_review_obligation_contract, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_substantive_review, governance.profile.profile_batch_judgment_contractdeclared
execution.evidence.evidence_attempt_runtime.unique_current_attemptexecution.audit.batch_review_obligation_contract, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, governance.profile.profile_batch_judgment_contract, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
execution.evidence.manual_attestation.publish_receiptexecution.audit.record_batch_judgment, execution.audit.record_batch_review, execution.evidence.record_gate_attestationdeclared
execution.evidence.manual_attestation.require_statementexecution.audit.record_batch_judgment, execution.audit.record_batch_review, execution.evidence.record_gate_attestationdeclared
execution.evidence.metadata_gate_runtime.DETERMINISTIC_GATE_PRODUCER_IDENTITYexecution.evidence.record_gate_resultdeclared
execution.evidence.metadata_gate_runtime.DETERMINISTIC_GATE_RECEIPT_TYPE_IDexecution.evidence.record_gate_resultdeclared
execution.evidence.metadata_gate_runtime.GateRuntimeContextknowledge.metadata.apply_metadata_transitiondeclared
execution.evidence.metadata_gate_runtime.MANUAL_GATE_PRODUCER_IDENTITYexecution.evidence.record_gate_attestationdeclared
execution.evidence.metadata_gate_runtime.MANUAL_GATE_RECEIPT_TYPE_IDexecution.evidence.record_gate_attestationdeclared
execution.evidence.metadata_gate_runtime.METADATA_TRANSITION_PRODUCER_IDENTITYknowledge.metadata.apply_metadata_transitiondeclared
execution.evidence.metadata_gate_runtime.METADATA_TRANSITION_RECEIPT_TYPE_IDknowledge.metadata.apply_metadata_transitiondeclared
execution.evidence.metadata_gate_runtime.current_gate_receiptknowledge.metadata.apply_metadata_transitiondeclared
execution.evidence.metadata_gate_runtime.load_gate_contextexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, knowledge.metadata.apply_metadata_transitiondeclared
execution.evidence.metadata_gate_runtime.persisted_property_gate_errorsexecution.task_runtime.runtime_validationdeclared
execution.evidence.metadata_gate_runtime.receipt_bindingsexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, knowledge.metadata.apply_metadata_transitiondeclared
execution.evidence.metadata_gate_runtime.registered_scan_for_idexecution.audit.audit_evidence_runtimedeclared
execution.evidence.metadata_gate_runtime.require_admitted_runtimeexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, knowledge.metadata.apply_metadata_transitiondeclared
execution.evidence.metadata_gate_runtime.require_authorities_currentknowledge.metadata.apply_metadata_transitiondeclared
execution.evidence.metadata_gate_runtime.require_context_currentexecution.task_runtime.runtime_validationdeclared
execution.evidence.metadata_gate_runtime.run_registered_scanexecution.audit.record_changed_scope_evidence, execution.evidence.record_gate_resultdeclared
execution.evidence.metadata_gate_runtime.validate_gate_receiptexecution.evidence.record_gate_attestation, execution.evidence.record_gate_resultdeclared
execution.evidence.metadata_gate_runtime.validate_registered_scan_input_bindingexecution.audit.audit_evidence_runtime, execution.audit.record_changed_scope_evidencedeclared
execution.evidence.metadata_gate_runtime.validate_registered_scan_receiptsexecution.audit.record_changed_scope_evidencedeclared
execution.evidence.receipt_reference_contract.CLOSE_BUNDLE_CLOSUREexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.MATERIALIZATION_BODY_REQUIREDexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.MATERIALIZATION_COLD_PROJECTIONexecution.task_runtime.queue_runtime.receiptsdeclared
execution.evidence.receipt_reference_contract.MATERIALIZATION_ID_ONLYexecution.task_runtime.queue_runtime.receiptsdeclared
execution.evidence.receipt_reference_contract.RECEIPT_COLD_PROJECTION_FIELDSexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.REVALIDATION_CLOSUREexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.ReceiptReferenceErrorexecution.evidence.receipt_type_contract, execution.evidence.seal_receipts, execution.task_runtime.queue_runtime.task_contractdeclared
execution.evidence.receipt_reference_contract.ResolvedReceiptexecution.task_runtime.queue_runtime.receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_AUDIT_RECEIPTexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_CLOSEexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_CLOSE_ATTESTATIONexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_CLOSE_GLOBAL_REVIEWexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_COVERAGEexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_DELTA_APPLYexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_ITEMexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_PAGE_REVIEWexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_PROGRESSexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_STANDARDS_STATEexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_TRANSITIONexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.SOURCE_WRITER_OPERATIONexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.edge_reference_idsexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.iter_receipt_referencesexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.reference_idsexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_reference_contract.reference_specexecution.task_runtime.queue_runtime.receiptsdeclared
execution.evidence.receipt_reference_contract.reference_specsexecution.evidence.receipt_type_contractdeclared
execution.evidence.receipt_reference_contract.walk_receipt_closureexecution.evidence.seal_receiptsdeclared
execution.evidence.receipt_type_contract.ReceiptTypeContractErrorexecution.evidence.seal_receipts, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.runtime, platform.distribution.tool_catalogdeclared
execution.evidence.receipt_type_contract.base_receipt_errorsexecution.evidence.metadata_gate_runtime, execution.evidence.seal_receipts, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.queue_check_receipt, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.update_task, governance.profile.check_profile, governance.standards.adoption_lineage_contract, knowledge.content.check_links, knowledge.content.check_residual_content, knowledge.content.duplicate_check, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.metadata.freshness_receipt_contract, knowledge.structure.check_boundary_contract, knowledge.structure.check_moc, knowledge.structure.check_structuredeclared
execution.evidence.receipt_type_contract.current_receipt_errorsexecution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.runtime, governance.standards.adoption_lineage_contractdeclared
execution.evidence.receipt_type_contract.load_receipt_type_registryexecution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.runtime, platform.distribution.tool_catalogdeclared
execution.evidence.receipt_type_contract.reference_source_kindexecution.evidence.seal_receiptsdeclared
execution.evidence.record_gate_attestation.mainrecord_gate_attestationdeclared
execution.evidence.record_gate_result.mainrecord_gate_resultdeclared
execution.evidence.seal_receipts.mainseal_receiptsdeclared
execution.planning.apply_task_plan.RECEIPT_PATHexecution.task_runtime.init_statedeclared
execution.planning.apply_task_plan.Refusalexecution.task_runtime.init_statedeclared
execution.planning.apply_task_plan.TOOLexecution.task_runtime.init_statedeclared
execution.planning.apply_task_plan.TOOL_VERSIONexecution.task_runtime.init_statedeclared
execution.planning.apply_task_plan.compile_commandexecution.task_runtime.init_statedeclared
execution.planning.apply_task_plan.prepareexecution.task_runtime.init_statedeclared
execution.planning.apply_task_plan.reportexecution.task_runtime.init_statedeclared
execution.planning.apply_task_plan.require_currentexecution.task_runtime.init_statedeclared
execution.planning.apply_task_plan.validate_publishedexecution.task_runtime.init_statedeclared
execution.planning.check_corpus_plan.SEMANTIC_ACCEPTANCE_CHECKexecution.planning.record_corpus_acceptancedeclared
execution.planning.check_corpus_plan.SEMANTIC_ACCEPTANCE_PLAN_PREFIXexecution.planning.record_corpus_acceptancedeclared
execution.planning.check_corpus_plan.SEMANTIC_ACCEPTANCE_TOOLexecution.planning.record_corpus_acceptancedeclared
execution.planning.check_corpus_plan.SEMANTIC_ACCEPTANCE_TOOL_VERSIONexecution.planning.record_corpus_acceptancedeclared
execution.planning.check_corpus_plan.acceptance_plan_errorsexecution.planning.record_corpus_acceptancedeclared
execution.planning.check_corpus_plan.close_requirementexecution.audit.check_batch_close, execution.task_runtime.update_queuedeclared
execution.planning.check_corpus_plan.current_freshness_bindingexecution.audit.check_proofdeclared
execution.planning.check_corpus_plan.maincheck_corpus_plandeclared
execution.planning.check_corpus_plan.make_pass_receiptexecution.audit.check_batch_close, execution.planning.record_corpus_acceptancedeclared
execution.planning.check_corpus_plan.pass_receipt_errorsexecution.audit.check_batch_close, execution.audit.check_proofdeclared
execution.planning.check_corpus_plan.receipt_bindingexecution.planning.record_corpus_acceptance, execution.task_runtime.update_queuedeclared
execution.planning.check_corpus_plan.semantic_acceptance_receipt_errorsexecution.planning.record_corpus_acceptancedeclared
execution.planning.check_corpus_plan.semantic_acceptance_statusexecution.audit.assemble_terminal_proof, execution.audit.check_proof, execution.planning.record_corpus_acceptancedeclared
execution.planning.check_corpus_plan.validate_corpus_planexecution.audit.assemble_terminal_proof, execution.audit.check_batch_close, execution.audit.check_proof, execution.planning.record_corpus_acceptance, execution.task_runtime.update_queuedeclared
execution.planning.compile_queue.compile_documentexecution.planning.apply_task_plan, execution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.planning.compile_queue.maincompile_queuedeclared
execution.planning.compile_queue.replan_diffexecution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.planning.compile_queue.validate_same_scope_proposalexecution.task_runtime.register_amendmentdeclared
execution.planning.corpus_planning_contract.APPLICABILITY_STATESexecution.task_runtime.queue_runtime.close_gate, governance.profile.profile_onboarding_statusdeclared
execution.planning.corpus_planning_contract.CLOSE_ROUTE_TRIGGERexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.update_queuedeclared
execution.planning.corpus_planning_contract.CONFIGURED_STATEexecution.audit.check_batch_close, execution.audit.check_proof, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.update_queuedeclared
execution.planning.corpus_planning_contract.CORPUS_PLANNING_CONTRACT_PATHexecution.planning.check_corpus_plan, governance.profile.check_profiledeclared
execution.planning.corpus_planning_contract.INACTIVE_STATEexecution.audit.assemble_terminal_proof, execution.audit.check_proofdeclared
execution.planning.corpus_planning_contract.PASS_RECEIPT_BINDING_FIELDSexecution.audit.check_batch_closedeclared
execution.planning.corpus_planning_contract.SEMANTIC_ACCEPTANCE_SCOPEexecution.planning.record_corpus_acceptancedeclared
execution.planning.corpus_planning_contract.SLOT_NAMEgovernance.profile.profile_onboarding_statusdeclared
execution.planning.corpus_planning_contract.artifact_contractexecution.planning.check_corpus_plandeclared
execution.planning.corpus_planning_contract.close_trigger_issuesexecution.task_runtime.queue_runtime.close_gatedeclared
execution.planning.corpus_planning_contract.current_corpus_planning_contract_valuesexecution.planning.check_corpus_plan, governance.profile.check_profiledeclared
execution.planning.corpus_planning_contract.derive_close_requirementexecution.planning.check_corpus_plandeclared
execution.planning.corpus_planning_contract.load_corpus_planning_contractgovernance.profile.profile_contractdeclared
execution.planning.corpus_planning_contract.receipt_binding_differencesexecution.planning.check_corpus_plan, execution.task_runtime.queue_runtime.close_gatedeclared
execution.planning.corpus_planning_contract.receipt_binding_shape_issuesexecution.planning.check_corpus_plandeclared
execution.planning.corpus_planning_contract.receipt_path_currentness_issuesexecution.task_runtime.queue_runtime.close_gatedeclared
execution.planning.corpus_planning_contract.validate_corpus_planning_envelopeexecution.planning.check_corpus_plan, governance.profile.profile_contractdeclared
execution.planning.coverage_contract.COVERAGE_BATCH_SPEC_FIELDSexecution.planning.compile_queue, execution.task_runtime.amendment_policy, execution.task_runtime.queue_runtime.coveragedeclared
execution.planning.coverage_contract.COVERAGE_DELTA_FIELDSexecution.task_runtime.queue_runtime.deltadeclared
execution.planning.coverage_contract.COVERAGE_DELTA_PAGE_CONTROL_FIELDSexecution.planning.coverage_delta, execution.task_runtime.queue_runtime.deltadeclared
execution.planning.coverage_contract.COVERAGE_PAGE_FIELDSexecution.task_runtime.amendment_policydeclared
execution.planning.coverage_contract.COVERAGE_PROMOTION_FIELDSexecution.task_runtime.amendment_policydeclared
execution.planning.coverage_contract.COVERAGE_REROUTE_FIELDSexecution.planning.compile_queue, execution.task_runtime.amendment_policy, execution.task_runtime.queue_runtime.coveragedeclared
execution.planning.coverage_contract.COVERAGE_TOP_LEVEL_FIELDSexecution.planning.compile_queue, execution.task_runtime.amendment_plan, execution.task_runtime.amendment_policy, execution.task_runtime.queue_runtime.runtimedeclared
execution.planning.coverage_contract.PAGE_FORM_PLANNINGexecution.task_runtime.amendment_policydeclared
execution.planning.coverage_contract.classify_page_formexecution.task_runtime.amendment_policydeclared
execution.planning.coverage_contract.is_complete_planning_pageexecution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.update_queue, knowledge.metadata.check_page_contractdeclared
execution.planning.coverage_contract.is_planning_pageexecution.planning.apply_task_plan, execution.task_runtime.queue_runtime.coveragedeclared
execution.planning.coverage_contract.page_shape_errorsexecution.planning.apply_task_plan, execution.task_runtime.amendment_policy, execution.task_runtime.queue_runtime.coveragedeclared
execution.planning.coverage_delta.delta_policy_errorsexecution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.delta, execution.task_runtime.update_queuedeclared
execution.planning.coverage_delta.gap_identity_textexecution.task_runtime.batch_settlementdeclared
execution.planning.coverage_delta.gap_keyexecution.task_runtime.batch_settlementdeclared
execution.planning.coverage_delta.plan_page_updatesexecution.task_runtime.apply_delta, execution.task_runtime.update_queuedeclared
execution.planning.coverage_delta.project_coverage_textexecution.task_runtime.apply_delta, execution.task_runtime.update_queuedeclared
execution.planning.coverage_delta.project_open_gapsexecution.task_runtime.queue_runtime.deltadeclared
execution.planning.queue_replan.STRUCTURAL_FIELDSexecution.planning.compile_queue, execution.task_runtime.amendment_plandeclared
execution.planning.queue_replan.WORK_SPEC_FIELDSexecution.planning.compile_queuedeclared
execution.planning.queue_replan.build_replanned_queueexecution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.planning.queue_replan.changed_batch_idsexecution.planning.compile_queue, execution.task_runtime.register_amendmentdeclared
execution.planning.queue_replan.changed_structural_fieldsexecution.planning.compile_queuedeclared
execution.planning.record_corpus_acceptance.mainrecord_corpus_acceptancedeclared
execution.planning.work_spec_contract.WORK_SPEC_BINDING_FIELDSexecution.planning.coverage_contract, execution.planning.queue_replan, execution.task_runtime.amendment_policy, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.work_specdeclared
execution.task_runtime.amendment_plan.AMENDMENT_BINDINGSexecution.task_runtime.apply_amendmentdeclared
execution.task_runtime.amendment_plan.OPERATIONSexecution.task_runtime.apply_amendmentdeclared
execution.task_runtime.amendment_plan.PLAN_PREFIXexecution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.amendment_plan.project_cancelled_queueexecution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.amendment_plan.records_by_idexecution.task_runtime.apply_amendmentdeclared
execution.task_runtime.amendment_plan.structural_changesexecution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.amendment_plan.validate_coverage_proposalexecution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.amendment_plan.validate_planexecution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.amendment_policy.amendment_authority_errorsexecution.planning.apply_task_plan, execution.task_runtime.apply_contract_amendment, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.amendment_policy.derive_amendment_impactexecution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.amendment_policy.require_decision_bindingexecution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.amendment_policy.resolve_authorityexecution.task_runtime.register_amendmentdeclared
execution.task_runtime.apply_amendment.mainapply_amendmentdeclared
execution.task_runtime.apply_contract_amendment.mainapply_contract_amendmentdeclared
execution.task_runtime.apply_delta.TOOLexecution.task_runtime.update_queuedeclared
execution.task_runtime.apply_delta.mainapply_deltadeclared
execution.task_runtime.batch_settlement.PROTOCOLexecution.task_runtime.queue_runtime.deltadeclared
execution.task_runtime.batch_settlement.TRANSITION_BINDING_FIELDSexecution.task_runtime.queue_runtime.deltadeclared
execution.task_runtime.batch_settlement.amendment_gap_reconciliation_reportexecution.task_runtime.amendment_policydeclared
execution.task_runtime.batch_settlement.close_bindingexecution.audit.check_batch_closedeclared
execution.task_runtime.batch_settlement.current_settlement_reportexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.deltadeclared
execution.task_runtime.batch_settlement.delta_settlement_reportexecution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.delta, execution.task_runtime.update_queuedeclared
execution.task_runtime.batch_settlement.transition_bindingexecution.task_runtime.apply_delta, execution.task_runtime.update_queuedeclared
execution.task_runtime.candidate_delta_runtime.mainpublish_deltadeclared
execution.task_runtime.check_queue.maincheck_queuedeclared
execution.task_runtime.init_state.maininit_statedeclared
execution.task_runtime.queue_check_receipt.RECEIPT_TYPE_IDgovernance.standards.adopt_standardsdeclared
execution.task_runtime.queue_check_receipt.make_check_receiptexecution.audit.check_batch_close, execution.task_runtime.check_queue, governance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.ACTIVE_STATESexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.APPLY_DELTA_TOOL_VERSIONexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.BATCH_ID_REexecution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtimedeclared
execution.task_runtime.queue_runtime.COMPILE_QUEUE_TOOLexecution.planning.compile_queuedeclared
execution.task_runtime.queue_runtime.COMPILE_QUEUE_TOOL_VERSIONexecution.planning.compile_queuedeclared
execution.task_runtime.queue_runtime.COMPLETION_SEMANTICSexecution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.CONTRACT_AMENDMENT_PLAN_PREFIXexecution.task_runtime.apply_contract_amendmentdeclared
execution.task_runtime.queue_runtime.CONTRACT_FIELDSexecution.planning.apply_task_plandeclared
execution.task_runtime.queue_runtime.COVERAGE_PATHexecution.planning.check_corpus_plan, execution.task_runtime.apply_amendment, execution.task_runtime.apply_delta, execution.task_runtime.runtime_state_io, execution.task_runtime.update_queue, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.queue_runtime.EVIDENCE_USE_CURRENT_AUTHORIZATIONexecution.evidence.metadata_gate_runtimedeclared
execution.task_runtime.queue_runtime.GATE_CHECKexecution.task_runtime.check_queue, execution.task_runtime.queue_check_receiptdeclared
execution.task_runtime.queue_runtime.HOLDSexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.MANUAL_ATTESTATION_TOOLgovernance.control.run_gatesdeclared
execution.task_runtime.queue_runtime.MaintenanceConsumerContextexecution.task_runtime.check_queue, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.PROGRESS_PATHexecution.planning.check_corpus_plan, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.register_amendment, execution.task_runtime.runtime_state_io, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.QUEUE_PATHexecution.planning.check_corpus_plan, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.queue_check_receipt, execution.task_runtime.runtime_state_io, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.control.run_gates, governance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.SHA256_REexecution.evidence.metadata_gate_runtime, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.STANDARDS_ADOPTION_PLAN_PREFIXgovernance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.TERMINAL_STATESexecution.planning.compile_queue, governance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.TOOLexecution.task_runtime.check_queue, execution.task_runtime.queue_check_receipt, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.TOOL_VERSIONexecution.task_runtime.check_queue, execution.task_runtime.queue_check_receipt, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.activation_phase_delivery_errorsexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.active_standards_authorized_viewexecution.planning.apply_task_plandeclared
execution.task_runtime.queue_runtime.active_standards_view_currency_errorsexecution.planning.check_corpus_plandeclared
execution.task_runtime.queue_runtime.authorized_profile_view_errorsexecution.planning.check_corpus_plandeclared
execution.task_runtime.queue_runtime.batch_close_recovery_inventoryexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.batch_close_transition_argumentsexecution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.queue_runtime.batch_close_update_commandexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.batch_reference_settlement_errorsexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.batch_review_judgment_errorsexecution.task_runtime.task_runtime_runner, execution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.batch_review_receipt_errorsexecution.task_runtime.task_runtime_runner, execution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.batch_touches_control_planeexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.close_gate_receipt_errorsexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.cold_receipt_storeexecution.evidence.seal_receiptsdeclared
execution.task_runtime.queue_runtime.contract_sha256execution.planning.apply_task_plan, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.register_amendment, execution.task_runtime.update_task, governance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.current_attempt_evidence_barrierexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.current_opening_semantic_contextexecution.task_runtime.apply_deltadeclared
execution.task_runtime.queue_runtime.current_receipt_catalogexecution.evidence.manual_attestation, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.check_queue, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, execution.task_runtime.update_task, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.queue_runtime.delta_apply_write_barrierexecution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_delta, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, governance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.delta_gate_receipt_idsexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.evidence_identity_errorsexecution.evidence.metadata_gate_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry_producer_errorsgovernance.control.run_gatesdeclared
execution.task_runtime.queue_runtime.historical_receipt_catalogexecution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.item_revalidation_dischargesexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.item_undischarged_revalidation_holdexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.maintenance_completion_gate_errorsexecution.task_runtime.check_queue, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.maintenance_gate_inventoryexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.maintenance_gate_time_errorsexecution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.make_queue_receiptexecution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.nonempty_stringexecution.planning.compile_queue, execution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.outstanding_standards_revalidationexecution.task_runtime.task_runtime_runner, execution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.pending_control_idsexecution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.policy_exception_errorsexecution.task_runtime.apply_contract_amendmentdeclared
execution.task_runtime.queue_runtime.profile_load_authorized_viewexecution.planning.apply_task_plan, execution.planning.check_corpus_plandeclared
execution.task_runtime.queue_runtime.profile_load_authorized_view_currency_errorsexecution.planning.check_corpus_plan, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.profile_load_evidencegovernance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.property_receipt_utc_dateexecution.evidence.metadata_gate_runtimedeclared
execution.task_runtime.queue_runtime.public_profile_load_evidenceexecution.planning.apply_task_plandeclared
execution.task_runtime.queue_runtime.queue_gate_id_for_modeexecution.task_runtime.queue_check_receiptdeclared
execution.task_runtime.queue_runtime.read_set_load_closureexecution.planning.apply_task_plandeclared
execution.task_runtime.queue_runtime.receipt_catalogexecution.evidence.seal_receiptsdeclared
execution.task_runtime.queue_runtime.receipt_group_sha256execution.evidence.seal_receiptsdeclared
execution.task_runtime.queue_runtime.require_receiptexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.require_runtime_authority_currentexecution.evidence.manual_attestation, execution.planning.apply_task_plan, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.register_amendment, execution.task_runtime.runtime_validation, execution.task_runtime.update_queue, execution.task_runtime.update_task, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.queue_runtime.required_queue_completion_errorsexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.resolve_activation_phase_receiptexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.resume_next_actionexecution.task_runtime.check_queue, execution.task_runtime.queue_check_receipt, execution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.queue_runtime.reviewed_without_current_evidenceexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.runtime_authority_contextexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.planning.apply_task_plan, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.queue_runtime.runtime_authority_lock_fieldsexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.init_state, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.queue_runtime.runtime_authority_validation_kwargsexecution.evidence.manual_attestation, execution.evidence.record_gate_result, execution.planning.apply_task_plan, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.queue_runtime.runtime_metadata_execution_contractexecution.evidence.metadata_gate_runtime, execution.task_runtime.apply_delta, execution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.standards_adoption_plan_errorsgovernance.standards.adopt_standardsdeclared
execution.task_runtime.queue_runtime.standards_gate_registrygovernance.control.run_gatesdeclared
execution.task_runtime.queue_runtime.standards_revalidation_contextexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.standards_revalidation_producer_eligibilityexecution.task_runtime.check_queuedeclared
execution.task_runtime.queue_runtime.standards_revalidation_receipt_errorsexecution.task_runtime.task_runtime_runner, execution.task_runtime.update_queuedeclared
execution.task_runtime.queue_runtime.task_phase_delivery_errorsexecution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.timestamp_valueexecution.task_runtime.task_runtime_runner, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.valid_timestampexecution.task_runtime.update_queue, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.work_spec_binding_errorsexecution.planning.compile_queuedeclared
execution.task_runtime.queue_runtime.adoption.standards_adoption_errorsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.adoption.standards_adoption_plan_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.amendments.CONTRACT_AMENDMENT_PLAN_PREFIXexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.amendments.cross_ledger_amendment_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.amendments.initial_queue_receipt_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.amendments.operational_amendment_registration_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.amendments.pending_cross_ledger_amendmentsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.amendments.queue_replan_amendment_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.authority.require_runtime_authority_currentexecution.audit.audit_producer_runtime, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.authority.runtime_authority_contextexecution.audit.audit_producer_runtime, execution.audit.record_batch_judgment, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.authority.runtime_authority_currency_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.authority.runtime_authority_lock_fieldsexecution.audit.audit_producer_runtime, execution.audit.record_batch_judgment, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.authority.runtime_authority_validation_kwargsexecution.audit.audit_producer_runtime, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.authority.runtime_metadata_execution_contractexecution.audit.check_batch_close, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.canon.ACTIVE_STATESexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_history, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.review, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.canon.APPLY_AMENDMENT_TOOLexecution.task_runtime.apply_amendment, execution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.queue_runtime.canon.APPLY_AMENDMENT_TOOL_VERSIONexecution.task_runtime.apply_amendment, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.APPLY_DELTA_TOOLexecution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.deltadeclared
execution.task_runtime.queue_runtime.canon.APPLY_DELTA_TOOL_VERSIONexecution.task_runtime.apply_delta, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.canon.BATCH_CLOSE_TOOLexecution.audit.batch_close_contract, execution.audit.check_batch_close, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.resumedeclared
execution.task_runtime.queue_runtime.canon.BATCH_CLOSE_TOOL_VERSIONexecution.audit.batch_close_contract, execution.audit.check_batch_close, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.property_statedeclared
execution.task_runtime.queue_runtime.canon.BATCH_ID_REexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.coverage, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.canon.BATCH_REVIEW_GATE_IDexecution.audit.batch_review_receipt_contract, execution.task_runtime.queue_runtime.gate_registrydeclared
execution.task_runtime.queue_runtime.canon.COMPILE_QUEUE_TOOLexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.queue_runtime.canon.COMPILE_QUEUE_TOOL_VERSIONexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.queue_runtime.canon.CONTRACT_AMENDMENT_TOOLexecution.task_runtime.apply_contract_amendment, execution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.queue_runtime.canon.CONTRACT_AMENDMENT_TOOL_VERSIONexecution.task_runtime.apply_contract_amendment, execution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.queue_runtime.canon.CORPUS_PLAN_TOOLexecution.planning.check_corpus_plan, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.gate_registrydeclared
execution.task_runtime.queue_runtime.canon.CORPUS_PLAN_TOOL_VERSIONexecution.planning.check_corpus_plan, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.gate_registrydeclared
execution.task_runtime.queue_runtime.canon.COVERAGE_PATHexecution.audit.check_batch_close, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.canon.EXECUTION_MODESexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.canon.GATE_CHECKexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.reviewdeclared
execution.task_runtime.queue_runtime.canon.HOLDSexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.canon.MANUAL_ATTESTATION_TOOLexecution.audit.batch_review_receipt_contract, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.gate_registrydeclared
execution.task_runtime.queue_runtime.canon.MANUAL_ATTESTATION_TOOL_VERSIONexecution.audit.batch_review_receipt_contract, execution.task_runtime.queue_runtime.gate_registrydeclared
execution.task_runtime.queue_runtime.canon.PROGRESS_PATHexecution.audit.check_batch_close, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.canon.QUEUE_PATHexecution.audit.check_batch_close, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.review, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.REGISTER_AMENDMENT_TOOLexecution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.locks, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.queue_runtime.canon.REGISTER_AMENDMENT_TOOL_VERSIONexecution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.locks, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.queue_runtime.canon.SEAL_TOOLexecution.evidence.seal_receipts, execution.task_runtime.queue_runtime.receiptsdeclared
execution.task_runtime.queue_runtime.canon.SEAL_TOOL_VERSIONexecution.evidence.seal_receipts, execution.task_runtime.queue_runtime.receiptsdeclared
execution.task_runtime.queue_runtime.canon.SHA256_REexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.evidence_identity, execution.task_runtime.queue_runtime.history_identity, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.policy_exceptions, execution.task_runtime.queue_runtime.profile_view, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_contract, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.queue_runtime.task_record, execution.task_runtime.queue_runtime.work_specdeclared
execution.task_runtime.queue_runtime.canon.STANDARDS_ADOPTION_PLAN_PREFIXexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.canon.STATESexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.canon.TASK_STATESexecution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.TASK_TRANSITION_CHECKexecution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.canon.TASK_TRANSITION_TOOLexecution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.canon.TASK_TRANSITION_TOOL_VERSIONexecution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.update_taskdeclared
execution.task_runtime.queue_runtime.canon.TERMINAL_PROOF_TOOLexecution.audit.terminal_proof_contract, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.TERMINAL_PROOF_TOOL_VERSIONexecution.audit.terminal_proof_contract, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.TERMINAL_STATESexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.coverage, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_history, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.TOOLexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.review, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.TOOL_VERSIONexecution.audit.check_proof, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.review, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.UPDATE_QUEUE_TOOL_VERSIONexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.canon.WATERMARK_PATHexecution.task_runtime.queue_runtime.maintenancedeclared
execution.task_runtime.queue_runtime.close_gate.candidate_evidence_binding_errorsexecution.audit.check_batch_closedeclared
execution.task_runtime.queue_runtime.close_gate.close_gate_receipt_errorsexecution.audit.check_batch_close, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.resumedeclared
execution.task_runtime.queue_runtime.close_gate.close_gate_reuse_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.close_gate.closed_bundle_seal_stateexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.close_gate.closed_gate_errorsexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.close_gate.sealed_closed_bundle_errorsexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.control_plane.batch_touches_control_planeexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.control_plane.hub_page_admissionexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.control_plane.profile_hub_pathsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.coverage.coverage_batch_spec_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.coverage.coverage_provenance_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.coverage.coverage_recordsexecution.task_runtime.queue_runtime.runtime, knowledge.structure.render_structure_projectiondeclared
execution.task_runtime.queue_runtime.coverage.promoted_coverage_projectionexecution.planning.check_corpus_plandeclared
execution.task_runtime.queue_runtime.coverage.reviewed_without_current_evidenceexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.delta.applied_rollback_restore_errorsexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.delta.batch_reference_settlement_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.delta.close_settlement_binding_errorsexecution.task_runtime.queue_runtime.close_gatedeclared
execution.task_runtime.queue_runtime.delta.closed_delta_apply_errorsexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.delta.current_candidate_bindingexecution.audit.record_batch_review, execution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.queue_runtime.delta.delta_apply_receipt_candidatesexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.delta.delta_apply_write_barrierexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.delta.delta_handoff_errorsexecution.task_runtime.candidate_delta_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.delta.settlement_binding_errorsexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.evidence_identity.EVIDENCE_USE_ACTIVE_TRANSACTIONexecution.task_runtime.queue_runtime.property_statedeclared
execution.task_runtime.queue_runtime.evidence_identity.EVIDENCE_USE_COMPLETED_EVENTexecution.task_runtime.queue_runtime.property_statedeclared
execution.task_runtime.queue_runtime.evidence_identity.EVIDENCE_USE_CURRENT_AUTHORIZATIONexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.maintenancedeclared
execution.task_runtime.queue_runtime.evidence_identity.EVIDENCE_USE_TERMINAL_HISTORYexecution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.property_statedeclared
execution.task_runtime.queue_runtime.evidence_identity.current_property_receiptexecution.task_runtime.queue_runtime.property_statedeclared
execution.task_runtime.queue_runtime.evidence_identity.evidence_identity_errorsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.property_statedeclared
execution.task_runtime.queue_runtime.evidence_identity.property_receipt_utc_dateexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.property_statedeclared
execution.task_runtime.queue_runtime.gate_registry.BASE_RECEIPT_DIMENSIONSexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.NOT_BATCH_SCOPED_GATEexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.QUEUE_EXHAUSTED_GATEexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.STANDARDS_GATE_REGISTRY_PATHexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.gate_registry_producer_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.is_immediate_revalidation_ownerexecution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.gate_registry.is_native_revalidation_ownerexecution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.gate_registry.is_revalidation_boundary_ownerexecution.task_runtime.queue_runtime.adoptiondeclared
execution.task_runtime.queue_runtime.gate_registry.is_special_revalidation_ownerexecution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.gate_registry.partition_boundary_gates_by_lifecycleexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.partition_revalidation_owner_claimsexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.gate_registry.producer_moduleexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.project_adoption_gate_idsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.projected_revalidation_ownersexecution.task_runtime.queue_runtime.adoptiondeclared
execution.task_runtime.queue_runtime.gate_registry.queue_gate_id_for_modeexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.receipt_matches_gate_idexecution.audit.assemble_terminal_proof, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.queue_runtime.gate_registry.registered_gate_dimensionsexecution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.gate_registry.registered_gate_positionexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.gate_registry.standards_gate_capability_registryexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.gate_registry.standards_gate_registryexecution.audit.assemble_terminal_proof, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.queue_runtime.gate_registry.standards_revalidation_capabilitiesexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.gate_registry.standards_revalidation_ownerexecution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.history_identity.accounted_upstream_revision_idsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.history_identity.historical_receipt_identity_errorsexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.history_identity.terminal_proof_profile_binding_errorsexecution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.item_evidence.INVALIDATION_APPLIED_ROLLBACK_FIELDSexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.item_evidence.INVALIDATION_FIELDSexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.item_evidence.item_evidence_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.item_history.invalidated_receipt_consumersexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.item_history.item_revalidation_dischargesexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.item_history.item_undischarged_revalidation_holdexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.item_history.latest_merge_transitionexecution.task_runtime.queue_runtime.deltadeclared
execution.task_runtime.queue_runtime.item_history.ordered_item_transitionsexecution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.item_history.undischarged_revalidation_holdexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.item_history.walk_revalidation_holdexecution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.locks.bind_generic_lock_receiptsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.locks.bind_lock_delta_archivesexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.locks.bind_lock_receiptsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.locks.bind_lock_state_phasesexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.locks.inventory_writer_locksexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.maintenance.HISTORICAL_REPLAYexecution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.maintenance.MaintenanceConsumerContextexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.record_maintenance_evidencedeclared
execution.task_runtime.queue_runtime.maintenance.maintenance_completion_gate_errorsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.record_maintenance_evidencedeclared
execution.task_runtime.queue_runtime.maintenance.maintenance_gate_time_errorsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.maintenance.previous_maintenance_candidate_stateexecution.task_runtime.record_maintenance_evidencedeclared
execution.task_runtime.queue_runtime.policy_exceptions.policy_exception_errorsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.policy_exceptions.sealed_policy_exception_errorsexecution.task_runtime.queue_runtime.close_gatedeclared
execution.task_runtime.queue_runtime.primitives.acyclicexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.primitives.closed_mapping_errorsexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.policy_exceptions, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.primitives.explicit_string_list_errorsexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.primitives.identityexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.primitives.nonempty_stringexecution.audit.changed_scope_runtime_checks, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.authority, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.control_plane, execution.task_runtime.queue_runtime.coverage, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.evidence_identity, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.history_identity, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_history, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.policy_exceptions, execution.task_runtime.queue_runtime.profile_view, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.review, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_contract, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.queue_runtime.task_record, execution.task_runtime.queue_runtime.work_spec, execution.task_runtime.record_maintenance_evidencedeclared
execution.task_runtime.queue_runtime.primitives.timestamp_valueexecution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.primitives.valid_timestampexecution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.queue_runtime.task_record, execution.task_runtime.record_maintenance_evidencedeclared
execution.task_runtime.queue_runtime.profile_view.EXPRESSION_LAYER_SLOTexecution.task_runtime.queue_runtime.control_planedeclared
execution.task_runtime.queue_runtime.profile_view.active_standards_authorized_viewexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.profile_view.active_standards_view_currency_errorsexecution.audit.check_proof, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.authority, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.profile_view.authorized_profile_view_errorsexecution.audit.check_batch_close, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.profile_view.open_profile_view_read_scopeexecution.task_runtime.queue_runtime.control_plane, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.profile_view.profile_load_authorized_viewexecution.audit.check_batch_close, execution.audit.check_proof, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.control_plane, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.profile_view.profile_load_authorized_view_currency_errorsexecution.audit.check_proof, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.authoritydeclared
execution.task_runtime.queue_runtime.profile_view.profile_load_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.profile_view.profile_load_evidenceexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoptiondeclared
execution.task_runtime.queue_runtime.profile_view.profile_view_read_scope_errorsexecution.task_runtime.queue_runtime.control_planedeclared
execution.task_runtime.queue_runtime.profile_view.profile_view_snapshot_errorexecution.task_runtime.queue_runtime.control_plane, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.profile_view.public_profile_load_evidenceexecution.audit.audit_producer_runtime, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.profile_view.selected_profile_manifest_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.property_state.coverage_property_state_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.property_state.current_close_transition_metadata_errorsexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.property_state.current_open_semantic_baseline_errorsexecution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.property_state.current_opening_semantic_contextexecution.audit.audit_evidence_runtime, execution.audit.prepare_audit_plan, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.property_state.delta_opening_semantic_bindingexecution.task_runtime.queue_runtime.deltadeclared
execution.task_runtime.queue_runtime.property_state.delta_property_event_errorsexecution.task_runtime.queue_runtime.deltadeclared
execution.task_runtime.queue_runtime.property_state.delta_property_invalidation_errorsexecution.task_runtime.queue_runtime.deltadeclared
execution.task_runtime.queue_runtime.receipts.CurrentReceiptCatalogexecution.task_runtime.queue_runtime.maintenancedeclared
execution.task_runtime.queue_runtime.receipts.HistoricalReceiptCatalogexecution.task_runtime.queue_runtime.maintenancedeclared
execution.task_runtime.queue_runtime.receipts.QUEUE_TRANSITION_RECEIPT_TYPE_IDexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.receipts.adoption_filtered_catalogexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.receipts.cold_path_within_rootexecution.task_runtime.queue_runtime.close_gatedeclared
execution.task_runtime.queue_runtime.receipts.cold_receipt_storeexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.receipts.current_queue_transition_receipt_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.receipts.current_receipt_catalogexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime, execution.audit.audit_producer_runtime, execution.audit.check_batch_close, execution.audit.check_proof, execution.audit.record_batch_judgment, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.reviewdeclared
execution.task_runtime.queue_runtime.receipts.delta_gate_receipt_idsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_historydeclared
execution.task_runtime.queue_runtime.receipts.historical_receipt_catalogexecution.audit.audit_evidence_runtime, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.revalidationdeclared
execution.task_runtime.queue_runtime.receipts.make_queue_receiptexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.receipts.receipt_catalogexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.receipts.receipt_group_sha256execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.receipts.require_receiptexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.review, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.queue_runtime.task_recorddeclared
execution.task_runtime.queue_runtime.repofs.load_stateexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.repofs.repository_evidence_fileexecution.task_runtime.queue_runtime.maintenancedeclared
execution.task_runtime.queue_runtime.repofs.repository_path_refusalexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.coverage, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.resume.actionable_revalidation_batchesexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.resume.batch_close_recovery_inventoryexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.resume.batch_close_transition_argumentsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.resume.batch_close_update_commandexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.resume.maintenance_gate_inventoryexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.resume.resume_next_actionexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.revalidation.consumed_standards_revalidation_keysexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.revalidation.current_attempt_evidence_barrierexecution.audit.check_batch_close, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.revalidation.outstanding_standards_revalidationexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.revalidation.standards_revalidation_contextexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.revalidation.standards_revalidation_producer_eligibilityexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.resumedeclared
execution.task_runtime.queue_runtime.revalidation.standards_revalidation_receipt_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.revalidation.standards_revalidation_requirementsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.revalidation.unresolvable_consumed_aggregate_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.review.activation_phase_delivery_errorsexecution.audit.record_batch_judgment, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.review.activation_phase_delivery_statusexecution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.queue_runtime.review.batch_review_judgment_errorsexecution.audit.record_batch_review, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.review.batch_review_receipt_errorsexecution.audit.record_batch_review, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.item_evidencedeclared
execution.task_runtime.queue_runtime.review.judgment_record_set_sha256execution.audit.record_batch_reviewdeclared
execution.task_runtime.queue_runtime.review.resolve_activation_phase_receiptexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.review.task_phase_delivery_errorsexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.runtime.COVERAGE_TOP_LEVEL_FIELDSexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.runtime.QUEUE_ITEM_FIELDSexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.runtime.required_queue_completion_errorsexecution.audit.assemble_terminal_proof, execution.audit.check_proof, execution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.runtime.validate_runtimeexecution.task_runtime.runtime_validationdeclared
execution.task_runtime.queue_runtime.task_contract.READ_SET_BOUNDARY_OWNER_PATHexecution.task_runtime.queue_runtime.adoptiondeclared
execution.task_runtime.queue_runtime.task_contract.contract_anchor_chainexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.task_contract.contract_sha256execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.task_contract.contract_sha_at_revisionexecution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.task_contract.initial_task_plan_receipt_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.task_contract.live_read_set_load_findingsexecution.audit.changed_scope_runtime_checks, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.task_contract.read_set_load_closureexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoptiondeclared
execution.task_runtime.queue_runtime.task_progress.COMPLETION_SEMANTICSexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.task_progress.CONTRACT_FIELDSexecution.task_runtime.queue_runtimedeclared
execution.task_runtime.queue_runtime.task_progress.global_transition_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.task_progress.progress_shape_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.task_progress.task_transition_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.queue_runtime.task_record.last_reconciled_guidance_idexecution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.task_record.pending_control_idsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.task_record.task_transition_receipt_record_errorsexecution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.queue_runtime.work_spec.WORK_SPEC_PREFIXexecution.audit.check_batch_closedeclared
execution.task_runtime.queue_runtime.work_spec.work_spec_binding_errorsexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.coveragedeclared
execution.task_runtime.queue_runtime.work_spec.work_spec_errorsexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.record_maintenance_evidence.mainrecord_maintenance_evidencedeclared
execution.task_runtime.register_amendment.mainregister_amendmentdeclared
execution.task_runtime.render_queue.mainrender_queuedeclared
execution.task_runtime.runtime_paths.ACTIVE_STANDARDS_PATHexecution.audit.check_proof, execution.task_runtime.queue_runtime.canon, governance.standards.standards_state, knowledge.metadata.check_page_contract, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.structure.check_boundary_contract, knowledge.structure.check_structure, knowledge.structure.render_boundary_projection, knowledge.structure.render_structure_projectiondeclared
execution.task_runtime.runtime_paths.AMENDMENT_DELTA_ROOTexecution.task_runtime.amendment_plan, execution.task_runtime.apply_amendment, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.runtime_paths.AMENDMENT_RECEIPT_PATHexecution.task_runtime.apply_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.runtime_paths.AUDIT_PLAN_ROOTexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.audit.prepare_audit_plan, governance.profile.profile_batch_judgment_contractdeclared
execution.task_runtime.runtime_paths.AUDIT_RECEIPT_REGISTER_PATHexecution.audit.assemble_terminal_proof, execution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.runtime_paths.BATCH_CLOSE_RECEIPT_PATHexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
execution.task_runtime.runtime_paths.BATCH_JUDGMENT_RECEIPT_PATHexecution.audit.record_batch_judgmentdeclared
execution.task_runtime.runtime_paths.BATCH_PAGE_REVIEW_RECEIPT_PATHexecution.audit.record_batch_page_reviewdeclared
execution.task_runtime.runtime_paths.CANONICAL_STATEexecution.task_runtime.init_statedeclared
execution.task_runtime.runtime_paths.CHANGED_SCOPE_EVIDENCE_RECEIPT_PATHexecution.audit.record_changed_scope_evidencedeclared
execution.task_runtime.runtime_paths.CLI_CONTRACT_ARTIFACT_PATHexecution.task_runtime.task_runtime_runner, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_interface_projectiondeclared
execution.task_runtime.runtime_paths.CONTRACT_AMENDMENT_DELTA_ROOTexecution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.runtime_paths.CONTRACT_AMENDMENT_RECEIPT_PATHexecution.task_runtime.apply_contract_amendmentdeclared
execution.task_runtime.runtime_paths.CORPUS_PLAN_ACCEPTANCE_DELTA_ROOTexecution.planning.check_corpus_plandeclared
execution.task_runtime.runtime_paths.CORPUS_PLAN_ACCEPTANCE_RECEIPT_PATHexecution.planning.record_corpus_acceptancedeclared
execution.task_runtime.runtime_paths.COVERAGE_PATHexecution.audit.check_proof, execution.planning.apply_task_plan, execution.planning.compile_queue, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.canon, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.task_runtime_runner, knowledge.metadata.check_page_contract, knowledge.metadata.metadata_page_state_contract, knowledge.structure.check_structuredeclared
execution.task_runtime.runtime_paths.DELTA_ROOTexecution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_history, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.update_queuedeclared
execution.task_runtime.runtime_paths.DERIVED_ROOTexecution.task_runtime.task_runtime_runner, governance.profile.apply_profile_adoption, knowledge.metadata.check_vocabdeclared
execution.task_runtime.runtime_paths.GATE_ATTESTATION_RECEIPT_PATHexecution.audit.record_batch_review, execution.evidence.record_gate_attestationdeclared
execution.task_runtime.runtime_paths.GATE_RESULT_RECEIPT_PATHexecution.evidence.record_gate_resultdeclared
execution.task_runtime.runtime_paths.GOVERNANCE_ROOTgovernance.profile.apply_profile_adoption, governance.standards.adopt_standardsdeclared
execution.task_runtime.runtime_paths.INVALIDATED_DELTA_RECEIPT_ROOTexecution.task_runtime.queue_runtime.locks, execution.task_runtime.update_queuedeclared
execution.task_runtime.runtime_paths.MCP_TOOLS_ARTIFACT_PATHplatform.agent_interface.mcp_server, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
execution.task_runtime.runtime_paths.PAGE_CONTRACT_ARTIFACT_PATHexecution.audit.check_batch_close, governance.control.run_gates, governance.profile.apply_profile_adoption, knowledge.metadata.check_page_contract, knowledge.metadata.compose_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
execution.task_runtime.runtime_paths.PAGE_STATE_RECOVERY_JOURNAL_PATHknowledge.metadata.project_page_statedeclared
execution.task_runtime.runtime_paths.PRE_APPLY_COVERAGE_RECEIPT_ROOTexecution.task_runtime.apply_deltadeclared
execution.task_runtime.runtime_paths.PRE_TASK_FILE_PATHSexecution.task_runtime.init_statedeclared
execution.task_runtime.runtime_paths.PRE_TASK_REQUIRED_FILE_PATHSexecution.task_runtime.init_statedeclared
execution.task_runtime.runtime_paths.PROFILE_RENDERING_RECEIPT_PATHknowledge.rendering.record_profile_renderingdeclared
execution.task_runtime.runtime_paths.PROGRESS_PATHexecution.audit.check_proof, execution.planning.apply_task_plan, execution.planning.compile_queue, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.canon, execution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.runtime_paths.QUEUE_PATHexecution.audit.assemble_terminal_proof, execution.audit.check_proof, execution.planning.apply_task_plan, execution.planning.compile_queue, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.canon, execution.task_runtime.render_queue, platform.common.kblibdeclared
execution.task_runtime.runtime_paths.QUEUE_STRUCTURE_RECEIPT_PATHexecution.planning.compile_queuedeclared
execution.task_runtime.runtime_paths.QUEUE_TRANSITION_RECEIPT_PATHexecution.task_runtime.update_queuedeclared
execution.task_runtime.runtime_paths.RECEIPT_APPEND_FREE_PATHgovernance.profile.apply_profile_adoption, platform.common.kblibdeclared
execution.task_runtime.runtime_paths.RECEIPT_APPEND_HELD_PATHgovernance.profile.apply_profile_adoption, platform.common.kblibdeclared
execution.task_runtime.runtime_paths.RECEIPT_COLD_EVIDENCE_ROOTplatform.common.kblibdeclared
execution.task_runtime.runtime_paths.RECEIPT_COLD_INDEX_PATHplatform.common.kblibdeclared
execution.task_runtime.runtime_paths.RECEIPT_COLD_MANIFEST_PATHplatform.common.kblibdeclared
execution.task_runtime.runtime_paths.RECEIPT_COLD_PENDING_ROOTexecution.evidence.seal_receiptsdeclared
execution.task_runtime.runtime_paths.RECEIPT_COLD_ROOTplatform.common.kblibdeclared
execution.task_runtime.runtime_paths.RECEIPT_COLD_SEGMENT_ROOTplatform.common.kblibdeclared
execution.task_runtime.runtime_paths.RECEIPT_ROOTexecution.audit.assemble_terminal_proof, execution.audit.audit_producer_runtime, execution.audit.check_batch_close, execution.audit.check_proof, execution.audit.record_batch_judgment, execution.audit.record_batch_review, execution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.check_queue, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.profile.apply_profile_adoption, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transition, platform.common.kblibdeclared
execution.task_runtime.runtime_paths.RECEIPT_SEAL_JOURNAL_PATHplatform.common.kblibdeclared
execution.task_runtime.runtime_paths.RENDERING_VERIFICATION_RECEIPT_PATHknowledge.rendering.record_rendering_verificationdeclared
execution.task_runtime.runtime_paths.REPLAN_DELTA_ROOTexecution.planning.compile_queue, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.runtime_paths.REPORT_ROOTexecution.task_runtime.render_queuedeclared
execution.task_runtime.runtime_paths.REQUIRED_QUEUE_REPORT_PATHexecution.task_runtime.render_queuedeclared
execution.task_runtime.runtime_paths.RUNTIME_OBJECTSexecution.evidence.seal_receiptsdeclared
execution.task_runtime.runtime_paths.RUNTIME_ROOTexecution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.task_runtime.init_state, governance.profile.apply_profile_adoption, governance.profile.profile_onboarding_status, knowledge.metadata.project_page_state, knowledge.structure.repository_structure, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.common.kblib, platform.repository.path_capabilitydeclared
execution.task_runtime.runtime_paths.SEAL_RECEIPT_PATHexecution.evidence.seal_receiptsdeclared
execution.task_runtime.runtime_paths.STANDARDS_ADOPTION_DELTA_ROOTexecution.task_runtime.queue_runtime.canon, governance.profile.apply_profile_adoption, governance.standards.adopt_standardsdeclared
execution.task_runtime.runtime_paths.STANDARDS_ADOPTION_RECEIPT_PATHgovernance.profile.apply_profile_adoption, governance.standards.adopt_standards, governance.standards.adoption_lineage_contractdeclared
execution.task_runtime.runtime_paths.STATE_ROOTexecution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_delta, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.repofs, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.runtime_state_io, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.profile.profile_onboarding_status, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transition, platform.common.kblibdeclared
execution.task_runtime.runtime_paths.STATE_WRITER_LOCK_PATHexecution.evidence.seal_receipts, execution.task_runtime.init_statedeclared
execution.task_runtime.runtime_paths.STATE_WRITER_OWNER_PATHexecution.evidence.seal_receipts, execution.task_runtime.init_statedeclared
execution.task_runtime.runtime_paths.SUBSTANTIVE_REVIEW_RECEIPT_PATHexecution.audit.record_substantive_reviewdeclared
execution.task_runtime.runtime_paths.TASK_PLAN_DELTA_ROOTexecution.planning.apply_task_plan, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.task_contractdeclared
execution.task_runtime.runtime_paths.TASK_PLAN_RECEIPT_PATHexecution.planning.apply_task_plandeclared
execution.task_runtime.runtime_paths.TASK_RUNTIME_DIRECTORIESexecution.task_runtime.init_statedeclared
execution.task_runtime.runtime_paths.TASK_RUNTIME_ROOTSexecution.task_runtime.init_statedeclared
execution.task_runtime.runtime_paths.TASK_TRANSITION_RECEIPT_PATHexecution.task_runtime.update_taskdeclared
execution.task_runtime.runtime_paths.TERMINAL_AUDIT_RECEIPT_PATHexecution.audit.assemble_terminal_proofdeclared
execution.task_runtime.runtime_paths.TRANSIENT_ROOTexecution.audit.assemble_terminal_proof, execution.planning.compile_queue, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.locks, execution.task_runtime.task_runtime_runner, governance.profile.apply_profile_adoption, platform.common.kblibdeclared
execution.task_runtime.runtime_paths.UPSTREAM_COMPONENT_MANIFEST_PATHplatform.distribution.upstream_component_boundarydeclared
execution.task_runtime.runtime_paths.VOCAB_ARTIFACT_PATHexecution.audit.check_batch_close, governance.control.run_gates, governance.profile.apply_profile_adoption, knowledge.metadata.check_freshness, knowledge.metadata.compose_vocab, knowledge.metadata.freshness_receipt_contractdeclared
execution.task_runtime.runtime_paths.WATERMARK_PATHexecution.task_runtime.queue_runtime.canon, execution.task_runtime.record_maintenance_evidencedeclared
execution.task_runtime.runtime_paths.WORK_SPEC_ROOTexecution.task_runtime.queue_runtime.work_specdeclared
execution.task_runtime.runtime_paths.child_pathexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.prepare_audit_plan, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_history, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.runtime_paths.ensure_directorygovernance.profile.apply_profile_adoption, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocabdeclared
execution.task_runtime.runtime_paths.path_forexecution.task_runtime.task_runtime_runner, governance.control.metadata_execution_contract, knowledge.structure.render_structure_projection, platform.common.kblibdeclared
execution.task_runtime.runtime_paths.path_reference_forplatform.agent_interface.compile_cli_contractdeclared
execution.task_runtime.runtime_paths.roots_forexecution.task_runtime.init_statedeclared
execution.task_runtime.runtime_state_contract.AMENDMENT_BATCH_CANCELLATION_CAPABILITYexecution.task_runtime.amendment_plandeclared
execution.task_runtime.runtime_state_contract.AMENDMENT_BATCH_CANCELLATION_REPLAY_PROTOCOLexecution.task_runtime.apply_amendment, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.runtime_state_contract.AMENDMENT_OPERATIONS_BY_EXECUTION_CAPABILITYexecution.task_runtime.amendment_plan, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.runtime_state_contract.AMENDMENT_STATUSESexecution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.runtime_state_contract.BATCH_ACTIVATION_TASK_STATESexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.runtime_state_contract.BATCH_CANCELLATION_SOURCE_STATESexecution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.runtime_state_contract.BATCH_LIFECYCLE_TRANSITIONSexecution.task_runtime.queue_runtime.delta, execution.task_runtime.update_queuedeclared
execution.task_runtime.runtime_state_contract.BATCH_OPENING_SOURCE_STATESexecution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.property_statedeclared
execution.task_runtime.runtime_state_contract.BATCH_TRANSITIONS_BY_CAPABILITYexecution.task_runtime.amendment_plandeclared
execution.task_runtime.runtime_state_contract.BUILD_PROOF_TASK_STATESexecution.audit.check_proof, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.queue_runtime.task_recorddeclared
execution.task_runtime.runtime_state_contract.CANCEL_ID_FORBIDDEN_AMENDMENT_OPERATIONSexecution.task_runtime.amendment_plan, execution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.runtime_state_contract.COMPLETION_SEMANTICSexecution.planning.apply_task_plan, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.runtime_state_contract.CROSS_LEDGER_AMENDMENT_CAPABILITYexecution.task_runtime.amendment_plan, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.runtime_state_contract.EXECUTION_MODESexecution.planning.compile_queue, execution.task_runtime.queue_runtime.canondeclared
execution.task_runtime.runtime_state_contract.FINAL_GUIDANCE_STATUSESexecution.audit.check_proof, execution.task_runtime.queue_runtime.task_recorddeclared
execution.task_runtime.runtime_state_contract.GUIDANCE_DISPOSITIONSexecution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.runtime_state_contract.GUIDANCE_STATUSESexecution.audit.changed_scope_runtime_checks, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.runtime_state_contract.MAINTENANCE_COMPLETION_REPLAY_TASK_STATESexecution.task_runtime.queue_runtime.maintenancedeclared
execution.task_runtime.runtime_state_contract.MAINTENANCE_COMPLETION_STATESexecution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.runtime_state_contract.MAINTENANCE_COMPLETION_TASK_STATESexecution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.update_taskdeclared
execution.task_runtime.runtime_state_contract.OPERATIONAL_AMENDMENT_OPERATIONSexecution.task_runtime.queue_runtime.amendments, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.runtime_state_contract.ORDINARY_QUEUE_TRANSITION_CAPABILITYexecution.task_runtime.queue_runtime.receipts, execution.task_runtime.update_queuedeclared
execution.task_runtime.runtime_state_contract.QUEUE_ACTIONABLE_TARGET_STATESexecution.task_runtime.batch_settlementdeclared
execution.task_runtime.runtime_state_contract.QUEUE_ACTIVE_STATESexecution.planning.compile_queue, execution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.canondeclared
execution.task_runtime.runtime_state_contract.QUEUE_DELTA_BOUND_STATESexecution.task_runtime.queue_runtime.coverage, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.runtime_state_contract.QUEUE_HOLD_STATESexecution.task_runtime.queue_runtime.canondeclared
execution.task_runtime.runtime_state_contract.QUEUE_NONTERMINAL_STATESexecution.audit.changed_scope_runtime_checks, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.runtime_state_contract.QUEUE_STARTED_STATESexecution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.runtimedeclared
execution.task_runtime.runtime_state_contract.QUEUE_STATESexecution.task_runtime.queue_runtime.canon, execution.task_runtime.queue_runtime.gate_registry, governance.control.control_registry_contractdeclared
execution.task_runtime.runtime_state_contract.QUEUE_STATE_ORDERexecution.task_runtime.check_queuedeclared
execution.task_runtime.runtime_state_contract.QUEUE_TERMINAL_STATESexecution.audit.changed_scope_runtime_checks, execution.planning.compile_queue, execution.planning.queue_replan, execution.task_runtime.amendment_plan, execution.task_runtime.amendment_policy, execution.task_runtime.queue_runtime.canon, execution.task_runtime.render_queue, execution.task_runtime.update_queuedeclared
execution.task_runtime.runtime_state_contract.QUEUE_TRANSITION_REPLAY_PROTOCOLexecution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.runtime_state_contract.RUNTIME_CONTROL_IDENTITY_FIELDSexecution.audit.check_proof, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.runtime_state_contract.RUNTIME_LEDGER_FINGERPRINT_BY_IDexecution.evidence.metadata_gate_runtime, execution.evidence.seal_receiptsdeclared
execution.task_runtime.runtime_state_contract.RUNTIME_LEDGER_FINGERPRINT_FIELDSexecution.task_runtime.apply_contract_amendmentdeclared
execution.task_runtime.runtime_state_contract.RUNTIME_LEDGER_IDSexecution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.check_queue, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.locks, execution.task_runtime.register_amendment, execution.task_runtime.runtime_state_iodeclared
execution.task_runtime.runtime_state_contract.RUNTIME_STANDARDS_IDENTITY_FIELDSexecution.audit.check_proof, execution.task_runtime.queue_runtime.amendments, governance.standards.standards_statedeclared
execution.task_runtime.runtime_state_contract.SCOPE_PRESERVING_AMENDMENT_OPERATIONSexecution.task_runtime.amendment_plan, execution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.runtime_state_contract.STANDARDS_ADOPTION_TASK_STATESexecution.task_runtime.queue_runtime.adoption, governance.standards.adopt_standardsdeclared
execution.task_runtime.runtime_state_contract.STATE_REVISION_PRESERVING_AMENDMENT_OPERATIONSexecution.task_runtime.amendment_plan, execution.task_runtime.queue_runtime.amendmentsdeclared
execution.task_runtime.runtime_state_contract.TASK_NONTERMINAL_STATESexecution.task_runtime.check_queuedeclared
execution.task_runtime.runtime_state_contract.TASK_STATESexecution.task_runtime.queue_runtime.canondeclared
execution.task_runtime.runtime_state_contract.TASK_TERMINAL_STATESexecution.task_runtime.check_queue, execution.task_runtime.queue_runtime.resumedeclared
execution.task_runtime.runtime_state_contract.TASK_TRANSITIONS_BY_SEMANTICSexecution.task_runtime.update_taskdeclared
execution.task_runtime.runtime_state_contract.TASK_TRANSITION_REPLAY_PROTOCOLexecution.task_runtime.update_taskdeclared
execution.task_runtime.runtime_state_contract.TERMINAL_AUDIT_STATESexecution.task_runtime.queue_runtime.task_progressdeclared
execution.task_runtime.runtime_state_contract.amendment_is_finalexecution.audit.check_proof, execution.task_runtime.queue_runtime.task_recorddeclared
execution.task_runtime.runtime_state_contract.classify_queue_transitionexecution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.update_queuedeclared
execution.task_runtime.runtime_state_contract.reachable_batch_statesexecution.task_runtime.queue_runtime.gate_registrydeclared
execution.task_runtime.runtime_state_contract.task_transition_is_authorizedexecution.task_runtime.queue_runtime.task_record, execution.task_runtime.update_taskdeclared
execution.task_runtime.runtime_state_io.before_image_mismatchexecution.task_runtime.apply_contract_amendmentdeclared
execution.task_runtime.runtime_state_io.read_stateexecution.task_runtime.apply_contract_amendmentdeclared
execution.task_runtime.runtime_state_io.state_pathsexecution.task_runtime.apply_contract_amendment, execution.task_runtime.register_amendmentdeclared
execution.task_runtime.runtime_validation.require_gate_context_currentexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.runtime_validation.validate_runtimeexecution.audit.assemble_terminal_proof, execution.audit.audit_producer_runtime, execution.audit.check_batch_close, execution.audit.check_proof, execution.audit.record_batch_judgment, execution.evidence.manual_attestation, execution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.check_queue, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.render_queue, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transitiondeclared
execution.task_runtime.task_runtime_action.AWAIT_DISPOSITIONSexecution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.task_runtime_action.SCHEMA_VERSIONexecution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.task_runtime_action.action_routeexecution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.task_runtime_action.action_route_for_tokenexecution.task_runtime.check_queue, execution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.task_runtime_action.build_actionexecution.task_runtime.task_runtime_runnerdeclared
execution.task_runtime.task_runtime_action.resume_action_tokenexecution.task_runtime.queue_runtime.resumedeclared
execution.task_runtime.task_runtime_action.resume_recommendationexecution.task_runtime.check_queuedeclared
execution.task_runtime.task_runtime_runner.mainrun_taskdeclared
execution.task_runtime.update_queue.mainupdate_queuedeclared
execution.task_runtime.update_task.RECEIPT_PATHexecution.task_runtime.update_queuedeclared
execution.task_runtime.update_task.build_task_transitionexecution.task_runtime.update_queuedeclared
execution.task_runtime.update_task.mainupdate_taskdeclared
governance.control.contract_exception_policy.POLICY_REGISTRYexecution.task_runtime.apply_contract_amendment, execution.task_runtime.queue_runtime.policy_exceptionsdeclared
governance.control.contract_exception_policy.POLICY_REGISTRY_PATHexecution.audit.check_batch_close, execution.task_runtime.apply_contract_amendment, governance.control.run_gates, governance.profile.check_profiledeclared
governance.control.contract_exception_policy.PRIORITY_QUOTA_POLICY_IDSexecution.task_runtime.apply_contract_amendmentdeclared
governance.control.contract_exception_policy.effective_policy_forexecution.task_runtime.apply_contract_amendmentdeclared
governance.control.contract_exception_policy.effective_priority_policyexecution.audit.check_batch_close, execution.task_runtime.apply_contract_amendment, governance.control.run_gatesdeclared
governance.control.contract_exception_policy.effective_quota_ceilingsexecution.audit.check_batch_close, execution.task_runtime.apply_contract_amendmentdeclared
governance.control.contract_exception_policy.load_policy_registryexecution.audit.check_batch_close, execution.task_runtime.apply_contract_amendment, governance.control.run_gates, governance.profile.check_profiledeclared
governance.control.contract_exception_policy.priority_quota_policygovernance.profile.check_profiledeclared
governance.control.control_registry_contract.BASE_RECEIPT_DIMENSIONSexecution.task_runtime.queue_runtime.gate_registrydeclared
governance.control.control_registry_contract.NOT_BATCH_SCOPED_GATEexecution.task_runtime.queue_runtime.gate_registrydeclared
governance.control.control_registry_contract.QUEUE_EXHAUSTED_GATEexecution.task_runtime.queue_runtime.gate_registrydeclared
governance.control.control_registry_contract.STANDARDS_GATE_REGISTRY_PATHexecution.audit.changed_scope_evidence_contract, execution.task_runtime.queue_runtime.gate_registry, governance.profile.check_profile, governance.profile.profile_contractdeclared
governance.control.control_registry_contract.UNDIMENSIONED_GATEexecution.task_runtime.queue_runtime.gate_registrydeclared
governance.control.control_registry_contract.UNNARROWED_GATE_DIMENSIONexecution.task_runtime.queue_runtime.gate_registry, governance.standards.adoption_lineage_contractdeclared
governance.control.control_registry_contract.load_current_control_contractexecution.task_runtime.queue_runtime.gate_registry, governance.standards.adoption_lineage_contractdeclared
governance.control.control_registry_contract.parse_standards_gate_registryexecution.audit.changed_scope_evidence_contract, governance.profile.profile_contractdeclared
governance.control.metadata_execution_contract.AuthorizedProjectionRulesknowledge.metadata.project_page_statedeclared
governance.control.metadata_execution_contract.CompiledMetadataExecutionContractexecution.task_runtime.queue_runtime.authority, execution.task_runtime.queue_runtime.profile_view, execution.task_runtime.queue_runtime.property_state, governance.profile.check_profile, knowledge.metadata.metadata_property_statedeclared
governance.control.metadata_execution_contract.DEFAULT_CAPABILITIES_PATHknowledge.structure.check_structure, knowledge.structure.render_structure_projectiondeclared
governance.control.metadata_execution_contract.IMPLEMENTATION_ROLE_KEYSplatform.distribution.tool_catalogdeclared
governance.control.metadata_execution_contract.MetadataExecutionContractErrorexecution.evidence.receipt_type_contract, execution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.property_state, governance.profile.check_profile, knowledge.structure.check_structure, knowledge.structure.render_structure_projection, platform.distribution.tool_catalogdeclared
governance.control.metadata_execution_contract.UPSERT_EXACT_OR_REMOVE_POLICYknowledge.metadata.check_page_contract, knowledge.metadata.project_page_statedeclared
governance.control.metadata_execution_contract.VALUE_SHAPESknowledge.metadata.metadata_page_state_contractdeclared
governance.control.metadata_execution_contract.capability_entry_by_idexecution.audit.audit_execution_runtime, execution.audit.audit_producer_chain, execution.audit.record_changed_scope_evidence, knowledge.structure.render_structure_projectiondeclared
governance.control.metadata_execution_contract.capability_implementation_pathsgovernance.profile.check_profiledeclared
governance.control.metadata_execution_contract.capability_invocation_toolexecution.audit.audit_execution_runtime, execution.audit.audit_producer_chain, execution.audit.record_changed_scope_evidence, execution.task_runtime.task_runtime_runnerdeclared
governance.control.metadata_execution_contract.capability_registeredexecution.evidence.metadata_gate_runtimedeclared
governance.control.metadata_execution_contract.capability_supportsexecution.evidence.metadata_gate_runtimedeclared
governance.control.metadata_execution_contract.compile_metadata_execution_documentgovernance.profile.check_profiledeclared
governance.control.metadata_execution_contract.compose_profile_projection_rulesknowledge.metadata.metadata_property_statedeclared
governance.control.metadata_execution_contract.load_metadata_execution_contractknowledge.metadata.check_page_contract, knowledge.metadata.metadata_property_state, knowledge.metadata.project_page_statedeclared
governance.control.metadata_execution_contract.load_operation_capabilitiesexecution.audit.audit_producer_chain, execution.evidence.receipt_type_contract, platform.distribution.tool_catalogdeclared
governance.control.metadata_execution_contract.load_operation_capabilities_snapshotknowledge.structure.check_structure, knowledge.structure.render_structure_projectiondeclared
governance.control.metadata_execution_contract.mainmetadata_execution_contractdeclared
governance.control.metadata_execution_contract.profile_extension_enum_projection_ruleknowledge.metadata.metadata_property_statedeclared
governance.control.metadata_execution_contract.rules_for_capabilityknowledge.metadata.metadata_property_state, knowledge.metadata.project_page_statedeclared
governance.control.metadata_execution_contract.source_adapter_owner_record_keysknowledge.metadata.metadata_page_state_contract, knowledge.metadata.metadata_property_statedeclared
governance.control.metadata_execution_contract.validate_operation_capabilities_documentgovernance.profile.check_profile, governance.profile.profile_contractdeclared
governance.control.run_gates.mainrun_gatesdeclared
governance.profile.apply_profile_adoption.mainapply_profile_adoptiondeclared
governance.profile.check_profile.MECHANICALgovernance.profile.profile_onboarding_statusdeclared
governance.profile.check_profile.ProfileLoadEvaluationexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.profile_view, governance.profile.profile_admissiondeclared
governance.profile.check_profile.SEMANTIC_UNRESOLVEDgovernance.profile.profile_onboarding_statusdeclared
governance.profile.check_profile.TOOLexecution.task_runtime.queue_runtime.gate_registrydeclared
governance.profile.check_profile.TOOL_VERSIONexecution.task_runtime.queue_runtime.gate_registry, governance.profile.apply_profile_adoptiondeclared
governance.profile.check_profile.evaluate_profile_loadexecution.task_runtime.queue_runtime.profile_view, governance.profile.apply_profile_adoption, governance.profile.profile_admissiondeclared
governance.profile.check_profile.finding_categorygovernance.profile.profile_onboarding_statusdeclared
governance.profile.check_profile.maincheck_profiledeclared
governance.profile.profile_admission.PROFILE_SCOPE_SLOTknowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
governance.profile.profile_admission.admission_from_evaluationexecution.audit.audit_producer_chain, execution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gatedeclared
governance.profile.profile_admission.admit_profileexecution.planning.check_corpus_plan, execution.task_runtime.apply_contract_amendment, governance.control.run_gates, knowledge.metadata.check_freshness, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.rendering.profile_rendering_evidence_contract, knowledge.structure.check_boundary_contract, knowledge.structure.check_structure, knowledge.structure.render_boundary_projection, knowledge.structure.render_structure_projectiondeclared
governance.profile.profile_admission.admit_profile_manifestexecution.audit.changed_scope_evidence_contract, knowledge.rendering.profile_rendering_evidence_contractdeclared
governance.profile.profile_admission.contract_from_admitted_viewexecution.audit.audit_evidence_runtime, execution.audit.prepare_audit_plan, execution.audit.record_batch_judgment, execution.audit.record_batch_review, execution.context_delivery.card_activation, execution.evidence.metadata_gate_runtime, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, governance.profile.profile_batch_judgment_contract, knowledge.metadata.metadata_property_statedeclared
governance.profile.profile_admission.currency_errorsknowledge.metadata.check_page_contract, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.structure.check_boundary_contract, knowledge.structure.check_structure, knowledge.structure.render_boundary_projection, knowledge.structure.render_structure_projectiondeclared
governance.profile.profile_admission.require_slotknowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.structure.check_structure, knowledge.structure.render_structure_projectiondeclared
governance.profile.profile_admission.scope_directoriesknowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
governance.profile.profile_batch_judgment_contract.DUE_STAGEexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.EXTENSION_POINTexecution.audit.audit_evidence_runtime, execution.audit.prepare_audit_plandeclared
governance.profile.profile_batch_judgment_contract.PRODUCER_CHECKexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.PRODUCER_TOOLexecution.audit.audit_execution_runtime, execution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.PRODUCER_TOOL_VERSIONexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.RECEIPT_TYPE_IDexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.RECORD_KINDexecution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime, execution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.SCHEMA_VERSIONexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.current_judgment_attemptexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.current_judgment_receiptsexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.reviewdeclared
governance.profile.profile_batch_judgment_contract.evidence_fingerprintsexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.expand_requirementsexecution.audit.prepare_audit_plan, execution.context_delivery.card_activationdeclared
governance.profile.profile_batch_judgment_contract.expected_projectionexecution.audit.audit_obligation_projectiondeclared
governance.profile.profile_batch_judgment_contract.load_bound_planexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.reviewdeclared
governance.profile.profile_batch_judgment_contract.receipt_binding_errorsexecution.audit.audit_evidence_runtime, execution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.requirement_set_sha256execution.audit.record_batch_judgment, execution.context_delivery.card_activationdeclared
governance.profile.profile_batch_judgment_contract.resolve_obligationexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_batch_judgment_contract.semantic_content_fingerprintexecution.audit.record_batch_judgmentdeclared
governance.profile.profile_candidate.mainprofile_candidatedeclared
governance.profile.profile_codec.dumps_profilegovernance.profile.profile_candidate, governance.profile.scaffold_profiledeclared
governance.profile.profile_codec.loads_profileexecution.context_delivery.read_set_contract, execution.task_runtime.queue_runtime.profile_view, governance.profile.profile_candidate, governance.profile.profile_contract, governance.profile.scaffold_profiledeclared
governance.profile.profile_contract.AUDIT_DIMENSION_BASE_PATHgovernance.profile.check_profiledeclared
governance.profile.profile_contract.AUDIT_DIMENSION_REGISTRY_SLOTgovernance.profile.check_profiledeclared
governance.profile.profile_contract.CORPUS_PLANNING_SLOTknowledge.structure.check_structuredeclared
governance.profile.profile_contract.EXPRESSION_LAYER_ENTRY_SLOTexecution.task_runtime.queue_runtime.profile_viewdeclared
governance.profile.profile_contract.KERNEL_APPLICABILITY_PATHgovernance.profile.check_profiledeclared
governance.profile.profile_contract.KERNEL_RELATIONSHIP_PATHgovernance.profile.check_profiledeclared
governance.profile.profile_contract.KERNEL_VOCABULARY_PATHgovernance.profile.check_profiledeclared
governance.profile.profile_contract.METADATA_CONTRACT_SLOTgovernance.profile.check_profile, knowledge.metadata.compose_page_contractdeclared
governance.profile.profile_contract.PRIORITY_RUBRIC_SLOTgovernance.profile.check_profiledeclared
governance.profile.profile_contract.PRODUCER_CAPABILITY_BY_KINDgovernance.profile.profile_batch_judgment_contractdeclared
governance.profile.profile_contract.PROFILE_ENCODING_PATHgovernance.profile.check_profiledeclared
governance.profile.profile_contract.PROFILE_INTERFACE_PATHgovernance.profile.check_profiledeclared
governance.profile.profile_contract.PROFILE_LOAD_EVIDENCE_FIELDSexecution.audit.batch_close_contract, execution.audit.check_batch_close, execution.planning.apply_task_plan, execution.task_runtime.queue_runtime.authority, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.evidence_identity, execution.task_runtime.queue_runtime.profile_view, execution.task_runtime.update_task, governance.standards.adopt_standards, knowledge.structure.check_structuredeclared
governance.profile.profile_contract.PROFILE_LOAD_EVIDENCE_FINGERPRINT_FIELDSexecution.task_runtime.queue_runtime.evidence_identity, execution.task_runtime.queue_runtime.profile_view, execution.task_runtime.update_task, governance.profile.check_profile, governance.profile.profile_admission, governance.standards.adoption_lineage_contractdeclared
governance.profile.profile_contract.PROFILE_LOAD_GATE_IDgovernance.profile.check_profile, governance.standards.adoption_lineage_contractdeclared
governance.profile.profile_contract.PROFILE_REQUIREMENTS_PATHgovernance.profile.check_profiledeclared
governance.profile.profile_contract.PROFILE_SCOPE_SLOTexecution.planning.check_corpus_plan, governance.profile.profile_admission, knowledge.structure.check_structuredeclared
governance.profile.profile_contract.ProfileContractexecution.planning.check_corpus_plan, execution.task_runtime.queue_runtime.profile_view, governance.profile.check_profiledeclared
governance.profile.profile_contract.ProfileContractErrorexecution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plan, execution.audit.record_changed_scope_evidence, execution.task_runtime.queue_runtime.control_plane, governance.control.run_gates, knowledge.metadata.compose_vocabdeclared
governance.profile.profile_contract.ROLE_REGISTRY_SLOTexecution.planning.check_corpus_plandeclared
governance.profile.profile_contract.SCAN_CAPABILITY_PATHgovernance.profile.check_profiledeclared
governance.profile.profile_contract.STRUCTURE_REGISTRY_SLOTgovernance.profile.check_profile, knowledge.structure.check_structure, knowledge.structure.render_structure_projectiondeclared
governance.profile.profile_contract.VOCABULARY_EXTENSIONS_SLOTknowledge.metadata.compose_page_contractdeclared
governance.profile.profile_contract.compile_registered_scan_commandexecution.audit.check_batch_close, execution.evidence.metadata_gate_runtime, governance.control.run_gatesdeclared
governance.profile.profile_contract.expression_dependency_map_paths_projectionexecution.task_runtime.queue_runtime.control_planedeclared
governance.profile.profile_contract.format_diagnosticsgovernance.profile.profile_candidatedeclared
governance.profile.profile_contract.load_profile_contractgovernance.profile.check_profiledeclared
governance.profile.profile_contract.load_profile_draftgovernance.profile.profile_candidate, governance.profile.profile_onboarding_statusdeclared
governance.profile.profile_contract.load_profile_encodinggovernance.profile.check_profiledeclared
governance.profile.profile_contract.load_profile_interfacegovernance.profile.check_profiledeclared
governance.profile.profile_contract.profile_draft_inputsgovernance.profile.profile_candidatedeclared
governance.profile.profile_contract.profile_interface_slotsgovernance.profile.check_profiledeclared
governance.profile.profile_contract.registered_scan_entrypointexecution.audit.changed_scope_evidence_contract, execution.audit.record_changed_scope_evidence, execution.evidence.metadata_gate_runtimedeclared
governance.profile.profile_contract.scan_capability_implementation_pathsgovernance.profile.check_profiledeclared
governance.profile.profile_contract.terminal_receipt_dimensions_projectionexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.check_proofdeclared
governance.profile.profile_contract.validate_profile_encodinggovernance.profile.check_profiledeclared
governance.profile.profile_contract.volatility_defaults_projectionexecution.audit.prepare_audit_plan, knowledge.metadata.compose_vocabdeclared
governance.profile.profile_cue.validate_profilegovernance.profile.profile_contractdeclared
governance.profile.profile_layout_contract.PROFILES_DIRECTORYexecution.audit.check_batch_close, execution.audit.check_proof, execution.context_delivery.card_activation, execution.task_runtime.queue_runtime.control_plane, governance.profile.apply_profile_adoption, governance.profile.profile_onboarding_status, governance.profile.scaffold_profile, knowledge.metadata.compose_vocabdeclared
governance.profile.profile_layout_contract.PROFILE_MANIFEST_NAMEexecution.planning.check_corpus_plan, governance.control.run_gates, governance.profile.apply_profile_adoption, governance.profile.check_profile, governance.profile.profile_candidate, governance.profile.profile_contract, governance.profile.profile_onboarding_status, governance.profile.scaffold_profile, knowledge.metadata.compose_vocabdeclared
governance.profile.profile_layout_contract.ProfileLayoutErrorexecution.audit.check_proof, execution.task_runtime.queue_runtime.profile_view, governance.control.run_gates, governance.profile.apply_profile_adoption, governance.profile.profile_contract, governance.profile.scaffold_profile, governance.standards.standards_state, knowledge.structure.repository_structuredeclared
governance.profile.profile_layout_contract.RESERVED_PROFILE_IDSgovernance.profile.profile_contract, governance.profile.profile_onboarding_status, knowledge.metadata.compose_vocabdeclared
governance.profile.profile_layout_contract.TEMPLATE_PROFILE_IDgovernance.profile.scaffold_profiledeclared
governance.profile.profile_layout_contract.parse_profile_manifest_pathexecution.context_delivery.read_set_contract, execution.task_runtime.queue_runtime.profile_view, governance.control.run_gates, governance.profile.profile_admission, governance.profile.profile_contractdeclared
governance.profile.profile_layout_contract.profile_relativegovernance.profile.profile_candidate, governance.profile.profile_onboarding_status, governance.profile.scaffold_profiledeclared
governance.profile.profile_layout_contract.validate_manifest_identityexecution.context_delivery.read_set_contract, governance.profile.profile_candidate, governance.profile.profile_contractdeclared
governance.profile.profile_layout_contract.validate_selectable_profile_manifest_pathexecution.audit.check_proof, execution.task_runtime.queue_runtime.profile_view, governance.control.run_gates, governance.profile.apply_profile_adoption, governance.profile.profile_candidate, governance.profile.scaffold_profile, governance.standards.standards_state, knowledge.structure.repository_structuredeclared
governance.profile.profile_onboarding_status.mainprofile_onboarding_statusdeclared
governance.profile.profile_schema_projection.check_profile_schema_projectionsgovernance.profile.profile_contractdeclared
governance.profile.rendering_contract.CAPABILITY_REGISTRY_PATHgovernance.profile.check_profile, governance.profile.profile_contractdeclared
governance.profile.rendering_contract.RenderingContractgovernance.profile.profile_contractdeclared
governance.profile.rendering_contract.RenderingRulegovernance.profile.profile_contractdeclared
governance.profile.rendering_contract.capability_implementation_pathsgovernance.profile.check_profiledeclared
governance.profile.rendering_contract.load_rendering_capabilitiesknowledge.rendering.static_render_runtimedeclared
governance.profile.rendering_contract.load_rendering_shapegovernance.profile.profile_contractdeclared
governance.profile.rendering_contract.rendering_capability_recordsgovernance.profile.profile_contractdeclared
governance.profile.rendering_contract.validate_rendering_shapegovernance.profile.profile_contractdeclared
governance.profile.scaffold_profile.mainscaffold_profiledeclared
governance.standards.adopt_standards.mainadopt_standardsdeclared
governance.standards.adoption_lineage_contract.ADOPTION_RECEIPT_PATHgovernance.standards.adopt_standardsdeclared
governance.standards.adoption_lineage_contract.PROFILE_ADOPTION_RECEIPT_TYPE_IDgovernance.profile.apply_profile_adoptiondeclared
governance.standards.adoption_lineage_contract.PROFILE_ADOPTION_TOOLgovernance.profile.apply_profile_adoptiondeclared
governance.standards.adoption_lineage_contract.PROFILE_ADOPTION_TOOL_VERSIONgovernance.profile.apply_profile_adoptiondeclared
governance.standards.adoption_lineage_contract.PROFILE_BINDINGSgovernance.profile.apply_profile_adoptiondeclared
governance.standards.adoption_lineage_contract.PROFILE_LOAD_GATE_IDgovernance.profile.apply_profile_adoptiondeclared
governance.standards.adoption_lineage_contract.STANDARDS_ADOPTION_GATE_IDgovernance.standards.adopt_standardsdeclared
governance.standards.adoption_lineage_contract.STANDARDS_ADOPTION_RECEIPT_TYPE_IDgovernance.standards.adopt_standardsdeclared
governance.standards.adoption_lineage_contract.STANDARDS_ADOPTION_TOOLexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.coverage, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.revalidation, governance.standards.adopt_standardsdeclared
governance.standards.adoption_lineage_contract.STANDARDS_ADOPTION_TOOL_VERSIONexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.revalidation, governance.standards.adopt_standardsdeclared
governance.standards.adoption_lineage_contract.current_lineage_errorsexecution.planning.apply_task_plan, execution.task_runtime.queue_runtime.runtime, governance.profile.apply_profile_adoption, governance.profile.profile_onboarding_statusdeclared
governance.standards.adoption_lineage_contract.load_adoption_historygovernance.profile.apply_profile_adoption, governance.standards.adopt_standardsdeclared
governance.standards.standards_state.STATE_PATHgovernance.profile.apply_profile_adoption, governance.profile.profile_admission, governance.profile.profile_onboarding_status, governance.standards.adopt_standardsdeclared
governance.standards.standards_state.canonical_textgovernance.profile.apply_profile_adoption, governance.standards.adopt_standardsdeclared
governance.standards.standards_state.next_stategovernance.profile.apply_profile_adoption, governance.standards.adopt_standardsdeclared
governance.standards.standards_state.parsegovernance.profile.apply_profile_adoption, governance.profile.profile_admission, governance.standards.adopt_standardsdeclared
governance.standards.standards_state.snapshotexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.profile_view, governance.profile.apply_profile_adoption, governance.profile.profile_admission, governance.profile.profile_onboarding_statusdeclared
knowledge.content.check_links.LINK_REexecution.audit.check_batch_closedeclared
knowledge.content.check_links.build_indexexecution.audit.check_batch_closedeclared
knowledge.content.check_links.maincheck_linksdeclared
knowledge.content.check_links.parse_linkexecution.audit.check_batch_closedeclared
knowledge.content.check_links.resolveexecution.audit.check_batch_closedeclared
knowledge.content.check_residual_content.maincheck_residual_contentdeclared
knowledge.content.duplicate_check.mainduplicate_checkdeclared
knowledge.content.maintenance_candidates.candidate_id_for_pathknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.content.maintenance_candidates.candidate_state_sha256execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.record_maintenance_evidencedeclared
knowledge.content.maintenance_candidates.validate_candidatesexecution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.runtimedeclared
knowledge.content.maintenance_candidates.validate_partitionexecution.task_runtime.queue_runtime.maintenancedeclared
knowledge.metadata.apply_metadata_transition.mainapply_metadata_transitiondeclared
knowledge.metadata.check_freshness.maincheck_freshnessdeclared
knowledge.metadata.check_page_contract.maincheck_page_contractdeclared
knowledge.metadata.check_page_contract.runexecution.audit.check_batch_closedeclared
knowledge.metadata.check_vocab.maincheck_vocab, execution.audit.check_batch_closedeclared
knowledge.metadata.compose_page_contract.admitted_artifactknowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
knowledge.metadata.compose_page_contract.artifact_currency_errorsknowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
knowledge.metadata.compose_page_contract.maincompose_page_contractdeclared
knowledge.metadata.compose_vocab.DEFAULT_OUTPUTknowledge.metadata.check_freshness, knowledge.metadata.check_vocabdeclared
knowledge.metadata.compose_vocab.admitted_artifactknowledge.metadata.check_vocabdeclared
knowledge.metadata.compose_vocab.admitted_volatility_defaultsknowledge.metadata.check_freshnessdeclared
knowledge.metadata.compose_vocab.artifact_currency_errorsknowledge.metadata.check_freshness, knowledge.metadata.check_vocabdeclared
knowledge.metadata.compose_vocab.maincompose_vocabdeclared
knowledge.metadata.freshness_engine.CANDIDATE_KINDSknowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.EXCLUDEDknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.FUTURE_BASELINEknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.FreshnessPolicyexecution.audit.prepare_audit_plan, knowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_engine.INACTIVEknowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_engine.INVALID_BASELINEknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.INVALID_VOLATILITYknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.MODIFIED_SINCE_REVIEWexecution.audit.prepare_audit_plan, knowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.OUTCOME_KINDSknowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.OVERDUEexecution.audit.prepare_audit_plan, knowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.PENDING_FIRST_VERIFICATIONknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.PageSnapshotexecution.audit.prepare_audit_plan, knowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_engine.UNPARSEABLE_FRONTMATTERknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.UNRESOLVED_VOLATILITYknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_engine.evaluate_freshnessexecution.audit.prepare_audit_plan, knowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_engine.parse_iso_dateknowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.freshness_receipt_contract.CANDIDATE_CHECKknowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_receipt_contract.RECEIPT_TYPE_IDknowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_receipt_contract.SUMMARY_CHECKknowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_receipt_contract.TOOLknowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_receipt_contract.TOOL_VERSIONknowledge.metadata.check_freshnessdeclared
knowledge.metadata.freshness_receipt_contract.current_receipt_errorsknowledge.metadata.check_freshnessdeclared
knowledge.metadata.metadata_page_state_contract.COVERAGE_LEDGER_PATHknowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.FRONTMATTERknowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.PROPERTY_STATE_ADAPTERknowledge.metadata.metadata_property_statedeclared
knowledge.metadata.metadata_page_state_contract.PROPERTY_VALUE_ADAPTERSexecution.task_runtime.queue_runtime.property_state, knowledge.metadata.metadata_property_state, knowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.ROW_VALUE_ADAPTERknowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.coverage_ledger_snapshotknowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.field_patternknowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.frontmatter_mappingexecution.task_runtime.queue_runtime.property_state, knowledge.metadata.check_freshness, knowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.owner_valueknowledge.metadata.metadata_property_state, knowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.rules_fingerprintexecution.task_runtime.apply_delta, knowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_page_state_contract.validate_value_ruleknowledge.metadata.project_page_statedeclared
knowledge.metadata.metadata_property_state.LAST_CONTENT_MODIFIEDexecution.task_runtime.queue_runtime.property_statedeclared
knowledge.metadata.metadata_property_state.LAST_REVIEWEDexecution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.property_statedeclared
knowledge.metadata.metadata_property_state.PROPERTY_RECORD_KEYSexecution.task_runtime.queue_runtime.property_state, knowledge.metadata.check_page_contractdeclared
knowledge.metadata.metadata_property_state.apply_content_changeexecution.task_runtime.apply_deltadeclared
knowledge.metadata.metadata_property_state.apply_gate_transitionknowledge.metadata.apply_metadata_transitiondeclared
knowledge.metadata.metadata_property_state.apply_review_acceptanceexecution.task_runtime.update_queuedeclared
knowledge.metadata.metadata_property_state.authorized_profile_projection_rulesexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.task_runtime.queue_runtime.property_state, governance.profile.profile_batch_judgment_contractdeclared
knowledge.metadata.metadata_property_state.build_projection_planexecution.task_runtime.apply_delta, execution.task_runtime.update_queue, knowledge.metadata.apply_metadata_transitiondeclared
knowledge.metadata.metadata_property_state.profile_gate_projection_rulesexecution.audit.check_batch_close, execution.evidence.metadata_gate_runtime, execution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.update_queue, knowledge.metadata.check_page_contractdeclared
knowledge.metadata.metadata_property_state.receipt_utc_dateexecution.task_runtime.queue_runtime.evidence_identitydeclared
knowledge.metadata.metadata_property_state.semantic_baseline_recordsexecution.task_runtime.update_queuedeclared
knowledge.metadata.metadata_property_state.semantic_baseline_set_sha256execution.task_runtime.queue_runtime.property_state, execution.task_runtime.update_queuedeclared
knowledge.metadata.metadata_property_state.semantic_page_snapshotexecution.audit.audit_evidence_runtime, governance.profile.profile_batch_judgment_contractdeclared
knowledge.metadata.metadata_property_state.validate_owner_property_recordsexecution.task_runtime.queue_runtime.property_statedeclared
knowledge.metadata.metadata_property_state.validate_semantic_baseline_recordsexecution.task_runtime.queue_runtime.property_state, execution.task_runtime.update_queuedeclared
knowledge.metadata.page_frontmatter_contract.page_typeknowledge.metadata.check_page_contract, knowledge.structure.check_structuredeclared
knowledge.metadata.page_frontmatter_contract.scalar_fieldknowledge.structure.check_structuredeclared
knowledge.metadata.project_page_state.CONTENT_CHANGE_REMOVE_OWNER_RULEknowledge.metadata.metadata_property_statedeclared
knowledge.metadata.project_page_state.SEMANTIC_FINGERPRINT_PROTOCOLexecution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.update_queuedeclared
knowledge.metadata.project_page_state.WRITER_CAPABILITYknowledge.metadata.metadata_property_statedeclared
knowledge.metadata.project_page_state.build_projection_planknowledge.metadata.metadata_property_statedeclared
knowledge.metadata.project_page_state.mainproject_page_statedeclared
knowledge.metadata.project_page_state.semantic_content_fingerprintexecution.audit.audit_producer_runtime, execution.audit.check_batch_close, execution.evidence.metadata_gate_runtime, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.update_queue, knowledge.metadata.check_page_contract, knowledge.metadata.metadata_property_statedeclared
knowledge.metadata.project_page_state.stage_projection_planexecution.task_runtime.apply_delta, execution.task_runtime.update_queue, knowledge.metadata.apply_metadata_transitiondeclared
knowledge.metadata.vocabulary_contract.COVERAGE_DISPOSITION_VALUESexecution.task_runtime.queue_runtime.coveragedeclared
knowledge.metadata.vocabulary_contract.PRIORITY_ORDERexecution.planning.compile_queue, knowledge.metadata.freshness_enginedeclared
knowledge.metadata.vocabulary_contract.PRIORITY_VALUESexecution.planning.check_corpus_plan, knowledge.content.maintenance_candidatesdeclared
knowledge.metadata.vocabulary_contract.REVIEW_INTERVALS_DAYSknowledge.metadata.check_freshness, knowledge.metadata.freshness_engine, knowledge.metadata.freshness_receipt_contractdeclared
knowledge.metadata.vocabulary_contract.VOCABULARY_BASE_PATHgovernance.profile.profile_contractdeclared
knowledge.metadata.vocabulary_contract.VocabularyContractErrorknowledge.metadata.compose_vocabdeclared
knowledge.metadata.vocabulary_contract.load_vocabulary_basegovernance.profile.profile_contractdeclared
knowledge.metadata.vocabulary_contract.load_vocabulary_extensions_contractgovernance.profile.profile_contractdeclared
knowledge.metadata.vocabulary_contract.validate_vocabulary_baseknowledge.metadata.compose_vocabdeclared
knowledge.metadata.vocabulary_contract.validate_vocabulary_extensionsgovernance.profile.profile_contractdeclared
knowledge.metadata.vocabulary_contract.vocabulary_extensions_shapeknowledge.metadata.compose_vocabdeclared
knowledge.rendering.changed_scope_rendering_checks.CHECKS_BY_RULE_IDexecution.audit.changed_scope_evidence_runtimedeclared
knowledge.rendering.changed_scope_rendering_checks.ProfileRenderingContractGapexecution.audit.prepare_audit_plan, knowledge.rendering.profile_rendering_evidence_contractdeclared
knowledge.rendering.changed_scope_rendering_checks.RUNNERS_BY_RULE_IDexecution.audit.changed_scope_evidence_runtimedeclared
knowledge.rendering.changed_scope_rendering_checks.level1_markdown_table_staticknowledge.rendering.static_render_runtimedeclared
knowledge.rendering.changed_scope_rendering_checks.selector_owned_profile_rendering_constructsknowledge.rendering.profile_rendering_evidence_contractdeclared
knowledge.rendering.deterministic_rendering_contract.CONTRACT_PATHexecution.audit.audit_obligation_projectiondeclared
knowledge.rendering.deterministic_rendering_contract.load_contractexecution.audit.audit_obligation_projectiondeclared
knowledge.rendering.deterministic_rendering_contract.validate_contractexecution.audit.audit_obligation_projectiondeclared
knowledge.rendering.deterministic_rendering_contract.validate_registry_projectionexecution.audit.audit_obligation_projectiondeclared
knowledge.rendering.profile_rendering_evidence_contract.CHECKexecution.audit.audit_obligation_projection, knowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.EXTENSION_POINTexecution.audit.audit_obligation_projection, execution.audit.audit_producer_chain, execution.audit.prepare_audit_plandeclared
knowledge.rendering.profile_rendering_evidence_contract.RECEIPT_TYPE_IDknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.RECORD_KINDexecution.audit.audit_producer_chain, knowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.TOOLknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.TOOL_VERSIONknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.contract_fingerprintknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.load_profile_admissionknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.rendering_contractexecution.audit.audit_obligation_projection, knowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.rendering_sourceknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.report_dependency_fingerprintknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.require_bindingsexecution.audit.prepare_audit_plan, execution.task_runtime.task_runtime_runner, knowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.require_plan_applicabilityexecution.audit.audit_evidence_runtime, execution.audit.prepare_audit_plandeclared
knowledge.rendering.profile_rendering_evidence_contract.rule_for_obligationknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.profile_rendering_evidence_contract.selected_constructsexecution.audit.prepare_audit_plandeclared
knowledge.rendering.profile_rendering_evidence_contract.validate_record_for_obligationexecution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, knowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.record_profile_rendering.mainrecord_profile_renderingdeclared
knowledge.rendering.record_rendering_verification.mainrecord_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.CURRENT_PRODUCER_CHECKknowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.CURRENT_PRODUCER_TOOLknowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.CURRENT_PRODUCER_VERSIONexecution.audit.record_changed_scope_evidence, knowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.RECEIPT_TYPE_IDknowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.RENDERING_MODESknowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.RENDERING_VERIFICATION_CONTRACT_PATHexecution.audit.audit_obligation_projectiondeclared
knowledge.rendering.rendering_verification_contract.contract_sha256knowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.load_contractexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.audit.audit_producer_chain, execution.audit.complete_audit_receipt, execution.audit.record_changed_scope_evidence, knowledge.rendering.deterministic_rendering_contract, knowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.record_dependency_fingerprintknowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.validate_contractexecution.audit.audit_obligation_projection, execution.audit.audit_producer_chain, execution.audit.record_changed_scope_evidence, knowledge.rendering.deterministic_rendering_contract, knowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.validate_recordknowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.rendering_verification_contract.validate_record_for_obligationexecution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, knowledge.rendering.record_rendering_verificationdeclared
knowledge.rendering.static_render_runtime.RUNTIME_ENV_KEYSplatform.agent_interface.render_host_configsdeclared
knowledge.rendering.static_render_runtime.StaticRenderRuntimeErrorexecution.task_runtime.task_runtime_runner, platform.agent_interface.render_host_configs, platform.distribution.prepare_rendering_runtimedeclared
knowledge.rendering.static_render_runtime.default_runtime_bindings_pathplatform.distribution.prepare_rendering_runtimedeclared
knowledge.rendering.static_render_runtime.probe_runtimeexecution.task_runtime.task_runtime_runner, platform.distribution.prepare_rendering_runtimedeclared
knowledge.rendering.static_render_runtime.read_runtime_bindingsplatform.agent_interface.render_host_configs, platform.distribution.prepare_rendering_runtimedeclared
knowledge.rendering.static_render_runtime.render_pageknowledge.rendering.record_profile_renderingdeclared
knowledge.rendering.static_render_runtime.runtime_requirementsplatform.distribution.prepare_rendering_runtimedeclared
knowledge.rendering.static_render_runtime.select_constructsknowledge.rendering.profile_rendering_evidence_contractdeclared
knowledge.rendering.static_render_runtime.validate_render_resultknowledge.rendering.profile_rendering_evidence_contractdeclared
knowledge.rendering.static_render_runtime.verify_runtime_bindingsplatform.distribution.prepare_rendering_runtimedeclared
knowledge.structure.boundary_contract.boundary_block_from_textknowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
knowledge.structure.boundary_contract.projection_labels_from_textknowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
knowledge.structure.boundary_contract.projection_marker_pairknowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
knowledge.structure.check_boundary_contract.maincheck_boundary_contractdeclared
knowledge.structure.check_moc.maincheck_mocdeclared
knowledge.structure.check_structure.maincheck_structuredeclared
knowledge.structure.markdown_structure_checks.fence_scanknowledge.rendering.changed_scope_rendering_checks, knowledge.structure.repository_structuredeclared
knowledge.structure.markdown_structure_checks.has_markdown_tableexecution.audit.prepare_audit_plan, knowledge.rendering.changed_scope_rendering_checksdeclared
knowledge.structure.markdown_structure_checks.has_mermaid_fenceexecution.audit.prepare_audit_plan, knowledge.rendering.changed_scope_rendering_checksdeclared
knowledge.structure.markdown_structure_checks.table_scanknowledge.rendering.changed_scope_rendering_checks, knowledge.structure.repository_structuredeclared
knowledge.structure.render_boundary_projection.mainrender_boundary_projectiondeclared
knowledge.structure.render_structure_projection.mainrender_structure_projectiondeclared
knowledge.structure.repository_structure.check_repository_structureexecution.audit.check_batch_closedeclared
knowledge.structure.repository_structure.maincheck_repository_structuredeclared
knowledge.structure.repository_structure.repository_filesexecution.audit.check_batch_closedeclared
platform.agent_interface.agent_interface_contract.CARRIED_RUNTIME_TARGETplatform.agent_interface.mcp_server, platform.agent_interface.tool_availabilitydeclared
platform.agent_interface.agent_interface_contract.EXECUTION_CONTEXT_ENVexecution.audit.record_batch_judgment, execution.context_delivery.card_activation, execution.task_runtime.queue_runtime.review, execution.task_runtime.update_task, platform.agent_interface.mcp_serverdeclared
platform.agent_interface.agent_interface_contract.INTERFACE_PROJECTION_ENVplatform.agent_interface.mcp_server, platform.agent_interface.render_host_configsdeclared
platform.agent_interface.agent_interface_contract.INTERFACE_SOURCE_HASH_ENVplatform.agent_interface.mcp_server, platform.agent_interface.render_host_configsdeclared
platform.agent_interface.agent_interface_contract.MCP_FORMplatform.agent_interface.mcp_server, platform.agent_interface.render_host_configsdeclared
platform.agent_interface.agent_interface_contract.PATH_CAPABILITIES_ACK_ENVplatform.agent_interface.mcp_server, platform.repository.path_capabilitydeclared
platform.agent_interface.agent_interface_contract.PATH_CAPABILITIES_ENVplatform.agent_interface.mcp_server, platform.repository.path_capabilitydeclared
platform.agent_interface.agent_interface_contract.PATH_EXTENSION_KEYplatform.agent_interface.mcp_server, platform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.agent_interface_contract.PROJECTION_ARTIFACT_KINDplatform.agent_interface.mcp_server, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.agent_interface_contract.PROJECTION_SCHEMA_VERSIONplatform.agent_interface.mcp_server, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.agent_interface_contract.SOURCE_DISTRIBUTION_TARGETplatform.agent_interface.mcp_server, platform.agent_interface.tool_availabilitydeclared
platform.agent_interface.agent_interface_contract.WORKSPACE_ENVplatform.agent_interface.mcp_server, platform.agent_interface.render_host_configs, platform.repository.path_capabilitydeclared
platform.agent_interface.agent_interface_contract.WORKSPACE_EXTENSION_KEYplatform.agent_interface.mcp_server, platform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.agent_interface_policy.AgentInterfacePolicyErrorplatform.agent_interface.compile_cli_contract, platform.distribution.tool_catalogdeclared
platform.agent_interface.agent_interface_policy.POLICY_PATHplatform.agent_interface.compile_cli_contractdeclared
platform.agent_interface.agent_interface_policy.SCHEMA_VERSIONplatform.agent_interface.compile_cli_contractdeclared
platform.agent_interface.agent_interface_policy.load_policyplatform.agent_interface.compile_cli_contract, platform.distribution.tool_catalogdeclared
platform.agent_interface.agent_interface_policy.shared_host_transportplatform.agent_interface.render_host_configsdeclared
platform.agent_interface.cli_argv_renderer.ArgvRenderErrorexecution.task_runtime.task_runtime_runner, platform.agent_interface.mcp_serverdeclared
platform.agent_interface.cli_argv_renderer.CLI_EXTENSION_KEYplatform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.cli_argv_renderer.COUNT_ACTIONSplatform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.cli_argv_renderer.DEFAULT_SCALAR_TYPEplatform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.cli_argv_renderer.JSON_SCALAR_TYPESplatform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.cli_argv_renderer.LIST_ACTIONSplatform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.cli_argv_renderer.STRUCTURED_OUTPUT_ARGUMENTexecution.task_runtime.task_runtime_runner, platform.agent_interface.mcp_serverdeclared
platform.agent_interface.cli_argv_renderer.STRUCTURED_OUTPUT_FLAGexecution.task_runtime.task_runtime_runner, platform.agent_interface.mcp_serverdeclared
platform.agent_interface.cli_argv_renderer.build_argvexecution.task_runtime.task_runtime_runner, platform.agent_interface.mcp_serverdeclared
platform.agent_interface.cli_argv_renderer.cli_metadataplatform.agent_interface.mcp_serverdeclared
platform.agent_interface.cli_argv_renderer.schema_from_compiled_toolexecution.task_runtime.task_runtime_runnerdeclared
platform.agent_interface.compile_cli_contract.ContractErrorgovernance.control.run_gatesdeclared
platform.agent_interface.compile_cli_contract.TOOLexecution.task_runtime.task_runtime_runnerdeclared
platform.agent_interface.compile_cli_contract.apply_gated_writer_toolsgovernance.control.run_gatesdeclared
platform.agent_interface.compile_cli_contract.compile_contractgovernance.control.run_gatesdeclared
platform.agent_interface.compile_cli_contract.maincompile_cli_contractdeclared
platform.agent_interface.entrypoint_loader.EntrypointResolutionErrorexecution.audit.audit_execution_runtime, execution.audit.record_changed_scope_evidence, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.task_runtime_runner, governance.control.metadata_execution_contract, governance.profile.profile_contract, platform.agent_interface.compile_cli_contractdeclared
platform.agent_interface.entrypoint_loader.capture_argument_parserexecution.audit.record_changed_scope_evidence, platform.agent_interface.compile_cli_contractdeclared
platform.agent_interface.entrypoint_loader.describe_entrypointexecution.audit.audit_execution_runtime, execution.audit.record_changed_scope_evidence, execution.task_runtime.task_runtime_runner, governance.control.metadata_execution_contract, platform.agent_interface.compile_cli_contractdeclared
platform.agent_interface.entrypoint_loader.discover_entrypointsplatform.agent_interface.compile_cli_contractdeclared
platform.agent_interface.entrypoint_loader.entrypoint_for_implementation_pathgovernance.profile.profile_contractdeclared
platform.agent_interface.entrypoint_loader.load_tool_implementationexecution.audit.record_changed_scope_evidence, execution.task_runtime.queue_runtime.gate_registrydeclared
platform.agent_interface.render_host_configs.mainrender_host_configsdeclared
platform.agent_interface.render_interface_projection.mainrender_interface_projectiondeclared
platform.agent_interface.tool_availability.AvailabilityErrorplatform.agent_interface.compile_cli_contractdeclared
platform.agent_interface.tool_availability.CARRIED_RUNTIMEexecution.task_runtime.task_runtime_runner, governance.control.run_gates, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.tool_availability.PROJECTION_TARGETSplatform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.tool_availability.SOURCE_DISTRIBUTIONgovernance.control.run_gates, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
platform.agent_interface.tool_availability.resolveplatform.agent_interface.compile_cli_contractdeclared
platform.common.implementation_marker.IMPLEMENTATION_MARKERplatform.agent_interface.entrypoint_loaderdeclared
platform.common.implementation_marker.ImplementationMarkerErrorplatform.agent_interface.entrypoint_loaderdeclared
platform.common.implementation_marker.parse_implementation_moduleplatform.agent_interface.entrypoint_loader, platform.distribution.module_boundary_factsdeclared
platform.common.implementation_marker.parse_implementation_module_sourceplatform.agent_interface.entrypoint_loaderdeclared
platform.common.kblib.ArgumentParserexecution.audit.assemble_terminal_proof, execution.audit.check_batch_close, execution.audit.check_proof, execution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_judgment, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.check_queue, execution.task_runtime.init_state, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.render_queue, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.control.run_gates, governance.profile.apply_profile_adoption, governance.profile.check_profile, governance.profile.profile_candidate, governance.profile.profile_onboarding_status, governance.profile.scaffold_profile, governance.standards.adopt_standards, knowledge.content.check_links, knowledge.content.check_residual_content, knowledge.content.duplicate_check, knowledge.metadata.apply_metadata_transition, knowledge.metadata.check_freshness, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.metadata.project_page_state, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verification, knowledge.structure.check_boundary_contract, knowledge.structure.check_moc, knowledge.structure.check_structure, knowledge.structure.render_boundary_projection, knowledge.structure.render_structure_projection, knowledge.structure.repository_structure, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projection, platform.distribution.check_kernel_size, platform.distribution.check_upstream_components, platform.distribution.stamp_cardsdeclared
platform.common.kblib.BOUNDARY_FIELDknowledge.structure.boundary_contractdeclared
platform.common.kblib.BOUNDARY_PROJECTION_BEGINknowledge.structure.boundary_contractdeclared
platform.common.kblib.BOUNDARY_PROJECTION_ENDknowledge.structure.boundary_contractdeclared
platform.common.kblib.BOUNDARY_PROJECTION_LABELSknowledge.metadata.compose_page_contractdeclared
platform.common.kblib.METADATA_MODESknowledge.metadata.compose_page_contractdeclared
platform.common.kblib.METADATA_TIGHTENINGknowledge.metadata.compose_page_contractdeclared
platform.common.kblib.RECEIPT_COLD_EVIDENCE_PREFIXexecution.audit.check_batch_close, execution.evidence.seal_receipts, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.receiptsdeclared
platform.common.kblib.RECEIPT_COLD_INDEX_PATHexecution.evidence.seal_receipts, execution.task_runtime.queue_runtime.receiptsdeclared
platform.common.kblib.RECEIPT_COLD_JOURNAL_PATHexecution.evidence.seal_receipts, execution.task_runtime.queue_runtime.receiptsdeclared
platform.common.kblib.RECEIPT_COLD_MANIFEST_PATHexecution.evidence.seal_receipts, execution.task_runtime.queue_runtime.receiptsdeclared
platform.common.kblib.RECEIPT_COLD_PREFIXexecution.task_runtime.queue_runtime.receiptsdeclared
platform.common.kblib.RECEIPT_COLD_SEGMENT_PREFIXexecution.evidence.seal_receipts, execution.task_runtime.queue_runtime.receiptsdeclared
platform.common.kblib.RECEIPT_IDENTITY_FIELDSexecution.task_runtime.amendment_plan, knowledge.metadata.freshness_receipt_contract, platform.agent_interface.compile_cli_contractdeclared
platform.common.kblib.RepositoryFileSnapshotexecution.planning.check_corpus_plandeclared
platform.common.kblib.RepositoryTreeSnapshotexecution.evidence.metadata_gate_runtime, execution.planning.check_corpus_plan, execution.task_runtime.queue_runtime.profile_view, governance.profile.check_profile, governance.profile.profile_admission, governance.profile.profile_candidatedeclared
platform.common.kblib.RuntimeStateLockedErrorexecution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_judgment, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.planning.compile_queue, execution.task_runtime.apply_delta, execution.task_runtime.update_queue, execution.task_runtime.update_task, knowledge.metadata.apply_metadata_transition, knowledge.metadata.project_page_state, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
platform.common.kblib.YamlSubsetErrorexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.audit_receipt_contract, execution.audit.batch_review_obligation_contract, execution.audit.changed_scope_evidence_contract, execution.audit.check_proof, execution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.audit.substantive_review_contract, execution.context_delivery.card_activation, execution.context_delivery.card_contract, execution.context_delivery.read_set_contract, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.control_plane, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_history, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_contract, execution.task_runtime.queue_runtime.work_spec, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.control.control_registry_contract, governance.control.metadata_execution_contract, governance.profile.apply_profile_adoption, governance.profile.check_profile, governance.profile.profile_contract, governance.standards.adopt_standards, governance.standards.standards_state, knowledge.content.check_links, knowledge.content.maintenance_candidates, knowledge.metadata.check_freshness, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.metadata.page_frontmatter_contract, knowledge.metadata.project_page_state, knowledge.metadata.vocabulary_contract, knowledge.rendering.record_rendering_verification, knowledge.rendering.rendering_verification_contract, knowledge.structure.boundary_contract, knowledge.structure.check_structure, knowledge.structure.render_structure_projection, knowledge.structure.repository_structure, platform.agent_interface.agent_interface_policy, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projection, platform.distribution.check_kernel_size, platform.distribution.module_boundary_report, platform.distribution.stamp_cards, platform.distribution.test_catalog, platform.distribution.tool_catalog, platform.distribution.upstream_component_boundarydeclared
platform.common.kblib.atomic_write_textexecution.audit.assemble_terminal_proof, execution.audit.prepare_audit_plan, execution.audit.terminal_proof_contract, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.init_state, execution.task_runtime.register_amendment, execution.task_runtime.render_queue, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.control.metadata_execution_contract, governance.profile.apply_profile_adoption, governance.profile.profile_candidate, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transition, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.metadata.project_page_state, knowledge.structure.render_boundary_projection, knowledge.structure.render_structure_projection, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projection, platform.distribution.check_upstream_components, platform.distribution.stamp_cards, platform.distribution.tool_catalogdeclared
platform.common.kblib.blank_markdown_authoritygovernance.profile.profile_contractdeclared
platform.common.kblib.boundary_owned_slugsknowledge.structure.check_boundary_contractdeclared
platform.common.kblib.canonical_json_bytesexecution.audit.audit_evidence_runtime, execution.audit.audit_fingerprint, execution.audit.audit_obligation_projection, execution.audit.audit_plan_contract, execution.audit.audit_producer_runtime, execution.audit.batch_close_audit, execution.audit.batch_review_obligation_contract, execution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtime, execution.audit.prepare_audit_plan, execution.audit.record_batch_judgment, execution.audit.record_changed_scope_evidence, execution.context_delivery.card_activation, execution.evidence.candidate_lifecycle, execution.evidence.metadata_gate_runtime, execution.evidence.record_gate_result, execution.planning.apply_task_plan, execution.task_runtime.batch_settlement, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_action, governance.control.metadata_execution_contract, governance.profile.profile_batch_judgment_contract, knowledge.metadata.apply_metadata_transition, knowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contract, knowledge.metadata.metadata_property_state, knowledge.rendering.profile_rendering_evidence_contract, knowledge.rendering.rendering_verification_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projection, platform.common.reporting, platform.distribution.tool_catalogdeclared
platform.common.kblib.canonical_repository_filegovernance.profile.profile_contract, knowledge.metadata.check_freshnessdeclared
platform.common.kblib.canonical_yamlexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.audit_plan_contract, execution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plan, execution.audit.terminal_proof_contract, execution.context_delivery.card_activation, execution.planning.apply_task_plan, execution.planning.compile_queue, execution.planning.coverage_delta, execution.task_runtime.amendment_plan, execution.task_runtime.amendment_policy, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.task_contract, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.profile.profile_batch_judgment_contract, governance.standards.adopt_standards, governance.standards.standards_state, knowledge.content.maintenance_candidates, knowledge.metadata.apply_metadata_transition, knowledge.metadata.compose_page_contract, knowledge.metadata.project_page_state, knowledge.rendering.rendering_verification_contract, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configsdeclared
platform.common.kblib.directory_listing_scopegovernance.control.metadata_execution_contract, governance.profile.check_profile, governance.profile.profile_contractdeclared
platform.common.kblib.durable_replaceexecution.task_runtime.update_queue, governance.profile.apply_profile_adoptiondeclared
platform.common.kblib.exit_codeexecution.audit.changed_scope_evidence_contract, execution.audit.check_proof, execution.audit.record_changed_scope_evidence, execution.evidence.metadata_gate_runtime, governance.profile.check_profile, knowledge.content.check_links, knowledge.content.check_residual_content, knowledge.content.duplicate_check, knowledge.metadata.check_freshness, knowledge.metadata.check_vocab, knowledge.structure.check_mocdeclared
platform.common.kblib.extract_frontmatterexecution.audit.prepare_audit_plan, execution.context_delivery.card_activation, execution.context_delivery.read_set_contract, execution.task_runtime.queue_runtime.control_plane, execution.task_runtime.queue_runtime.property_state, knowledge.content.check_links, knowledge.content.check_residual_content, knowledge.metadata.check_freshness, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.metadata.metadata_page_state_contract, knowledge.metadata.page_frontmatter_contract, knowledge.structure.boundary_contract, knowledge.structure.repository_structure, platform.distribution.stamp_cardsdeclared
platform.common.kblib.headings_ofgovernance.profile.profile_contract, knowledge.content.check_links, knowledge.metadata.check_page_contract, knowledge.structure.check_structuredeclared
platform.common.kblib.inherited_path_capabilityexecution.audit.check_proof, execution.evidence.seal_receipts, execution.planning.check_corpus_plan, governance.control.run_gates, governance.profile.check_profile, governance.profile.profile_admission, knowledge.content.check_residual_content, knowledge.metadata.check_freshness, knowledge.metadata.check_vocab, knowledge.structure.render_boundary_projectiondeclared
platform.common.kblib.iter_managed_md_filesknowledge.content.check_links, knowledge.content.duplicate_checkdeclared
platform.common.kblib.iter_md_filesknowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
platform.common.kblib.load_metadata_profile_contractgovernance.profile.profile_contractdeclared
platform.common.kblib.load_structure_registry_contractgovernance.profile.profile_contractdeclared
platform.common.kblib.load_yaml_fileexecution.audit.assemble_terminal_proof, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_history, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.update_queue, platform.distribution.test_catalogdeclared
platform.common.kblib.make_receiptexecution.audit.check_batch_close, execution.audit.check_proof, execution.audit.complete_audit_receipt, execution.audit.record_batch_judgment, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.queue_check_receipt, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.update_task, governance.profile.apply_profile_adoption, governance.profile.check_profile, governance.standards.adopt_standards, knowledge.content.check_residual_content, knowledge.content.duplicate_check, knowledge.metadata.apply_metadata_transition, knowledge.metadata.check_freshness, knowledge.metadata.check_page_contract, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verification, knowledge.structure.check_boundary_contract, knowledge.structure.check_moc, knowledge.structure.check_structure, platform.agent_interface.compile_cli_contract, platform.common.receiptsdeclared
platform.common.kblib.managed_repository_pathexecution.audit.assemble_terminal_proof, execution.audit.audit_producer_runtime, execution.audit.check_batch_close, execution.audit.check_proof, execution.audit.record_batch_judgment, execution.audit.record_batch_review, execution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.check_queue, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.item_history, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.repofs, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.queue_runtime.task_contract, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.queue_runtime.work_spec, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.render_queue, execution.task_runtime.runtime_state_io, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.profile.apply_profile_adoption, governance.profile.profile_batch_judgment_contract, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transitiondeclared
platform.common.kblib.markdown_atx_headingexecution.context_delivery.read_set_contract, platform.distribution.stamp_cardsdeclared
platform.common.kblib.markdown_authority_linesexecution.context_delivery.read_set_contract, platform.distribution.stamp_cardsdeclared
platform.common.kblib.no_authoritative_write_guardexecution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.evidence.manual_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transition, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
platform.common.kblib.open_path_capability_parentknowledge.metadata.project_page_statedeclared
platform.common.kblib.parse_scalarexecution.planning.coverage_delta, knowledge.content.check_residual_contentdeclared
platform.common.kblib.parse_vocabulary_artifactknowledge.metadata.check_vocab, knowledge.metadata.compose_vocabdeclared
platform.common.kblib.parse_wiki_linkknowledge.content.check_linksdeclared
platform.common.kblib.parse_yaml_subsetexecution.audit.audit_dimension_contract, execution.audit.audit_evidence_runtime, execution.audit.audit_fingerprint, execution.audit.audit_obligation_projection, execution.audit.audit_plan_contract, execution.audit.audit_receipt_contract, execution.audit.batch_close_contract, execution.audit.batch_review_obligation_contract, execution.audit.check_proof, execution.audit.prepare_audit_plan, execution.audit.substantive_review_contract, execution.audit.terminal_proof_contract, execution.context_delivery.card_activation, execution.context_delivery.card_contract, execution.context_delivery.read_set_contract, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.planning.corpus_planning_contract, execution.planning.coverage_delta, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.control_plane, execution.task_runtime.queue_runtime.repofs, execution.task_runtime.queue_runtime.work_spec, execution.task_runtime.register_amendment, execution.task_runtime.runtime_state_io, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.control.contract_exception_policy, governance.control.control_registry_contract, governance.control.metadata_execution_contract, governance.control.run_gates, governance.profile.apply_profile_adoption, governance.profile.check_profile, governance.profile.profile_batch_judgment_contract, governance.profile.profile_contract, governance.profile.profile_schema_projection, governance.profile.rendering_contract, governance.profile.scaffold_profile, governance.standards.adopt_standards, governance.standards.standards_state, knowledge.content.check_links, knowledge.content.check_residual_content, knowledge.metadata.apply_metadata_transition, knowledge.metadata.check_freshness, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.metadata.metadata_page_state_contract, knowledge.metadata.page_frontmatter_contract, knowledge.metadata.project_page_state, knowledge.metadata.vocabulary_contract, knowledge.rendering.deterministic_rendering_contract, knowledge.rendering.rendering_verification_contract, knowledge.structure.boundary_contract, knowledge.structure.check_structure, knowledge.structure.render_structure_projection, knowledge.structure.repository_structure, platform.agent_interface.agent_interface_policy, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projection, platform.agent_interface.tool_availability, platform.distribution.check_kernel_size, platform.distribution.module_boundary_report, platform.distribution.stamp_cards, platform.distribution.tool_catalog, platform.distribution.upstream_component_boundarydeclared
platform.common.kblib.process_is_aliveexecution.evidence.seal_receiptsdeclared
platform.common.kblib.quota_share_within_limitexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.policy_exceptions, knowledge.metadata.check_vocabdeclared
platform.common.kblib.read_bytesexecution.audit.check_proof, execution.evidence.seal_receipts, execution.planning.apply_task_plan, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.task_contract, execution.task_runtime.register_amendment, governance.control.metadata_execution_contract, governance.profile.apply_profile_adoption, governance.standards.adopt_standards, knowledge.content.check_residual_content, knowledge.metadata.check_freshness, platform.distribution.stamp_cardsdeclared
platform.common.kblib.read_set_document_typeexecution.context_delivery.read_set_contract, execution.task_runtime.queue_runtime.task_contractdeclared
platform.common.kblib.read_textexecution.audit.assemble_terminal_proof, execution.audit.audit_dimension_contract, execution.audit.audit_obligation_projection, execution.audit.audit_plan_contract, execution.audit.audit_producer_runtime, execution.audit.audit_receipt_contract, execution.audit.batch_close_contract, execution.audit.batch_review_obligation_contract, execution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plan, execution.audit.substantive_review_contract, execution.audit.terminal_proof_contract, execution.context_delivery.card_contract, execution.context_delivery.read_set_contract, execution.planning.compile_queue, execution.planning.corpus_planning_contract, execution.task_runtime.apply_delta, execution.task_runtime.render_queue, execution.task_runtime.task_runtime_runner, governance.control.contract_exception_policy, governance.control.control_registry_contract, governance.profile.apply_profile_adoption, governance.profile.profile_candidate, governance.profile.rendering_contract, knowledge.content.check_links, knowledge.content.duplicate_check, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.metadata.page_frontmatter_contract, knowledge.metadata.vocabulary_contract, knowledge.rendering.deterministic_rendering_contract, knowledge.rendering.rendering_verification_contract, knowledge.structure.check_boundary_contract, knowledge.structure.check_structure, knowledge.structure.render_boundary_projection, knowledge.structure.render_structure_projection, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projection, platform.distribution.check_kernel_size, platform.distribution.check_upstream_components, platform.distribution.stamp_cardsdeclared
platform.common.kblib.receipt_append_mutexexecution.evidence.seal_receiptsdeclared
platform.common.kblib.receipt_append_observationexecution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.evidence.manual_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.profile.apply_profile_adoption, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transition, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
platform.common.kblib.receipt_append_outcomeexecution.task_runtime.apply_delta, execution.task_runtime.update_queuedeclared
platform.common.kblib.receipt_outcome_fromexecution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.register_amendment, execution.task_runtime.update_task, governance.profile.apply_profile_adoption, governance.standards.adopt_standardsdeclared
platform.common.kblib.registered_repository_artifact_pathgovernance.control.metadata_execution_contract, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
platform.common.kblib.render_boundary_projection_linesknowledge.structure.check_boundary_contract, knowledge.structure.render_boundary_projectiondeclared
platform.common.kblib.repository_content_filesknowledge.structure.check_moc, knowledge.structure.repository_structure, platform.distribution.test_catalogdeclared
platform.common.kblib.repository_file_snapshotexecution.audit.check_proof, execution.context_delivery.read_set_contract, execution.evidence.metadata_gate_runtime, execution.planning.check_corpus_plan, execution.task_runtime.queue_runtime.property_state, governance.control.metadata_execution_contract, governance.profile.check_profile, governance.profile.profile_admission, governance.profile.profile_candidate, governance.profile.profile_contract, governance.profile.scaffold_profile, governance.standards.adoption_lineage_contract, governance.standards.standards_state, knowledge.structure.check_structure, knowledge.structure.render_structure_projection, platform.repository.repositorydeclared
platform.common.kblib.repository_parent_tree_snapshotexecution.planning.check_corpus_plandeclared
platform.common.kblib.repository_pathexecution.audit.check_batch_close, execution.context_delivery.card_contract, execution.context_delivery.read_set_contract, execution.planning.check_corpus_plan, execution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.control_plane, execution.task_runtime.queue_runtime.repofs, execution.task_runtime.queue_runtime.task_contract, execution.task_runtime.task_runtime_runner, governance.control.control_registry_contract, governance.profile.apply_profile_adoption, governance.profile.profile_candidate, governance.profile.scaffold_profile, knowledge.content.maintenance_candidates, knowledge.metadata.check_freshness, platform.distribution.check_kernel_size, platform.distribution.stamp_cards, platform.distribution.upstream_component_boundarydeclared
platform.common.kblib.repository_snapshot_sha256execution.audit.assemble_terminal_proof, execution.audit.changed_scope_evidence_runtime, execution.audit.check_batch_close, execution.audit.check_proof, execution.evidence.metadata_gate_runtime, execution.evidence.record_gate_result, execution.planning.check_corpus_plan, execution.planning.record_corpus_acceptance, execution.task_runtime.queue_check_receipt, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.resume, execution.task_runtime.queue_runtime.revalidation, execution.task_runtime.update_queue, execution.task_runtime.update_task, knowledge.metadata.apply_metadata_transitiondeclared
platform.common.kblib.repository_target_snapshotexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.audit.check_batch_close, execution.audit.record_batch_page_review, execution.context_delivery.card_activation, execution.evidence.metadata_gate_runtime, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.task_runtime_runner, governance.profile.profile_batch_judgment_contract, knowledge.metadata.apply_metadata_transition, knowledge.metadata.check_freshness, knowledge.metadata.metadata_page_state_contract, knowledge.metadata.metadata_property_state, knowledge.metadata.project_page_state, knowledge.rendering.profile_rendering_evidence_contractdeclared
platform.common.kblib.repository_tree_sha256execution.task_runtime.queue_runtime.adoptiondeclared
platform.common.kblib.repository_tree_snapshotexecution.evidence.metadata_gate_runtime, execution.planning.check_corpus_plan, execution.task_runtime.queue_runtime.profile_view, governance.control.run_gates, governance.profile.check_profile, governance.profile.profile_admission, governance.profile.profile_candidate, governance.profile.profile_contract, knowledge.metadata.check_freshnessdeclared
platform.common.kblib.retained_tree_containsexecution.planning.check_corpus_plan, governance.control.run_gatesdeclared
platform.common.kblib.retained_tree_is_boundgovernance.profile.check_profile, governance.profile.profile_admission, governance.profile.profile_contractdeclared
platform.common.kblib.run_cambium_subprocessexecution.audit.check_batch_close, execution.audit.record_changed_scope_evidence, execution.evidence.metadata_gate_runtime, execution.task_runtime.task_runtime_runner, governance.control.run_gates, governance.profile.apply_profile_adoption, governance.profile.profile_cue, knowledge.rendering.static_render_runtime, platform.distribution.install_profile_toolchain, platform.distribution.module_boundary_report, platform.distribution.prepare_rendering_runtime, platform.distribution.test_runner, platform.distribution.upstream_component_boundary, platform.distribution.upstream_identitydeclared
platform.common.kblib.runtime_receipt_identitygovernance.profile.check_profiledeclared
platform.common.kblib.runtime_write_lockexecution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.evidence.manual_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transition, knowledge.metadata.project_page_state, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
platform.common.kblib.sha256_bytesexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.audit_fingerprint, execution.audit.audit_obligation_projection, execution.audit.audit_plan_contract, execution.audit.audit_producer_runtime, execution.audit.batch_close_audit, execution.audit.batch_review_obligation_contract, execution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtime, execution.audit.check_batch_close, execution.audit.check_proof, execution.audit.prepare_audit_plan, execution.audit.record_changed_scope_evidence, execution.context_delivery.card_activation, execution.evidence.metadata_gate_runtime, execution.evidence.seal_receipts, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.task_runtime.amendment_policy, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.init_state, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.review, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_contract, execution.task_runtime.register_amendment, execution.task_runtime.runtime_state_io, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.control.contract_exception_policy, governance.control.metadata_execution_contract, governance.profile.apply_profile_adoption, governance.profile.check_profile, governance.profile.profile_batch_judgment_contract, governance.profile.profile_contract, governance.profile.rendering_contract, governance.standards.adopt_standards, governance.standards.standards_state, knowledge.content.maintenance_candidates, knowledge.metadata.apply_metadata_transition, knowledge.metadata.check_freshness, knowledge.metadata.freshness_receipt_contract, knowledge.metadata.metadata_property_state, knowledge.metadata.project_page_state, knowledge.rendering.profile_rendering_evidence_contract, knowledge.rendering.rendering_verification_contract, platform.agent_interface.compile_cli_contract, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projection, platform.agent_interface.tool_availability, platform.distribution.check_upstream_components, platform.distribution.tool_catalogdeclared
platform.common.kblib.sha256_fileexecution.audit.changed_scope_evidence_contract, execution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_substantive_review, execution.planning.check_corpus_plan, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.amendments, execution.task_runtime.queue_runtime.delta, execution.task_runtime.queue_runtime.item_evidence, execution.task_runtime.queue_runtime.locks, execution.task_runtime.queue_runtime.maintenance, execution.task_runtime.queue_runtime.property_state, execution.task_runtime.queue_runtime.runtime, execution.task_runtime.queue_runtime.task_progress, execution.task_runtime.queue_runtime.work_spec, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.profile.apply_profile_adoption, governance.profile.profile_batch_judgment_contract, knowledge.metadata.apply_metadata_transitiondeclared
platform.common.kblib.strip_codeexecution.audit.check_batch_close, knowledge.content.check_links, knowledge.metadata.check_page_contract, knowledge.structure.check_structure, knowledge.structure.markdown_structure_checksdeclared
platform.common.kblib.strip_yaml_commentexecution.planning.coverage_delta, knowledge.content.check_residual_contentdeclared
platform.common.kblib.structure_derived_role_recordsknowledge.structure.render_structure_projectiondeclared
platform.common.kblib.structure_input_owner_reference_kindknowledge.structure.check_structure, knowledge.structure.render_structure_projectiondeclared
platform.common.kblib.validate_boundary_shapeknowledge.structure.check_boundary_contractdeclared
platform.common.kblib.validate_metadata_contract_shapegovernance.profile.profile_contract, knowledge.metadata.compose_page_contractdeclared
platform.common.kblib.validate_receipt_output_pathexecution.audit.check_proofdeclared
platform.common.kblib.validate_structure_registry_referencesgovernance.profile.check_profile, knowledge.structure.check_structuredeclared
platform.common.kblib.validate_structure_registry_shapegovernance.profile.profile_contract, knowledge.structure.check_structuredeclared
platform.common.kblib.write_receiptsexecution.audit.check_proof, execution.planning.check_corpus_plan, execution.task_runtime.apply_delta, execution.task_runtime.check_queue, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.profile.check_profile, knowledge.content.check_links, knowledge.content.check_residual_content, knowledge.content.duplicate_check, knowledge.metadata.check_freshness, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.structure.check_boundary_contract, knowledge.structure.check_moc, knowledge.structure.check_structuredeclared
platform.common.kblib.write_receipts_observedexecution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.evidence.manual_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.register_amendment, execution.task_runtime.update_task, governance.profile.apply_profile_adoption, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transition, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
platform.common.primitives.catalog_receiptexecution.audit.check_proof, execution.planning.check_corpus_plandeclared
platform.common.primitives.catalog_recordexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime, execution.audit.batch_review_obligation_contract, execution.audit.check_batch_close, execution.audit.record_changed_scope_evidence, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_runner, governance.profile.profile_batch_judgment_contract, knowledge.rendering.record_rendering_verificationdeclared
platform.common.primitives.nonempty_stringexecution.evidence.metadata_gate_runtime, execution.evidence.seal_receipts, execution.planning.corpus_planning_contract, execution.task_runtime.amendment_plan, execution.task_runtime.amendment_policy, execution.task_runtime.apply_amendment, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.primitives, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.control.control_registry_contract, governance.standards.standards_state, knowledge.content.maintenance_candidates, knowledge.metadata.freshness_receipt_contract, knowledge.metadata.metadata_property_statedeclared
platform.common.primitives.require_trimmed_stringexecution.audit.audit_obligation_projection, execution.audit.audit_plan_contract, execution.audit.audit_receipt_contract, execution.audit.batch_review_obligation_contract, execution.audit.substantive_review_contract, execution.audit.terminal_proof_contract, execution.task_runtime.task_runtime_action, governance.profile.profile_batch_judgment_contract, knowledge.rendering.deterministic_rendering_contract, knowledge.rendering.rendering_verification_contractdeclared
platform.common.primitives.timestamp_valueexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.primitivesdeclared
platform.common.primitives.valid_timestampexecution.planning.coverage_delta, execution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.primitives, knowledge.metadata.freshness_receipt_contractdeclared
platform.common.receipts.make_gate_receiptknowledge.content.check_links, knowledge.metadata.check_vocabdeclared
platform.common.reporting.FindingSetknowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.check_structuredeclared
platform.common.reporting.JSON_CHECK_HELPexecution.audit.check_batch_close, execution.audit.check_proof, execution.evidence.seal_receipts, knowledge.content.check_links, knowledge.content.duplicate_check, knowledge.metadata.check_freshness, knowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.check_moc, knowledge.structure.check_structuredeclared
platform.common.reporting.JSON_RECEIPT_HELPexecution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.init_state, governance.standards.adopt_standardsdeclared
platform.common.reporting.JSON_RECEIPT_SUMMARY_HELPknowledge.content.check_residual_content, knowledge.metadata.check_vocabdeclared
platform.common.reporting.JsonReceiptCollectorexecution.evidence.seal_receipts, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.init_state, governance.standards.adopt_standards, knowledge.content.check_residual_content, knowledge.content.duplicate_check, knowledge.metadata.check_freshness, knowledge.metadata.check_vocab, knowledge.structure.check_mocdeclared
platform.common.reporting.RedirectedJsonReceiptsexecution.audit.check_batch_close, execution.audit.check_proof, knowledge.content.check_links, knowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.check_structuredeclared
platform.common.reporting.run_redirected_jsonexecution.audit.check_batch_close, execution.audit.check_proof, knowledge.content.check_links, knowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contract, knowledge.structure.check_structuredeclared
platform.common.reporting.write_canonical_jsonexecution.audit.assemble_terminal_proof, execution.audit.complete_audit_receipt, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review, execution.audit.record_batch_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, execution.evidence.record_gate_attestation, execution.planning.record_corpus_acceptance, execution.task_runtime.task_runtime_runner, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verificationdeclared
platform.common.reporting.write_canonical_json_arrayexecution.task_runtime.check_queue, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.update_queue, execution.task_runtime.update_taskdeclared
platform.distribution.check_kernel_size.maincheck_kernel_sizedeclared
platform.distribution.check_upstream_components.maincheck_upstream_componentsdeclared
platform.distribution.module_boundary_facts.EXCLUDED_CONSUMPTION_FORMSplatform.distribution.tool_catalogdeclared
platform.distribution.module_boundary_facts.EXCLUDED_DIRSplatform.distribution.tool_catalogdeclared
platform.distribution.module_boundary_facts.cli_modulesplatform.distribution.tool_catalogdeclared
platform.distribution.module_boundary_facts.collectplatform.distribution.module_boundary_report, platform.distribution.tool_catalogdeclared
platform.distribution.module_boundary_facts.consumption_pairsplatform.distribution.module_boundary_report, platform.distribution.tool_catalogdeclared
platform.distribution.module_boundary_facts.def_span_sha256platform.distribution.module_boundary_reportdeclared
platform.distribution.module_boundary_facts.import_graphplatform.distribution.module_boundary_report, platform.distribution.tool_catalogdeclared
platform.distribution.module_boundary_facts.is_cli_moduleplatform.agent_interface.compile_cli_contractdeclared
platform.distribution.module_boundary_facts.package_layersplatform.distribution.tool_catalogdeclared
platform.distribution.module_boundary_facts.private_pairsplatform.distribution.module_boundary_reportdeclared
platform.distribution.module_boundary_facts.strongly_connectedplatform.distribution.module_boundary_report, platform.distribution.tool_catalogdeclared
platform.distribution.module_boundary_report.mainmodule_boundary_reportdeclared
platform.distribution.module_boundary_report.manifest_errorsplatform.distribution.tool_catalogdeclared
platform.distribution.prepare_rendering_runtime.mainprepare_rendering_runtimedeclared
platform.distribution.stamp_cards.card_body_digestexecution.context_delivery.card_activationdeclared
platform.distribution.stamp_cards.discover_cardsexecution.audit.check_proof, execution.context_delivery.card_activation, execution.planning.apply_task_plandeclared
platform.distribution.stamp_cards.mainstamp_cardsdeclared
platform.distribution.stamp_cards.source_digestexecution.context_delivery.card_activationdeclared
platform.distribution.test_catalog.TestCatalogErrorplatform.distribution.test_runnerdeclared
platform.distribution.test_catalog.load_current_catalogplatform.distribution.test_runnerdeclared
platform.distribution.test_catalog.maingenerate_test_catalogdeclared
platform.distribution.test_runner.mainrun_testsdeclared
platform.distribution.tool_catalog.maingenerate_tool_catalogdeclared
platform.distribution.upstream_component_boundary.ComponentBoundaryErrorgovernance.profile.apply_profile_adoption, platform.distribution.check_upstream_componentsdeclared
platform.distribution.upstream_component_boundary.DEFAULT_MANIFEST_PATHplatform.distribution.check_upstream_componentsdeclared
platform.distribution.upstream_component_boundary.evaluategovernance.profile.apply_profile_adoption, governance.standards.adopt_standards, platform.distribution.check_upstream_componentsdeclared
platform.distribution.upstream_component_boundary.manifest_pathplatform.distribution.check_upstream_componentsdeclared
platform.distribution.upstream_component_boundary.manifest_textplatform.distribution.check_upstream_componentsdeclared
platform.distribution.upstream_identity.UpstreamIdentityErrorgovernance.profile.apply_profile_adoptiondeclared
platform.distribution.upstream_identity.is_full_commit_shaexecution.task_runtime.queue_runtime.adoption, governance.profile.apply_profile_adoption, governance.standards.standards_statedeclared
platform.distribution.upstream_identity.resolve_revisiongovernance.profile.apply_profile_adoption, governance.standards.adopt_standards, platform.distribution.upstream_component_boundarydeclared
platform.repository.path_capability.acknowledgeplatform.common.kblibdeclared
platform.repository.path_capability.ancestor_directory_capabilityplatform.common.kblibdeclared
platform.repository.path_capability.cache_fileplatform.common.kblibdeclared
platform.repository.path_capability.cache_treeplatform.common.kblibdeclared
platform.repository.path_capability.cached_fileplatform.common.kblibdeclared
platform.repository.path_capability.cached_treeplatform.common.kblibdeclared
platform.repository.path_capability.effective_targetplatform.common.kblibdeclared
platform.repository.path_capability.inherited_capabilityplatform.common.kblibdeclared
platform.repository.path_capability.logical_spellingplatform.common.kblibdeclared
platform.repository.path_capability.materialize_ancestor_treeplatform.common.kblibdeclared
platform.repository.path_capability.materialize_treeplatform.common.kblibdeclared
platform.repository.path_capability.open_parentplatform.common.kblibdeclared
platform.repository.path_capability.parent_tree_snapshotplatform.common.kblibdeclared
platform.repository.path_capability.read_bytesplatform.common.kblibdeclared
platform.repository.path_capability.read_stable_descriptorplatform.common.kblibdeclared
platform.repository.path_capability.read_textplatform.common.kblibdeclared
platform.repository.path_capability.record_append_targetplatform.common.kblibdeclared
platform.repository.path_capability.record_replacementplatform.common.kblibdeclared
platform.repository.path_capability.recordsplatform.common.kblibdeclared
platform.repository.path_capability.register_tree_snapshot_factoryplatform.common.kblibdeclared
platform.repository.path_capability.stat_identityknowledge.metadata.project_page_state, platform.common.kblibdeclared
platform.repository.path_capability.subprocess_kwargsplatform.common.kblibdeclared
platform.repository.path_capability.tree_containsplatform.common.kblibdeclared
platform.repository.path_capability.tree_is_boundplatform.common.kblibdeclared
platform.repository.path_capability.verify_named_targetplatform.common.kblibdeclared
platform.repository.path_contract.canonical_repository_relative_pathexecution.audit.audit_fingerprint, execution.audit.terminal_proof_contract, execution.context_delivery.read_set_contract, execution.task_runtime.task_runtime_runner, governance.profile.profile_contract, governance.profile.rendering_contract, knowledge.metadata.freshness_receipt_contract, platform.common.kblib, platform.distribution.check_kernel_size, platform.distribution.stamp_cards, platform.distribution.upstream_component_boundarydeclared
platform.repository.repository.file_bytes_sha256platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
platform.repository.repository.path_is_within_anyknowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contractdeclared
platform.repository.repository.relative_path_is_withinknowledge.content.check_residual_contentdeclared
platform.repository.repository.relative_path_is_within_anyknowledge.content.check_residual_contentdeclared
platform.repository.repository.repository_input_snapshotknowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocabdeclared
platform.repository.repository.repository_relative_spellingplatform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared
platform.repository.repository.repository_source_rootexecution.audit.audit_dimension_contract, execution.audit.audit_obligation_projection, execution.audit.audit_plan_contract, execution.audit.audit_receipt_contract, execution.audit.batch_close_contract, execution.audit.batch_review_obligation_contract, execution.audit.changed_scope_evidence_contract, execution.audit.check_proof, execution.audit.record_changed_scope_evidence, execution.audit.substantive_review_contract, execution.audit.terminal_proof_contract, execution.context_delivery.card_activation, execution.planning.corpus_planning_contract, execution.task_runtime.runtime_state_contract, governance.control.contract_exception_policy, governance.control.control_registry_contract, governance.control.metadata_execution_contract, governance.profile.check_profile, governance.profile.profile_contract, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, knowledge.metadata.vocabulary_contract, knowledge.rendering.deterministic_rendering_contract, knowledge.rendering.rendering_verification_contract, platform.agent_interface.compile_cli_contract, platform.agent_interface.mcp_server, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projection, platform.distribution.module_boundary_reportdeclared
platform.repository.repository.resolve_markdown_referenceknowledge.metadata.check_page_contract, knowledge.structure.check_boundary_contractdeclared
platform.repository.repository.same_existing_repository_target_snapshotexecution.audit.check_batch_closedeclared
platform.repository.repository.same_existing_target_snapshotexecution.evidence.metadata_gate_runtime, knowledge.metadata.apply_metadata_transition, knowledge.metadata.project_page_statedeclared
platform.repository.repository.same_missing_target_snapshotknowledge.metadata.project_page_statedeclared
platform.repository.repository.tools_source_rootexecution.audit.check_batch_close, execution.audit.record_changed_scope_evidence, governance.control.run_gates, knowledge.metadata.compose_page_contract, knowledge.metadata.compose_vocab, platform.agent_interface.compile_cli_contract, platform.agent_interface.entrypoint_loader, platform.agent_interface.mcp_server, platform.agent_interface.render_host_configs, platform.agent_interface.render_interface_projectiondeclared

Registered Python symbol consumption

Registry identityRelationshipOwner and symbolConsumer
audit-plan-producer-v1entrypoint-mainexecution.audit.prepare_audit_plan.mainprepare_audit_plan
audit-receipt-producer-v1entrypoint-mainexecution.audit.complete_audit_receipt.maincomplete_audit_receipt
batch-close-producer-v1entrypoint-mainexecution.audit.check_batch_close.maincheck_batch_close
batch-page-review-attestation-v1entrypoint-mainexecution.audit.record_batch_page_review.mainrecord_batch_page_review
batch-review-producer-v1entrypoint-mainexecution.audit.record_batch_review.mainrecord_batch_review
candidate-delta-publication-v1entrypoint-mainexecution.task_runtime.candidate_delta_runtime.mainpublish_delta
card-context-delivery-v1entrypoint-mainexecution.task_runtime.check_queue.maincheck_queue
changed-scope-evidence-adapter-v1entrypoint-mainexecution.audit.record_changed_scope_evidence.mainrecord_changed_scope_evidence
corpus-plan-structure-gate-v1entrypoint-mainexecution.planning.check_corpus_plan.maincheck_corpus_plan
coverage-delta-application-v1entrypoint-mainexecution.task_runtime.apply_delta.mainapply_delta
dedicated-rendering-verification-v1entrypoint-mainknowledge.rendering.record_rendering_verification.mainrecord_rendering_verification
maintenance-evidence-producer-v1entrypoint-mainexecution.task_runtime.record_maintenance_evidence.mainrecord_maintenance_evidence
ordinary-queue-transition-v1entrypoint-mainexecution.task_runtime.update_queue.mainupdate_queue
profile-rendering-evidence-v1entrypoint-mainknowledge.rendering.record_profile_rendering.mainrecord_profile_rendering
registered-scan-v1entrypoint-mainexecution.evidence.record_gate_result.mainrecord_gate_result
rendering-runtime-preparation-v1entrypoint-mainplatform.distribution.prepare_rendering_runtime.mainprepare_rendering_runtime
required-queue-gate-v1entrypoint-mainexecution.task_runtime.check_queue.maincheck_queue
required-queue-materialization-v1entrypoint-mainexecution.planning.compile_queue.maincompile_queue
same-scope-queue-replan-v1entrypoint-mainexecution.planning.compile_queue.maincompile_queue
substantive-review-attestation-v1entrypoint-mainexecution.audit.record_substantive_review.mainrecord_substantive_review
task-runtime-runner-v1entrypoint-mainexecution.task_runtime.task_runtime_runner.mainrun_task
task-state-transition-v1entrypoint-mainexecution.task_runtime.update_task.mainupdate_task
terminal-proof-gate-v1entrypoint-mainexecution.audit.check_proof.maincheck_proof
terminal-proof-producer-v1entrypoint-mainexecution.audit.assemble_terminal_proof.mainassemble_terminal_proof
amendment-queue-transition-receipt-v1receipt-validatorexecution.task_runtime.apply_amendment.current_queue_cancellation_receipt_errorsexecution.evidence.receipt_type_contract
amendment-registration-receipt-v1receipt-validatorexecution.task_runtime.register_amendment.current_receipt_errorsexecution.evidence.receipt_type_contract
amendment-transaction-receipt-v1receipt-validatorexecution.task_runtime.apply_amendment.current_receipt_errorsexecution.evidence.receipt_type_contract
audit-receipt-v3receipt-validatorexecution.audit.audit_receipt_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
batch-close-gate-v1receipt-validatorexecution.audit.batch_close_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
batch-close-global-review-v1receipt-validatorexecution.audit.batch_close_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
batch-close-member-evidence-v1receipt-validatorexecution.audit.batch_close_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
batch-close-page-review-v1receipt-validatorexecution.audit.batch_close_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
batch-close-review-attestation-v1receipt-validatorexecution.audit.batch_close_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
batch-page-review-record-v3receipt-validatorexecution.audit.batch_review_obligation_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
batch-review-wrapper-v1receipt-validatorexecution.audit.batch_review_receipt_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
boundary-contract-gate-receipt-v1receipt-validatorknowledge.structure.check_boundary_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
changed-scope-audit-precursor-v2receipt-validatorexecution.audit.changed_scope_evidence_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
changed-scope-candidate-set-v2receipt-validatorexecution.audit.changed_scope_evidence_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
changed-scope-gate-evidence-v2receipt-validatorexecution.audit.changed_scope_evidence_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
contract-amendment-receipt-v1receipt-validatorexecution.task_runtime.apply_contract_amendment.current_receipt_errorsexecution.evidence.receipt_type_contract
corpus-plan-diagnostic-receipt-v1receipt-validatorexecution.planning.check_corpus_plan.current_diagnostic_receipt_errorsexecution.evidence.receipt_type_contract
corpus-plan-gate-receipt-v1receipt-validatorexecution.planning.check_corpus_plan.current_gate_receipt_errorsexecution.evidence.receipt_type_contract
corpus-plan-semantic-acceptance-receipt-v1receipt-validatorexecution.planning.record_corpus_acceptance.current_receipt_errorsexecution.evidence.receipt_type_contract
delta-application-receipt-v1receipt-validatorexecution.task_runtime.apply_delta.current_receipt_errorsexecution.evidence.receipt_type_contract
duplicate-scan-receipt-v1receipt-validatorknowledge.content.duplicate_check.current_receipt_errorsexecution.evidence.receipt_type_contract
freshness-scan-receipt-v1receipt-validatorknowledge.metadata.check_freshness.current_receipt_errorsexecution.evidence.receipt_type_contract
maintenance-budget-manifest-receipt-v1receipt-validatorexecution.task_runtime.record_maintenance_evidence.current_budget_receipt_errorsexecution.evidence.receipt_type_contract
maintenance-ledger-advance-receipt-v1receipt-validatorexecution.task_runtime.record_maintenance_evidence.current_ledger_receipt_errorsexecution.evidence.receipt_type_contract
maintenance-watermark-advance-receipt-v1receipt-validatorexecution.task_runtime.record_maintenance_evidence.current_watermark_receipt_errorsexecution.evidence.receipt_type_contract
metadata-transition-receipt-v1receipt-validatorexecution.evidence.metadata_gate_runtime.current_metadata_transition_receipt_errorsexecution.evidence.receipt_type_contract
moc-drift-scan-receipt-v1receipt-validatorknowledge.structure.check_moc.current_receipt_errorsexecution.evidence.receipt_type_contract
page-batch-judgment-v2receipt-validatorgovernance.profile.profile_batch_judgment_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
page-contract-gate-receipt-v1receipt-validatorknowledge.metadata.check_page_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
profile-adoption-receipt-v1receipt-validatorgovernance.standards.adoption_lineage_contract.current_profile_adoption_receipt_errorsexecution.evidence.receipt_type_contract
profile-extension-deterministic-gate-receipt-v1receipt-validatorexecution.evidence.metadata_gate_runtime.current_deterministic_gate_receipt_errorsexecution.evidence.receipt_type_contract
profile-extension-manual-gate-receipt-v1receipt-validatorexecution.evidence.metadata_gate_runtime.current_manual_gate_receipt_errorsexecution.evidence.receipt_type_contract
profile-load-diagnostic-receipt-v1receipt-validatorgovernance.profile.check_profile.current_diagnostic_receipt_errorsexecution.evidence.receipt_type_contract
profile-load-gate-receipt-v1receipt-validatorgovernance.profile.check_profile.current_gate_receipt_errorsexecution.evidence.receipt_type_contract
profile-rendering-evidence-v1receipt-validatorknowledge.rendering.profile_rendering_evidence_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
queue-materialization-receipt-v1receipt-validatorexecution.planning.compile_queue.current_receipt_errorsexecution.evidence.receipt_type_contract
queue-transition-receipt-v1receipt-validatorexecution.task_runtime.queue_runtime.receipts.current_queue_transition_receipt_errorsexecution.evidence.receipt_type_contract
receipt-seal-receipt-v1receipt-validatorexecution.evidence.seal_receipts.current_receipt_errorsexecution.evidence.receipt_type_contract
registered-residual-scan-receipt-v1receipt-validatorknowledge.content.check_residual_content.current_receipt_errorsexecution.evidence.receipt_type_contract
rendering-verification-evidence-v3receipt-validatorknowledge.rendering.rendering_verification_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
required-queue-gate-receipt-v1receipt-validatorexecution.task_runtime.queue_check_receipt.current_receipt_errorsexecution.evidence.receipt_type_contract
standards-adoption-receipt-v1receipt-validatorgovernance.standards.adoption_lineage_contract.current_standards_adoption_receipt_errorsexecution.evidence.receipt_type_contract
standards-revalidation-queue-gate-receipt-v1receipt-validatorexecution.task_runtime.queue_check_receipt.current_standards_revalidation_receipt_errorsexecution.evidence.receipt_type_contract
structure-registry-gate-receipt-v1receipt-validatorknowledge.structure.check_structure.current_receipt_errorsexecution.evidence.receipt_type_contract
substantive-review-evidence-v3receipt-validatorexecution.audit.substantive_review_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
task-plan-publication-receipt-v1receipt-validatorexecution.planning.apply_task_plan.current_receipt_errorsexecution.evidence.receipt_type_contract
task-transition-abort-receipt-v1receipt-validatorexecution.task_runtime.update_task.current_task_transition_abort_receipt_errorsexecution.evidence.receipt_type_contract
task-transition-receipt-v1receipt-validatorexecution.task_runtime.update_task.current_task_transition_receipt_errorsexecution.evidence.receipt_type_contract
terminal-proof-diagnostic-v1receipt-validatorexecution.audit.terminal_proof_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
terminal-proof-gate-v2receipt-validatorexecution.audit.terminal_proof_contract.current_receipt_errorsexecution.evidence.receipt_type_contract
vocabulary-gate-receipt-v1receipt-validatorknowledge.metadata.check_vocab.current_receipt_errorsexecution.evidence.receipt_type_contract
wiki-link-integrity-receipt-v1receipt-validatorknowledge.content.check_links.current_receipt_errorsexecution.evidence.receipt_type_contract

Source-declared Python exports

Owner and symbolBoundary declaredObserved consumers
execution.audit.audit_dimension_contract.AUDIT_DIMENSION_BASE_PATHyesexecution.audit.audit_obligation_projection, execution.audit.audit_plan_contract, governance.control.control_registry_contract, governance.profile.profile_contract
execution.audit.audit_dimension_contract.BASE_RECEIPT_DIMENSION_ORDERyesexecution.audit.assemble_terminal_proof, execution.audit.check_proof, governance.control.control_registry_contract, governance.profile.profile_contract
execution.audit.audit_dimension_contract.BASE_RECEIPT_DIMENSIONSyesexecution.audit.assemble_terminal_proof, governance.control.control_registry_contract
execution.audit.audit_dimension_contract.EVIDENCE_ROLESyesexecution.audit.audit_plan_contract, governance.profile.profile_contract
execution.audit.audit_dimension_contract.EXTENSION_TARGET_MAPPINGSyes
execution.audit.audit_dimension_contract.current_audit_dimension_valuesyesexecution.audit.audit_plan_contract, governance.control.control_registry_contract, governance.profile.profile_contract
execution.audit.audit_dimension_contract.load_audit_dimension_baseyesexecution.audit.batch_review_obligation_contract, knowledge.rendering.deterministic_rendering_contract
execution.audit.audit_dimension_contract.validate_audit_dimension_baseyesexecution.audit.audit_obligation_projection, execution.audit.batch_review_obligation_contract, knowledge.rendering.deterministic_rendering_contract
execution.audit.audit_evidence_runtime.AuditPlanMissingyesexecution.task_runtime.task_runtime_runner
execution.audit.audit_evidence_runtime.batch_review_evidenceyesexecution.audit.check_batch_close, execution.audit.record_batch_review
execution.audit.audit_evidence_runtime.closed_plan_closure_errorsyesexecution.task_runtime.update_queue
execution.audit.audit_evidence_runtime.combine_plan_reconciliationsyesexecution.audit.check_batch_close
execution.audit.audit_evidence_runtime.current_consumption_evidence_idsyesexecution.audit.record_batch_page_review
execution.audit.audit_evidence_runtime.reconciliation_from_bindingsyesexecution.audit.check_batch_close
execution.audit.audit_evidence_runtime.resolve_stage_planyesexecution.audit.check_batch_close, execution.audit.complete_audit_receipt, execution.audit.record_batch_judgment, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verification
execution.audit.audit_evidence_runtime.terminal_dimension_evidenceyesexecution.audit.assemble_terminal_proof, execution.audit.check_proof
execution.audit.audit_evidence_runtime.terminal_plan_reconciliationyesexecution.audit.assemble_terminal_proof, execution.audit.check_proof
execution.audit.audit_evidence_runtime.stage_evidence_closureyesexecution.audit.audit_execution_runtime
execution.audit.audit_evidence_runtime.stage_evidence_statusyesexecution.audit.audit_execution_runtime
execution.audit.audit_evidence_runtime.wrapper_binding_errorsyesexecution.audit.record_batch_review, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue
execution.audit.audit_fingerprint.obligation_contract_fingerprintyesexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.audit.changed_scope_evidence_contract, governance.profile.profile_batch_judgment_contract, knowledge.rendering.profile_rendering_evidence_contract, knowledge.rendering.rendering_verification_contract
execution.audit.audit_fingerprint.page_artifact_fingerprintyesexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.audit.batch_review_obligation_contract, governance.profile.profile_batch_judgment_contract, knowledge.rendering.profile_rendering_evidence_contract
execution.audit.audit_fingerprint.page_set_artifact_fingerprintyesexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, governance.profile.profile_batch_judgment_contract
execution.audit.audit_lifecycle_contract.ATTEMPT_IDENTITY_FIELDSyesexecution.audit.substantive_review_contract, knowledge.rendering.profile_rendering_evidence_contract
execution.audit.audit_lifecycle_contract.AUDIT_RECEIPT_RECORD_KINDyesexecution.audit.audit_producer_chain
execution.audit.audit_lifecycle_contract.AuditLifecycleContractErroryesexecution.audit.audit_evidence_runtime
execution.audit.audit_lifecycle_contract.CHANGED_SCOPE_PRECURSOR_RECORD_KINDyesexecution.audit.audit_producer_chain, execution.audit.changed_scope_evidence_contract, execution.audit.record_changed_scope_evidence
execution.audit.audit_lifecycle_contract.EVIDENCE_BINDING_FIELDSyesexecution.audit.audit_evidence_runtime
execution.audit.audit_lifecycle_contract.PLAN_BINDING_FIELDSyesexecution.audit.audit_evidence_runtime, execution.audit.changed_scope_evidence_contract, governance.profile.profile_batch_judgment_contract, knowledge.rendering.record_profile_rendering
execution.audit.audit_lifecycle_contract.attempt_bindingyesexecution.audit.audit_receipt_contract
execution.audit.audit_lifecycle_contract.attempt_binding_mismatchesyesexecution.audit.audit_evidence_runtime, execution.audit.audit_producer_runtime, execution.audit.changed_scope_evidence_contract, knowledge.rendering.profile_rendering_evidence_contract, knowledge.rendering.rendering_verification_contract
execution.audit.audit_lifecycle_contract.resolution_routeyesexecution.audit.audit_execution_runtime
execution.audit.audit_lifecycle_contract.validate_resolutionyesexecution.audit.audit_evidence_runtime
execution.audit.audit_obligation_projection.BATCH_CLOSE_REGISTRY_PATHyesexecution.audit.prepare_audit_plan
execution.audit.audit_obligation_projection.CHANGED_SCOPE_REGISTRY_PATHyesexecution.audit.audit_producer_chain, execution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plan
execution.audit.audit_obligation_projection.PROFILE_REGISTERED_SCAN_EXTENSIONyesexecution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plan
execution.audit.audit_obligation_projection.SUBSTANTIVE_REGISTRY_PATHyesexecution.audit.audit_producer_chain
execution.audit.audit_obligation_projection.composed_obligation_specsyesexecution.audit.prepare_audit_plan
execution.audit.audit_obligation_projection.load_changed_scope_registryyesexecution.audit.changed_scope_evidence_contract
execution.audit.audit_obligation_projection.obligation_spec_for_ruleyesexecution.audit.audit_producer_chain, execution.audit.changed_scope_evidence_contract, execution.audit.record_changed_scope_evidence, knowledge.rendering.record_rendering_verification
execution.audit.audit_obligation_projection.profile_registered_scan_specyesexecution.audit.changed_scope_evidence_contract
execution.audit.audit_obligation_projection.required_obligationyesexecution.audit.prepare_audit_plan
execution.audit.audit_obligation_projection.resolve_obligation_definitionyesexecution.audit.audit_producer_chain, execution.audit.changed_scope_evidence_contract, execution.audit.prepare_audit_plan, execution.audit.record_changed_scope_evidence
execution.audit.audit_obligation_projection.validate_changed_scope_registryyesexecution.audit.changed_scope_evidence_contract
execution.audit.audit_obligation_projection.validate_plan_definition_authorityyesexecution.audit.audit_evidence_runtime, execution.audit.prepare_audit_plan
execution.audit.audit_plan_contract.AUDIT_PLAN_CONTRACT_PATHyesexecution.audit.audit_obligation_projection
execution.audit.audit_plan_contract.closed_string_listyesexecution.audit.audit_receipt_contract, execution.audit.substantive_review_contract, knowledge.rendering.rendering_verification_contract
execution.audit.audit_plan_contract.contract_snapshot_sha256yesexecution.audit.prepare_audit_plan
execution.audit.audit_plan_contract.field_specsyesexecution.audit.audit_receipt_contract, execution.audit.substantive_review_contract, knowledge.rendering.rendering_verification_contract
execution.audit.audit_plan_contract.is_sha256yesexecution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, governance.profile.profile_batch_judgment_contract
execution.audit.audit_plan_contract.load_contractyesexecution.audit.audit_evidence_runtime, execution.audit.batch_review_obligation_contract, execution.audit.prepare_audit_plan, execution.audit.substantive_review_contract, governance.profile.profile_batch_judgment_contract
execution.audit.audit_plan_contract.plan_contract_snapshot_sha256yesexecution.audit.audit_evidence_runtime
execution.audit.audit_plan_contract.plan_sha256yesexecution.audit.audit_evidence_runtime, execution.audit.batch_review_obligation_contract, execution.audit.prepare_audit_plan, governance.profile.profile_batch_judgment_contract
execution.audit.audit_plan_contract.required_obligation_idsyesexecution.audit.prepare_audit_plan
execution.audit.audit_plan_contract.validate_contractyesexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.audit.batch_review_obligation_contract, execution.audit.substantive_review_contract
execution.audit.audit_plan_contract.validate_planyesexecution.audit.audit_evidence_runtime, execution.audit.batch_review_obligation_contract, execution.audit.prepare_audit_plan, governance.profile.profile_batch_judgment_contract
execution.audit.audit_plan_contract.validate_valueyesexecution.audit.audit_receipt_contract, execution.audit.substantive_review_contract, knowledge.rendering.rendering_verification_contract
execution.audit.audit_producer_chain.AuditProducerChainErroryesexecution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime, execution.audit.changed_scope_evidence_contract, execution.audit.complete_audit_receipt, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_rendering_verification
execution.audit.audit_producer_chain.FINAL_AUDIT_RECEIPT_CAPABILITYyesexecution.audit.audit_execution_runtime
execution.audit.audit_producer_chain.precursor_chain_for_obligationyesexecution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verification
execution.audit.audit_producer_chain.precursor_chain_for_specyesexecution.audit.audit_execution_runtime, execution.audit.changed_scope_evidence_contract, execution.audit.record_changed_scope_evidence, knowledge.rendering.record_rendering_verification
execution.audit.audit_producer_chain.precursor_record_matchesyesexecution.audit.audit_evidence_runtime
execution.audit.audit_producer_chain.require_precursor_recordyesexecution.audit.audit_evidence_runtime, execution.audit.changed_scope_evidence_contract, execution.audit.complete_audit_receipt, knowledge.rendering.record_rendering_verification
execution.audit.audit_receipt_contract.RECEIPT_TYPE_IDyesexecution.audit.complete_audit_receipt
execution.audit.audit_receipt_contract.current_receipt_errorsyesexecution.evidence.receipt_type_contract
execution.audit.audit_receipt_contract.load_contractyesexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.check_proof, execution.audit.complete_audit_receipt
execution.audit.audit_receipt_contract.page_artifact_fingerprint_contractyesexecution.audit.audit_fingerprint
execution.audit.audit_receipt_contract.project_new_passing_audit_receiptyesexecution.audit.audit_receipt_finalizer
execution.audit.audit_receipt_contract.validate_audit_receiptyesexecution.audit.assemble_terminal_proof, execution.audit.audit_evidence_runtime, execution.audit.batch_close_audit, execution.audit.batch_review_obligation_contract, execution.audit.check_proof, execution.audit.complete_audit_receipt, execution.task_runtime.queue_runtime.close_gate
execution.audit.audit_receipt_finalizer.finalize_audit_receipt_recordyesexecution.audit.batch_close_audit, execution.audit.complete_audit_receipt
execution.audit.audit_reconciliation_contract.projection_fieldsyesexecution.audit.audit_evidence_runtime, execution.audit.check_batch_close, execution.audit.record_batch_review, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_audit.build_full_audit_receiptyesexecution.audit.check_batch_close
execution.audit.batch_close_audit.build_post_delta_evidence_setyesexecution.audit.check_batch_close
execution.audit.batch_close_audit.resolve_post_delta_projectionyesexecution.audit.audit_evidence_runtime, execution.audit.check_batch_close
execution.audit.batch_close_audit.validate_post_delta_evidence_setyesexecution.audit.audit_evidence_runtime, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.BATCH_CLOSE_CLOSED_LIST_PATHyesexecution.audit.audit_obligation_projection
execution.audit.batch_close_contract.CLOSED_LIST_EVIDENCE_FIELDSyesexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.GATE_CHECKyesexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.GATE_IDyesexecution.audit.check_batch_close
execution.audit.batch_close_contract.GATE_RECEIPT_TYPE_IDyesexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.GLOBAL_REVIEW_RECEIPT_TYPE_IDyesexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.MEMBER_RECEIPT_TYPE_IDyesexecution.audit.check_batch_close
execution.audit.batch_close_contract.PAGE_REVIEW_RECEIPT_TYPE_IDyesexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.REVIEW_ATTESTATION_RECEIPT_TYPE_IDyesexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.closed_list_member_rowsyesexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.current_receipt_errorsyesexecution.evidence.receipt_type_contract, execution.task_runtime.queue_runtime.close_gate
execution.audit.batch_close_contract.load_batch_close_closed_listyesexecution.audit.check_batch_close
execution.audit.batch_close_contract.validate_batch_close_closed_listyesexecution.audit.audit_obligation_projection
execution.audit.batch_review_obligation_contract.BATCH_REVIEW_OBLIGATION_REGISTRY_PATHyesexecution.audit.audit_obligation_projection
execution.audit.batch_review_obligation_contract.PRODUCER_TOOLyesexecution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.PRODUCER_TOOL_VERSIONyesexecution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.RECEIPT_TYPE_IDyesexecution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.base_obligation_specsyesexecution.audit.audit_obligation_projection
execution.audit.batch_review_obligation_contract.consumption_dependency_obligation_idsyesexecution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime
execution.audit.batch_review_obligation_contract.contract_fingerprintyesexecution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.dependency_fingerprintyesexecution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.load_registryyesexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.audit.prepare_audit_plan, execution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.obligation_spec_for_ruleyesexecution.audit.audit_evidence_runtime, execution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.registry_sha256yesexecution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.select_s_targetsyesexecution.audit.prepare_audit_plan
execution.audit.batch_review_obligation_contract.validate_plan_base_closureyesexecution.audit.prepare_audit_plan, execution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.resolve_consumed_evidenceyesexecution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.validate_applicability_dispositionyesexecution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.current_receipt_errorsyesexecution.evidence.receipt_type_contract
execution.audit.batch_review_obligation_contract.validate_page_fingerprint_bindingyesexecution.audit.audit_evidence_runtime, execution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.validate_producer_receiptyesexecution.audit.audit_evidence_runtime, execution.audit.record_batch_page_review
execution.audit.batch_review_obligation_contract.validate_receipt_consumptionyesexecution.audit.audit_evidence_runtime
execution.audit.batch_review_receipt_contract.GATE_IDyesexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review, governance.profile.profile_batch_judgment_contract
execution.audit.batch_review_receipt_contract.PRODUCER_CHECKyesexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_runner
execution.audit.batch_review_receipt_contract.PRODUCER_TOOLyesexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_runner
execution.audit.batch_review_receipt_contract.PRODUCER_TOOL_VERSIONyesexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review
execution.audit.batch_review_receipt_contract.RECEIPT_TYPE_IDyesexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review, execution.task_runtime.task_runtime_runner
execution.audit.batch_review_receipt_contract.current_receipt_errorsyesexecution.audit.record_batch_review, execution.evidence.receipt_type_contract
execution.audit.changed_scope_evidence_contract.AUDIT_PRECURSOR_RECEIPT_TYPE_IDyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.CANDIDATE_SET_RECEIPT_TYPE_IDyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.ChangedScopeEvidenceContractErroryesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.DIRECT_RECEIPT_TYPE_IDyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.SCHEMA_VERSIONyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.INPUT_BINDING_FIELDSyesexecution.audit.changed_scope_evidence_runtime
execution.audit.changed_scope_evidence_contract.PLAN_BINDING_FIELDSyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.PROFILE_SCAN_EXTENSIONyesexecution.audit.audit_evidence_runtime, execution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.REGISTRY_PATHyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.TOOLyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.TOOL_VERSIONyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.authorized_profile_scanyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.candidate_set_contract_fingerprintyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.candidate_set_dependency_fingerprintyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.direct_contract_fingerprintyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.direct_dependency_fingerprintyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.load_control_registryyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.load_registryyesexecution.audit.changed_scope_evidence_runtime, execution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.normalized_base_rulesyesexecution.audit.audit_evidence_runtime, execution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.profile_scan_extension_pointyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.profile_scan_selectoryesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.registry_rowyesexecution.audit.changed_scope_evidence_runtime
execution.audit.changed_scope_evidence_contract.pure_check_owneryesexecution.audit.changed_scope_evidence_runtime, execution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.runtime_check_source_sha256yesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.runtime_contract_fingerprintyesexecution.audit.changed_scope_evidence_runtime, execution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.source_gate_selectoryesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.source_summaryyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.validate_audit_producer_recordyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.validate_audit_producer_record_for_planyesexecution.audit.changed_scope_evidence_runtime, execution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.current_receipt_errorsyesexecution.evidence.receipt_type_contract
execution.audit.changed_scope_evidence_contract.validate_candidate_set_record_for_planyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.validate_direct_recordyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.validate_direct_record_for_planyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_contract.validate_record_for_planyesexecution.audit.audit_evidence_runtime
execution.audit.changed_scope_evidence_runtime.pure_check_resultyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_runtime.pure_input_bindingyesexecution.audit.record_changed_scope_evidence
execution.audit.changed_scope_evidence_runtime.validate_current_recordyesexecution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, execution.audit.record_changed_scope_evidence
execution.audit.changed_scope_runtime_checks.COVERAGE_RULE_IDyesexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtime
execution.audit.changed_scope_runtime_checks.GUIDANCE_RULE_IDyesexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtime
execution.audit.changed_scope_runtime_checks.TASK_CONTRACT_RULE_IDyesexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtime
execution.audit.changed_scope_runtime_checks.coverage_routing_stateyesexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtime
execution.audit.changed_scope_runtime_checks.frozen_task_contract_referencesyesexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtime
execution.audit.changed_scope_runtime_checks.guidance_state_zero_countsyesexecution.audit.changed_scope_evidence_contract, execution.audit.changed_scope_evidence_runtime
execution.audit.substantive_review_contract.OBLIGATION_PROJECTIONyesexecution.audit.record_substantive_review
execution.audit.substantive_review_contract.SUBSTANTIVE_REVIEW_CONTRACT_PATHyesexecution.audit.audit_obligation_projection
execution.audit.substantive_review_contract.load_contractyesexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.audit.audit_producer_chain, execution.audit.complete_audit_receipt, execution.audit.record_substantive_review
execution.audit.substantive_review_contract.CURRENT_PRODUCER_VERSIONyesexecution.audit.record_substantive_review
execution.audit.substantive_review_contract.RECEIPT_TYPE_IDyesexecution.audit.record_substantive_review
execution.audit.substantive_review_contract.current_receipt_errorsyesexecution.evidence.receipt_type_contract
execution.audit.substantive_review_contract.validate_contractyesexecution.audit.audit_obligation_projection, execution.audit.audit_producer_chain
execution.audit.substantive_review_contract.validate_review_pairyesexecution.audit.audit_evidence_runtime, execution.audit.record_substantive_review
execution.audit.substantive_review_contract.validate_review_receiptyesexecution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, execution.audit.record_substantive_review
execution.evidence.evidence_attempt_runtime.EvidenceAttemptErroryesexecution.audit.batch_review_obligation_contract, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_substantive_review, governance.profile.profile_batch_judgment_contract
execution.evidence.evidence_attempt_runtime.unique_current_attemptyesexecution.audit.batch_review_obligation_contract, execution.audit.complete_audit_receipt, execution.audit.record_batch_page_review, execution.audit.record_changed_scope_evidence, execution.audit.record_substantive_review, governance.profile.profile_batch_judgment_contract, knowledge.rendering.record_profile_rendering, knowledge.rendering.record_rendering_verification
execution.evidence.manual_attestation.publish_receiptyesexecution.audit.record_batch_judgment, execution.audit.record_batch_review, execution.evidence.record_gate_attestation
execution.evidence.manual_attestation.require_statementyesexecution.audit.record_batch_judgment, execution.audit.record_batch_review, execution.evidence.record_gate_attestation
execution.evidence.metadata_gate_runtime.DETERMINISTIC_GATE_PRODUCER_IDENTITYyesexecution.evidence.record_gate_result
execution.evidence.metadata_gate_runtime.GateRuntimeContextyesknowledge.metadata.apply_metadata_transition
execution.evidence.metadata_gate_runtime.MANUAL_GATE_PRODUCER_IDENTITYyesexecution.evidence.record_gate_attestation
execution.evidence.metadata_gate_runtime.METADATA_TRANSITION_PRODUCER_IDENTITYyesknowledge.metadata.apply_metadata_transition
execution.evidence.metadata_gate_runtime.current_gate_receiptyesknowledge.metadata.apply_metadata_transition
execution.evidence.metadata_gate_runtime.load_gate_contextyesexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, knowledge.metadata.apply_metadata_transition
execution.evidence.metadata_gate_runtime.receipt_bindingsyesexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, knowledge.metadata.apply_metadata_transition
execution.evidence.metadata_gate_runtime.require_admitted_runtimeyesexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, knowledge.metadata.apply_metadata_transition
execution.evidence.metadata_gate_runtime.require_authorities_currentyesknowledge.metadata.apply_metadata_transition
execution.evidence.metadata_gate_runtime.require_context_currentyesexecution.task_runtime.runtime_validation
execution.evidence.metadata_gate_runtime.validate_gate_receiptyesexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result
execution.evidence.receipt_type_contract.ReceiptTypeContractErroryesexecution.evidence.seal_receipts, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.runtime, platform.distribution.tool_catalog
execution.evidence.receipt_type_contract.base_receipt_errorsyesexecution.evidence.metadata_gate_runtime, execution.evidence.seal_receipts, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.planning.record_corpus_acceptance, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.queue_check_receipt, execution.task_runtime.queue_runtime.receipts, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.update_task, governance.profile.check_profile, governance.standards.adoption_lineage_contract, knowledge.content.check_links, knowledge.content.check_residual_content, knowledge.content.duplicate_check, knowledge.metadata.check_page_contract, knowledge.metadata.check_vocab, knowledge.metadata.freshness_receipt_contract, knowledge.structure.check_boundary_contract, knowledge.structure.check_moc, knowledge.structure.check_structure
execution.evidence.receipt_type_contract.current_receipt_errorsyesexecution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.runtime, governance.standards.adoption_lineage_contract
execution.evidence.receipt_type_contract.load_receipt_type_registryyesexecution.task_runtime.queue_runtime.receipts, execution.task_runtime.queue_runtime.runtime, platform.distribution.tool_catalog
execution.evidence.receipt_type_contract.reference_source_kindyesexecution.evidence.seal_receipts
execution.planning.corpus_planning_contract.APPLICABILITY_STATESyesexecution.task_runtime.queue_runtime.close_gate, governance.profile.profile_onboarding_status
execution.planning.corpus_planning_contract.ARTIFACT_BINDING_FIELDSyes
execution.planning.corpus_planning_contract.ARTIFACT_FIELD_ROLESyes
execution.planning.corpus_planning_contract.ARTIFACT_ROLESyes
execution.planning.corpus_planning_contract.CLOSE_ROUTE_TRIGGERyesexecution.audit.check_batch_close, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.update_queue
execution.planning.corpus_planning_contract.CONFIGURED_STATEyesexecution.audit.check_batch_close, execution.audit.check_proof, execution.task_runtime.queue_runtime.close_gate, execution.task_runtime.update_queue
execution.planning.corpus_planning_contract.CORPUS_PLANNING_CONTRACT_PATHyesexecution.planning.check_corpus_plan, governance.profile.check_profile
execution.planning.corpus_planning_contract.INACTIVE_STATEyesexecution.audit.assemble_terminal_proof, execution.audit.check_proof
execution.planning.corpus_planning_contract.PASS_RECEIPT_BINDING_FIELDSyesexecution.audit.check_batch_close
execution.planning.corpus_planning_contract.SEMANTIC_ACCEPTANCE_SCOPEyesexecution.planning.record_corpus_acceptance
execution.planning.corpus_planning_contract.SLOT_NAMEyesgovernance.profile.profile_onboarding_status
execution.planning.corpus_planning_contract.artifact_contractyesexecution.planning.check_corpus_plan
execution.planning.corpus_planning_contract.close_trigger_issuesyesexecution.task_runtime.queue_runtime.close_gate
execution.planning.corpus_planning_contract.current_corpus_planning_contract_valuesyesexecution.planning.check_corpus_plan, governance.profile.check_profile
execution.planning.corpus_planning_contract.derive_close_requirementyesexecution.planning.check_corpus_plan
execution.planning.corpus_planning_contract.receipt_binding_differencesyesexecution.planning.check_corpus_plan, execution.task_runtime.queue_runtime.close_gate
execution.planning.corpus_planning_contract.receipt_binding_shape_issuesyesexecution.planning.check_corpus_plan
execution.planning.corpus_planning_contract.receipt_path_currentness_issuesyesexecution.task_runtime.queue_runtime.close_gate
execution.planning.corpus_planning_contract.validate_corpus_planning_envelopeyesexecution.planning.check_corpus_plan, governance.profile.profile_contract
execution.task_runtime.candidate_delta_runtime.mainyespublish_delta
execution.task_runtime.queue_check_receipt.make_check_receiptyesexecution.audit.check_batch_close, execution.task_runtime.check_queue, governance.standards.adopt_standards
execution.task_runtime.runtime_validation.require_gate_context_currentyesexecution.evidence.record_gate_attestation, execution.evidence.record_gate_result, knowledge.metadata.apply_metadata_transition
execution.task_runtime.runtime_validation.validate_runtimeyesexecution.audit.assemble_terminal_proof, execution.audit.audit_producer_runtime, execution.audit.check_batch_close, execution.audit.check_proof, execution.audit.record_batch_judgment, execution.evidence.manual_attestation, execution.evidence.record_gate_attestation, execution.evidence.record_gate_result, execution.evidence.seal_receipts, execution.planning.apply_task_plan, execution.planning.check_corpus_plan, execution.planning.compile_queue, execution.task_runtime.apply_amendment, execution.task_runtime.apply_contract_amendment, execution.task_runtime.apply_delta, execution.task_runtime.candidate_delta_runtime, execution.task_runtime.check_queue, execution.task_runtime.record_maintenance_evidence, execution.task_runtime.register_amendment, execution.task_runtime.render_queue, execution.task_runtime.task_runtime_runner, execution.task_runtime.update_queue, execution.task_runtime.update_task, governance.standards.adopt_standards, knowledge.metadata.apply_metadata_transition
execution.task_runtime.task_runtime_action.AWAIT_DISPOSITIONSyesexecution.task_runtime.task_runtime_runner
execution.task_runtime.task_runtime_action.SCHEMA_VERSIONyesexecution.task_runtime.task_runtime_runner
execution.task_runtime.task_runtime_action.action_routeyesexecution.task_runtime.task_runtime_runner
execution.task_runtime.task_runtime_action.action_route_for_tokenyesexecution.task_runtime.check_queue, execution.task_runtime.task_runtime_runner
execution.task_runtime.task_runtime_action.build_actionyesexecution.task_runtime.task_runtime_runner
execution.task_runtime.task_runtime_action.resume_action_tokenyesexecution.task_runtime.queue_runtime.resume
execution.task_runtime.task_runtime_action.resume_recommendationyesexecution.task_runtime.check_queue
execution.task_runtime.task_runtime_runner.mainyesrun_task
governance.control.control_registry_contract.BASE_RECEIPT_DIMENSIONSyesexecution.task_runtime.queue_runtime.gate_registry
governance.control.control_registry_contract.NOT_BATCH_SCOPED_GATEyesexecution.task_runtime.queue_runtime.gate_registry
governance.control.control_registry_contract.QUEUE_EXHAUSTED_GATEyesexecution.task_runtime.queue_runtime.gate_registry
governance.control.control_registry_contract.STANDARDS_GATE_REGISTRY_PATHyesexecution.audit.changed_scope_evidence_contract, execution.task_runtime.queue_runtime.gate_registry, governance.profile.check_profile, governance.profile.profile_contract
governance.control.control_registry_contract.UNDIMENSIONED_GATEyesexecution.task_runtime.queue_runtime.gate_registry
governance.control.control_registry_contract.UNNARROWED_GATE_DIMENSIONyesexecution.task_runtime.queue_runtime.gate_registry, governance.standards.adoption_lineage_contract
governance.control.control_registry_contract.load_current_control_contractyesexecution.task_runtime.queue_runtime.gate_registry, governance.standards.adoption_lineage_contract
governance.control.control_registry_contract.parse_standards_gate_registryyesexecution.audit.changed_scope_evidence_contract, governance.profile.profile_contract
governance.profile.profile_batch_judgment_contract.DUE_STAGEyesexecution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.EXTENSION_POINTyesexecution.audit.audit_evidence_runtime, execution.audit.prepare_audit_plan
governance.profile.profile_batch_judgment_contract.PRODUCER_CHECKyesexecution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.PRODUCER_TOOLyesexecution.audit.audit_execution_runtime, execution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.PRODUCER_TOOL_VERSIONyesexecution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.RECEIPT_TYPE_IDyesexecution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.RECORD_KINDyesexecution.audit.audit_evidence_runtime, execution.audit.audit_execution_runtime, execution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.SCHEMA_VERSIONyesexecution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.evidence_fingerprintsyesexecution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.current_judgment_attemptyesexecution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.current_judgment_receiptsyesexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review
governance.profile.profile_batch_judgment_contract.expand_requirementsyesexecution.audit.prepare_audit_plan, execution.context_delivery.card_activation
governance.profile.profile_batch_judgment_contract.expected_projectionyesexecution.audit.audit_obligation_projection
governance.profile.profile_batch_judgment_contract.load_bound_planyesexecution.audit.record_batch_review, execution.task_runtime.queue_runtime.review
governance.profile.profile_batch_judgment_contract.current_receipt_errorsyesexecution.evidence.receipt_type_contract
governance.profile.profile_batch_judgment_contract.receipt_binding_errorsyesexecution.audit.audit_evidence_runtime, execution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.requirement_set_sha256yesexecution.audit.record_batch_judgment, execution.context_delivery.card_activation
governance.profile.profile_batch_judgment_contract.resolve_obligationyesexecution.audit.record_batch_judgment
governance.profile.profile_batch_judgment_contract.semantic_content_fingerprintyesexecution.audit.record_batch_judgment
governance.standards.adoption_lineage_contract.ADOPTION_RECEIPT_PATHyesgovernance.standards.adopt_standards
governance.standards.adoption_lineage_contract.PROFILE_ADOPTION_TOOLyesgovernance.profile.apply_profile_adoption
governance.standards.adoption_lineage_contract.PROFILE_ADOPTION_TOOL_VERSIONyesgovernance.profile.apply_profile_adoption
governance.standards.adoption_lineage_contract.STANDARDS_ADOPTION_TOOLyesexecution.task_runtime.queue_runtime, execution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.coverage, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.revalidation, governance.standards.adopt_standards
governance.standards.adoption_lineage_contract.STANDARDS_ADOPTION_TOOL_VERSIONyesexecution.task_runtime.queue_runtime.adoption, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.queue_runtime.revalidation, governance.standards.adopt_standards
governance.standards.adoption_lineage_contract.current_lineage_errorsyesexecution.planning.apply_task_plan, execution.task_runtime.queue_runtime.runtime, governance.profile.apply_profile_adoption, governance.profile.profile_onboarding_status
governance.standards.adoption_lineage_contract.load_adoption_historyyesgovernance.profile.apply_profile_adoption, governance.standards.adopt_standards
knowledge.metadata.freshness_receipt_contract.current_receipt_errorsyesknowledge.metadata.check_freshness
knowledge.metadata.vocabulary_contract.COVERAGE_DISPOSITION_VALUESyesexecution.task_runtime.queue_runtime.coverage
knowledge.metadata.vocabulary_contract.PRIORITY_ORDERyesexecution.planning.compile_queue, knowledge.metadata.freshness_engine
knowledge.metadata.vocabulary_contract.PRIORITY_VALUESyesexecution.planning.check_corpus_plan, knowledge.content.maintenance_candidates
knowledge.metadata.vocabulary_contract.REVIEW_INTERVALS_DAYSyesknowledge.metadata.check_freshness, knowledge.metadata.freshness_engine, knowledge.metadata.freshness_receipt_contract
knowledge.metadata.vocabulary_contract.VOCABULARY_BASE_PATHyesgovernance.profile.profile_contract
knowledge.metadata.vocabulary_contract.VOCABULARY_EXTENSIONS_CONTRACT_PATHyes
knowledge.metadata.vocabulary_contract.VocabularyContractErroryesknowledge.metadata.compose_vocab
knowledge.metadata.vocabulary_contract.load_vocabulary_baseyesgovernance.profile.profile_contract
knowledge.metadata.vocabulary_contract.load_vocabulary_extensions_contractyesgovernance.profile.profile_contract
knowledge.metadata.vocabulary_contract.validate_vocabulary_baseyesknowledge.metadata.compose_vocab
knowledge.metadata.vocabulary_contract.validate_vocabulary_extensionsyesgovernance.profile.profile_contract
knowledge.metadata.vocabulary_contract.validate_vocabulary_extensions_contractyes
knowledge.metadata.vocabulary_contract.vocabulary_extensions_shapeyesknowledge.metadata.compose_vocab
knowledge.rendering.changed_scope_rendering_checks.CHECKS_BY_RULE_IDyesexecution.audit.changed_scope_evidence_runtime
knowledge.rendering.changed_scope_rendering_checks.RUNNERS_BY_RULE_IDyesexecution.audit.changed_scope_evidence_runtime
knowledge.rendering.changed_scope_rendering_checks.ProfileRenderingContractGapyesexecution.audit.prepare_audit_plan, knowledge.rendering.profile_rendering_evidence_contract
knowledge.rendering.changed_scope_rendering_checks.profile_rendering_contract_gap_targetsyes
knowledge.rendering.changed_scope_rendering_checks.require_profile_rendering_contract_stateyes
knowledge.rendering.deterministic_rendering_contract.CONTRACT_PATHyesexecution.audit.audit_obligation_projection
knowledge.rendering.deterministic_rendering_contract.load_contractyesexecution.audit.audit_obligation_projection
knowledge.rendering.deterministic_rendering_contract.validate_contractyesexecution.audit.audit_obligation_projection
knowledge.rendering.deterministic_rendering_contract.validate_registry_projectionyesexecution.audit.audit_obligation_projection
knowledge.rendering.rendering_verification_contract.CURRENT_PRODUCER_CHECKyesknowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.CURRENT_PRODUCER_TOOLyesknowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.CURRENT_PRODUCER_VERSIONyesexecution.audit.record_changed_scope_evidence, knowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.RECEIPT_TYPE_IDyesknowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.RENDERING_MODESyesknowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.RENDERING_VERIFICATION_CONTRACT_PATHyesexecution.audit.audit_obligation_projection
knowledge.rendering.rendering_verification_contract.contract_sha256yesknowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.current_receipt_errorsyesexecution.evidence.receipt_type_contract
knowledge.rendering.rendering_verification_contract.load_contractyesexecution.audit.audit_evidence_runtime, execution.audit.audit_obligation_projection, execution.audit.audit_producer_chain, execution.audit.complete_audit_receipt, execution.audit.record_changed_scope_evidence, knowledge.rendering.deterministic_rendering_contract, knowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.record_dependency_fingerprintyesknowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.validate_contractyesexecution.audit.audit_obligation_projection, execution.audit.audit_producer_chain, execution.audit.record_changed_scope_evidence, knowledge.rendering.deterministic_rendering_contract, knowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.validate_recordyesknowledge.rendering.record_rendering_verification
knowledge.rendering.rendering_verification_contract.validate_record_for_obligationyesexecution.audit.audit_evidence_runtime, execution.audit.complete_audit_receipt, knowledge.rendering.record_rendering_verification
knowledge.structure.markdown_structure_checks.fence_scanyesknowledge.rendering.changed_scope_rendering_checks, knowledge.structure.repository_structure
knowledge.structure.markdown_structure_checks.has_markdown_tableyesexecution.audit.prepare_audit_plan, knowledge.rendering.changed_scope_rendering_checks
knowledge.structure.markdown_structure_checks.has_mermaid_fenceyesexecution.audit.prepare_audit_plan, knowledge.rendering.changed_scope_rendering_checks
knowledge.structure.markdown_structure_checks.table_scanyesknowledge.rendering.changed_scope_rendering_checks, knowledge.structure.repository_structure
platform.agent_interface.entrypoint_loader.EntrypointResolutionErroryesexecution.audit.audit_execution_runtime, execution.audit.record_changed_scope_evidence, execution.task_runtime.queue_runtime.gate_registry, execution.task_runtime.task_runtime_runner, governance.control.metadata_execution_contract, governance.profile.profile_contract, platform.agent_interface.compile_cli_contract
platform.agent_interface.entrypoint_loader.describe_entrypointyesexecution.audit.audit_execution_runtime, execution.audit.record_changed_scope_evidence, execution.task_runtime.task_runtime_runner, governance.control.metadata_execution_contract, platform.agent_interface.compile_cli_contract
platform.agent_interface.entrypoint_loader.discover_entrypointsyesplatform.agent_interface.compile_cli_contract
platform.agent_interface.entrypoint_loader.capture_argument_parseryesexecution.audit.record_changed_scope_evidence, platform.agent_interface.compile_cli_contract
platform.agent_interface.entrypoint_loader.entrypoint_for_implementation_pathyesgovernance.profile.profile_contract
platform.agent_interface.entrypoint_loader.load_tool_implementationyesexecution.audit.record_changed_scope_evidence, execution.task_runtime.queue_runtime.gate_registry
platform.common.implementation_marker.IMPLEMENTATION_MARKERyesplatform.agent_interface.entrypoint_loader
platform.common.implementation_marker.ImplementationMarkerErroryesplatform.agent_interface.entrypoint_loader
platform.common.implementation_marker.parse_implementation_moduleyesplatform.agent_interface.entrypoint_loader, platform.distribution.module_boundary_facts
platform.common.implementation_marker.parse_implementation_module_sourceyesplatform.agent_interface.entrypoint_loader
platform.common.receipts.make_gate_receiptyesknowledge.content.check_links, knowledge.metadata.check_vocab
platform.repository.path_contract.canonical_repository_relative_pathyesexecution.audit.audit_fingerprint, execution.audit.terminal_proof_contract, execution.context_delivery.read_set_contract, execution.task_runtime.task_runtime_runner, governance.profile.profile_contract, governance.profile.rendering_contract, knowledge.metadata.freshness_receipt_contract, platform.common.kblib, platform.distribution.check_kernel_size, platform.distribution.stamp_cards, platform.distribution.upstream_component_boundary

Declared public APIs without observed consumers

Owner moduleSymbol
execution.audit.audit_dimension_contractEXTENSION_TARGET_MAPPINGS
execution.planning.corpus_planning_contractARTIFACT_BINDING_FIELDS
execution.planning.corpus_planning_contractARTIFACT_FIELD_ROLES
execution.planning.corpus_planning_contractARTIFACT_ROLES
execution.task_runtime.queue_runtime.repofsnormalized_repository_path
governance.profile.check_profilecanonical_profile_load_inputs
governance.profile.rendering_contractCONTRACT_ID
governance.profile.rendering_contractCONTRACT_PATH
governance.profile.rendering_contractparse_rendering_contract
knowledge.metadata.vocabulary_contractVOCABULARY_EXTENSIONS_CONTRACT_PATH
knowledge.metadata.vocabulary_contractvalidate_vocabulary_extensions_contract
knowledge.rendering.changed_scope_rendering_checksprofile_rendering_contract_gap_targets
knowledge.rendering.changed_scope_rendering_checksrequire_profile_rendering_contract_state
platform.common.kblibMETADATA_PROFILE_CONTRACT_PATH
platform.common.kblibSTRUCTURE_REGISTRY_CONTRACT_PATH
platform.common.kblibvalidate_metadata_profile_contract
platform.common.kblibvalidate_structure_registry_contract
platform.distribution.install_profile_toolchainmain
platform.distribution.prepare_rendering_runtimeprepare_runtime

Registered capability relationships

CapabilityKindOwnerRelationshipConsumer/routeSame module
amendment-batch-cancellation-v1writerexecution.task_runtime.apply_amendmentcheckerexecution.task_runtime.check_queueno
audit-plan-producer-v1producerexecution.audit.prepare_audit_plancheckerexecution.audit.check_batch_closeno
audit-plan-producer-v1producerexecution.audit.prepare_audit_plancheckerexecution.audit.check_proofno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.audit.audit_evidence_runtimeno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.audit.audit_execution_runtimeno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.audit.complete_audit_receiptno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.audit.record_batch_judgmentno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.audit.record_batch_page_reviewno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.audit.record_batch_reviewno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.audit.record_changed_scope_evidenceno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.audit.record_substantive_reviewno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerexecution.task_runtime.task_runtime_runnerno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planconsumerknowledge.rendering.record_rendering_verificationno
audit-plan-producer-v1producerexecution.audit.prepare_audit_planinvocation-ownerprepare_audit_planno
audit-receipt-producer-v1producerexecution.audit.complete_audit_receiptcheckerexecution.audit.check_proofno
audit-receipt-producer-v1producerexecution.audit.complete_audit_receiptconsumerexecution.audit.audit_evidence_runtimeno
audit-receipt-producer-v1producerexecution.audit.complete_audit_receiptconsumerexecution.audit.audit_execution_runtimeno
audit-receipt-producer-v1producerexecution.audit.complete_audit_receiptconsumerexecution.audit.record_batch_reviewno
audit-receipt-producer-v1producerexecution.audit.complete_audit_receiptconsumerexecution.task_runtime.task_runtime_runnerno
audit-receipt-producer-v1producerexecution.audit.complete_audit_receiptconsumerexecution.task_runtime.update_queueno
audit-receipt-producer-v1producerexecution.audit.complete_audit_receiptinvocation-ownercomplete_audit_receiptno
batch-close-producer-v1producerexecution.audit.check_batch_closecheckerexecution.task_runtime.check_queueno
batch-close-producer-v1producerexecution.audit.check_batch_closeconsumerexecution.task_runtime.task_runtime_runnerno
batch-close-producer-v1producerexecution.audit.check_batch_closeconsumerexecution.task_runtime.update_queueno
batch-close-producer-v1producerexecution.audit.check_batch_closeinvocation-ownercheck_batch_closeno
batch-page-review-attestation-v1producerexecution.audit.record_batch_page_reviewconsumerexecution.audit.audit_evidence_runtimeno
batch-page-review-attestation-v1producerexecution.audit.record_batch_page_reviewconsumerexecution.audit.audit_execution_runtimeno
batch-page-review-attestation-v1producerexecution.audit.record_batch_page_reviewconsumerexecution.audit.batch_close_auditno
batch-page-review-attestation-v1producerexecution.audit.record_batch_page_reviewconsumerexecution.audit.record_batch_reviewno
batch-page-review-attestation-v1producerexecution.audit.record_batch_page_reviewconsumerexecution.task_runtime.task_runtime_runnerno
batch-page-review-attestation-v1producerexecution.audit.record_batch_page_reviewinvocation-ownerrecord_batch_page_reviewno
batch-review-producer-v1producerexecution.audit.record_batch_reviewcheckerexecution.task_runtime.check_queueno
batch-review-producer-v1producerexecution.audit.record_batch_reviewconsumerexecution.task_runtime.task_runtime_runnerno
batch-review-producer-v1producerexecution.audit.record_batch_reviewconsumerexecution.task_runtime.update_queueno
batch-review-producer-v1producerexecution.audit.record_batch_reviewinvocation-ownerrecord_batch_reviewno
candidate-delta-publication-v1producerexecution.task_runtime.candidate_delta_runtimecheckerexecution.task_runtime.check_queueno
candidate-delta-publication-v1producerexecution.task_runtime.candidate_delta_runtimeconsumerexecution.audit.record_batch_reviewno
candidate-delta-publication-v1producerexecution.task_runtime.candidate_delta_runtimeconsumerexecution.task_runtime.apply_deltano
candidate-delta-publication-v1producerexecution.task_runtime.candidate_delta_runtimeconsumerexecution.task_runtime.task_runtime_runnerno
candidate-delta-publication-v1producerexecution.task_runtime.candidate_delta_runtimeconsumerexecution.task_runtime.update_queueno
candidate-delta-publication-v1producerexecution.task_runtime.candidate_delta_runtimeinvocation-ownerpublish_deltano
card-context-delivery-v1producerexecution.context_delivery.card_activationconsumerexecution.task_runtime.check_queueno
card-context-delivery-v1producerexecution.context_delivery.card_activationconsumerexecution.task_runtime.task_runtime_runnerno
card-context-delivery-v1producerexecution.context_delivery.card_activationconsumerexecution.task_runtime.update_queueno
card-context-delivery-v1producerexecution.context_delivery.card_activationconsumerplatform.agent_interface.mcp_serverno
card-context-delivery-v1producerexecution.context_delivery.card_activationinvocation-ownercheck_queueno
card-currentness-v1producerplatform.distribution.stamp_cardscheckergovernance.control.run_gatesno
card-currentness-v1producerplatform.distribution.stamp_cardsconsumerexecution.context_delivery.card_activationno
changed-scope-evidence-adapter-v1producerexecution.audit.record_changed_scope_evidenceconsumerexecution.audit.audit_evidence_runtimeno
changed-scope-evidence-adapter-v1producerexecution.audit.record_changed_scope_evidenceconsumerexecution.audit.audit_execution_runtimeno
changed-scope-evidence-adapter-v1producerexecution.audit.record_changed_scope_evidenceconsumerexecution.audit.complete_audit_receiptno
changed-scope-evidence-adapter-v1producerexecution.audit.record_changed_scope_evidenceconsumerexecution.task_runtime.task_runtime_runnerno
changed-scope-evidence-adapter-v1producerexecution.audit.record_changed_scope_evidenceinvocation-ownerrecord_changed_scope_evidenceno
corpus-plan-structure-gate-v1producerexecution.planning.check_corpus_plancheckerexecution.audit.check_proofno
corpus-plan-structure-gate-v1producerexecution.planning.check_corpus_planconsumerexecution.audit.assemble_terminal_proofno
corpus-plan-structure-gate-v1producerexecution.planning.check_corpus_planconsumerexecution.task_runtime.task_runtime_runnerno
corpus-plan-structure-gate-v1producerexecution.planning.check_corpus_planinvocation-ownercheck_corpus_planno
coverage-delta-application-v1writerexecution.task_runtime.apply_deltacheckerexecution.audit.check_batch_closeno
coverage-delta-application-v1writerexecution.task_runtime.apply_deltacheckerexecution.task_runtime.check_queueno
coverage-delta-application-v1writerexecution.task_runtime.apply_deltaconsumerexecution.task_runtime.task_runtime_runnerno
coverage-delta-application-v1writerexecution.task_runtime.apply_deltainvocation-ownerapply_deltano
cross-ledger-amendment-v1writerexecution.task_runtime.apply_amendmentcheckerexecution.task_runtime.check_queueno
cross-ledger-amendment-v1writerexecution.task_runtime.apply_amendmentconsumerexecution.task_runtime.register_amendmentno
dedicated-rendering-verification-v1producerknowledge.rendering.record_rendering_verificationconsumerexecution.audit.audit_evidence_runtimeno
dedicated-rendering-verification-v1producerknowledge.rendering.record_rendering_verificationconsumerexecution.audit.audit_execution_runtimeno
dedicated-rendering-verification-v1producerknowledge.rendering.record_rendering_verificationconsumerexecution.audit.complete_audit_receiptno
dedicated-rendering-verification-v1producerknowledge.rendering.record_rendering_verificationconsumerexecution.task_runtime.task_runtime_runnerno
dedicated-rendering-verification-v1producerknowledge.rendering.record_rendering_verificationinvocation-ownerrecord_rendering_verificationno
deterministic-gate-result-v1receipt-schemaexecution.evidence.metadata_gate_runtimecheckerexecution.task_runtime.check_queueno
deterministic-gate-result-v1receipt-schemaexecution.evidence.metadata_gate_runtimeconsumerexecution.evidence.record_gate_resultno
deterministic-gate-result-v1receipt-schemaexecution.evidence.metadata_gate_runtimeconsumerknowledge.metadata.apply_metadata_transitionno
maintenance-evidence-producer-v1producerexecution.task_runtime.record_maintenance_evidencecheckerexecution.task_runtime.check_queueno
maintenance-evidence-producer-v1producerexecution.task_runtime.record_maintenance_evidenceconsumerexecution.task_runtime.queue_runtime.maintenanceno
maintenance-evidence-producer-v1producerexecution.task_runtime.record_maintenance_evidenceconsumerexecution.task_runtime.task_runtime_runnerno
maintenance-evidence-producer-v1producerexecution.task_runtime.record_maintenance_evidenceinvocation-ownerrecord_maintenance_evidenceno
manual-attestation-v1producerexecution.evidence.manual_attestationcheckerexecution.task_runtime.check_queueno
manual-attestation-v1producerexecution.evidence.manual_attestationconsumerexecution.audit.record_batch_judgmentno
manual-attestation-v1producerexecution.evidence.manual_attestationconsumerexecution.audit.record_batch_reviewno
manual-attestation-v1producerexecution.evidence.manual_attestationconsumerexecution.evidence.record_gate_attestationno
manual-gate-attestation-v1receipt-schemaexecution.evidence.metadata_gate_runtimecheckerexecution.task_runtime.check_queueno
manual-gate-attestation-v1receipt-schemaexecution.evidence.metadata_gate_runtimeconsumerexecution.evidence.record_gate_attestationno
manual-gate-attestation-v1receipt-schemaexecution.evidence.metadata_gate_runtimeconsumerknowledge.metadata.apply_metadata_transitionno
metadata-transition-integrator-v1writerknowledge.metadata.metadata_property_statecheckerexecution.audit.check_batch_closeno
metadata-transition-integrator-v1writerknowledge.metadata.metadata_property_statewriterexecution.task_runtime.apply_deltano
metadata-transition-integrator-v1writerknowledge.metadata.metadata_property_statewriterexecution.task_runtime.update_queueno
metadata-transition-integrator-v1writerknowledge.metadata.metadata_property_statewriterknowledge.metadata.apply_metadata_transitionno
ordinary-queue-transition-v1writerexecution.task_runtime.update_queuecheckerexecution.task_runtime.check_queueno
ordinary-queue-transition-v1writerexecution.task_runtime.update_queueconsumerexecution.task_runtime.task_runtime_runnerno
ordinary-queue-transition-v1writerexecution.task_runtime.update_queueinvocation-ownerupdate_queueno
phase-delivery-consumer-v1consumerexecution.context_delivery.card_activationconsumerexecution.audit.record_batch_judgmentno
phase-delivery-consumer-v1consumerexecution.context_delivery.card_activationconsumerexecution.task_runtime.check_queueno
phase-delivery-consumer-v1consumerexecution.context_delivery.card_activationconsumerexecution.task_runtime.queue_runtime.reviewno
phase-delivery-consumer-v1consumerexecution.context_delivery.card_activationconsumerexecution.task_runtime.task_runtime_runnerno
phase-delivery-consumer-v1consumerexecution.context_delivery.card_activationconsumerexecution.task_runtime.update_queueno
phase-delivery-consumer-v1consumerexecution.context_delivery.card_activationconsumerexecution.task_runtime.update_taskno
profile-rendering-evidence-v1producerknowledge.rendering.record_profile_renderingconsumerexecution.audit.audit_evidence_runtimeno
profile-rendering-evidence-v1producerknowledge.rendering.record_profile_renderingconsumerexecution.audit.audit_execution_runtimeno
profile-rendering-evidence-v1producerknowledge.rendering.record_profile_renderingconsumerexecution.audit.audit_producer_chainno
profile-rendering-evidence-v1producerknowledge.rendering.record_profile_renderingconsumerexecution.audit.complete_audit_receiptno
profile-rendering-evidence-v1producerknowledge.rendering.record_profile_renderingconsumerexecution.task_runtime.task_runtime_runnerno
profile-rendering-evidence-v1producerknowledge.rendering.record_profile_renderinginvocation-ownerrecord_profile_renderingno
project-page-state-v2writerknowledge.metadata.project_page_statecheckerexecution.audit.check_batch_closeno
project-page-state-v2writerknowledge.metadata.project_page_stateconsumerknowledge.metadata.metadata_property_stateno
project-page-state-v2writerknowledge.metadata.project_page_statewriterexecution.task_runtime.apply_amendmentno
project-page-state-v2writerknowledge.metadata.project_page_statewriterexecution.task_runtime.apply_deltano
project-page-state-v2writerknowledge.metadata.project_page_statewriterexecution.task_runtime.update_queueno
project-page-state-v2writerknowledge.metadata.project_page_statewriterknowledge.metadata.apply_metadata_transitionno
registered-scan-v1producerexecution.evidence.record_gate_resultcheckerexecution.task_runtime.check_queueno
registered-scan-v1producerexecution.evidence.record_gate_resultconsumerexecution.audit.record_changed_scope_evidenceno
registered-scan-v1producerexecution.evidence.record_gate_resultconsumerknowledge.metadata.apply_metadata_transitionno
registered-scan-v1producerexecution.evidence.record_gate_resultinvocation-ownerrecord_gate_resultno
rendering-runtime-preparation-v1producerplatform.distribution.prepare_rendering_runtimeconsumerexecution.task_runtime.task_runtime_runnerno
rendering-runtime-preparation-v1producerplatform.distribution.prepare_rendering_runtimeinvocation-ownerprepare_rendering_runtimeno
required-queue-gate-v1producerexecution.task_runtime.check_queueconsumerexecution.task_runtime.task_runtime_runnerno
required-queue-gate-v1producerexecution.task_runtime.check_queueconsumerexecution.task_runtime.update_queueno
required-queue-gate-v1producerexecution.task_runtime.check_queueconsumerexecution.task_runtime.update_taskno
required-queue-gate-v1producerexecution.task_runtime.check_queueinvocation-ownercheck_queueno
required-queue-materialization-v1writerexecution.planning.compile_queuecheckerexecution.task_runtime.check_queueno
required-queue-materialization-v1writerexecution.planning.compile_queueconsumerexecution.task_runtime.task_runtime_runnerno
required-queue-materialization-v1writerexecution.planning.compile_queueinvocation-ownercompile_queueno
same-scope-queue-replan-v1writerexecution.planning.queue_replancheckerexecution.task_runtime.check_queueno
same-scope-queue-replan-v1writerexecution.planning.queue_replanconsumerexecution.task_runtime.amendment_planno
same-scope-queue-replan-v1writerexecution.planning.queue_replanconsumerexecution.task_runtime.register_amendmentno
same-scope-queue-replan-v1writerexecution.planning.queue_replaninvocation-ownercompile_queueno
same-scope-queue-replan-v1writerexecution.planning.queue_replanwriterexecution.planning.compile_queueno
same-scope-queue-replan-v1writerexecution.planning.queue_replanwriterexecution.task_runtime.apply_amendmentno
structure-coverage-projection-v1projectionknowledge.structure.render_structure_projectioncheckerknowledge.structure.check_structureno
substantive-review-attestation-v1producerexecution.audit.record_substantive_reviewconsumerexecution.audit.audit_evidence_runtimeno
substantive-review-attestation-v1producerexecution.audit.record_substantive_reviewconsumerexecution.audit.audit_execution_runtimeno
substantive-review-attestation-v1producerexecution.audit.record_substantive_reviewconsumerexecution.audit.complete_audit_receiptno
substantive-review-attestation-v1producerexecution.audit.record_substantive_reviewconsumerexecution.task_runtime.task_runtime_runnerno
substantive-review-attestation-v1producerexecution.audit.record_substantive_reviewinvocation-ownerrecord_substantive_reviewno
task-runtime-runner-v1consumerexecution.task_runtime.task_runtime_runnerinvocation-ownerrun_taskno
task-state-transition-v1writerexecution.task_runtime.update_taskcheckerexecution.task_runtime.check_queueno
task-state-transition-v1writerexecution.task_runtime.update_taskconsumerexecution.task_runtime.task_runtime_runnerno
task-state-transition-v1writerexecution.task_runtime.update_taskinvocation-ownerupdate_taskno
task-state-transition-v1writerexecution.task_runtime.update_taskwriterexecution.task_runtime.update_queueno
terminal-proof-gate-v1producerexecution.audit.check_proofconsumerexecution.task_runtime.task_runtime_runnerno
terminal-proof-gate-v1producerexecution.audit.check_proofinvocation-ownercheck_proofno
terminal-proof-gate-v1producerexecution.audit.check_proofwriterexecution.task_runtime.update_taskno
terminal-proof-producer-v1producerexecution.audit.assemble_terminal_proofcheckerexecution.audit.check_proofno
terminal-proof-producer-v1producerexecution.audit.assemble_terminal_proofconsumerexecution.task_runtime.task_runtime_runnerno
terminal-proof-producer-v1producerexecution.audit.assemble_terminal_proofinvocation-ownerassemble_terminal_proofno

Declared CLI transport consumption

CLI toolConsumer transportTransportKind
apply_amendmentmcp_servercambium-mcp-stdiomcp-subprocess
apply_contract_amendmentmcp_servercambium-mcp-stdiomcp-subprocess
apply_deltamcp_servercambium-mcp-stdiomcp-subprocess
apply_metadata_transitionmcp_servercambium-mcp-stdiomcp-subprocess
assemble_terminal_proofmcp_servercambium-mcp-stdiomcp-subprocess
check_batch_closemcp_servercambium-mcp-stdiomcp-subprocess
check_boundary_contractmcp_servercambium-mcp-stdiomcp-subprocess
check_corpus_planmcp_servercambium-mcp-stdiomcp-subprocess
check_freshnessmcp_servercambium-mcp-stdiomcp-subprocess
check_linksmcp_servercambium-mcp-stdiomcp-subprocess
check_mocmcp_servercambium-mcp-stdiomcp-subprocess
check_page_contractmcp_servercambium-mcp-stdiomcp-subprocess
check_profilemcp_servercambium-mcp-stdiomcp-subprocess
check_proofmcp_servercambium-mcp-stdiomcp-subprocess
check_queuemcp_servercambium-mcp-stdiomcp-subprocess
check_residual_contentmcp_servercambium-mcp-stdiomcp-subprocess
check_structuremcp_servercambium-mcp-stdiomcp-subprocess
check_vocabmcp_servercambium-mcp-stdiomcp-subprocess
compile_queuemcp_servercambium-mcp-stdiomcp-subprocess
complete_audit_receiptmcp_servercambium-mcp-stdiomcp-subprocess
duplicate_checkmcp_servercambium-mcp-stdiomcp-subprocess
init_statemcp_servercambium-mcp-stdiomcp-subprocess
prepare_audit_planmcp_servercambium-mcp-stdiomcp-subprocess
profile_candidatemcp_servercambium-mcp-stdiomcp-subprocess
profile_onboarding_statusmcp_servercambium-mcp-stdiomcp-subprocess
project_page_statemcp_servercambium-mcp-stdiomcp-subprocess
publish_deltamcp_servercambium-mcp-stdiomcp-subprocess
record_batch_judgmentmcp_servercambium-mcp-stdiomcp-subprocess
record_batch_page_reviewmcp_servercambium-mcp-stdiomcp-subprocess
record_batch_reviewmcp_servercambium-mcp-stdiomcp-subprocess
record_changed_scope_evidencemcp_servercambium-mcp-stdiomcp-subprocess
record_corpus_acceptancemcp_servercambium-mcp-stdiomcp-subprocess
record_gate_attestationmcp_servercambium-mcp-stdiomcp-subprocess
record_gate_resultmcp_servercambium-mcp-stdiomcp-subprocess
record_maintenance_evidencemcp_servercambium-mcp-stdiomcp-subprocess
record_profile_renderingmcp_servercambium-mcp-stdiomcp-subprocess
record_rendering_verificationmcp_servercambium-mcp-stdiomcp-subprocess
record_substantive_reviewmcp_servercambium-mcp-stdiomcp-subprocess
register_amendmentmcp_servercambium-mcp-stdiomcp-subprocess
render_boundary_projectionmcp_servercambium-mcp-stdiomcp-subprocess
render_queuemcp_servercambium-mcp-stdiomcp-subprocess
render_structure_projectionmcp_servercambium-mcp-stdiomcp-subprocess
run_gatesmcp_servercambium-mcp-stdiomcp-subprocess
run_taskmcp_servercambium-mcp-stdiomcp-subprocess
scaffold_profilemcp_servercambium-mcp-stdiomcp-subprocess
seal_receiptsmcp_servercambium-mcp-stdiomcp-subprocess
update_queuemcp_servercambium-mcp-stdiomcp-subprocess
update_taskmcp_servercambium-mcp-stdiomcp-subprocess

Host transports

TransportProtocolModeHost exposureModulePathServerCommandSource match
cambium-mcp-stdiomcpstdioshared-bridgemcp_serverTools/mcp_server.pycambiumpython3yes

CLI, MCP, and Host exposure

ToolModule presentCLIMCPHostPolicy exposureWorkspace accessExternal write
adopt_standardsyesyesnononecli-onlywritenone
apply_amendmentyesyesyesvia:cambium-mcp-stdiomcpwritenone
apply_contract_amendmentyesyesyesvia:cambium-mcp-stdiomcpwritenone
apply_deltayesyesyesvia:cambium-mcp-stdiomcpwritenone
apply_metadata_transitionyesyesyesvia:cambium-mcp-stdiomcpwritenone
apply_profile_adoptionyesyesnononecli-onlywritenone
assemble_terminal_proofyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_batch_closeyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_boundary_contractyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_corpus_planyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_freshnessyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_kernel_sizeyesyesnononecli-onlyreadnone
check_linksyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_mocyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_page_contractyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_profileyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_proofyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_queueyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_repository_structureyesyesnononecli-onlyreadnone
check_residual_contentyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_structureyesyesyesvia:cambium-mcp-stdiomcpwritenone
check_upstream_componentsyesyesnononecli-onlywritenone
check_vocabyesyesyesvia:cambium-mcp-stdiomcpwritenone
compile_cli_contractyesyesnononecli-onlywritenone
compile_queueyesyesyesvia:cambium-mcp-stdiomcpwritenone
complete_audit_receiptyesyesyesvia:cambium-mcp-stdiomcpwritenone
compose_page_contractyesyesnononecli-onlywritenone
compose_vocabyesyesnononecli-onlynone
duplicate_checkyesyesyesvia:cambium-mcp-stdiomcpwritenone
generate_test_catalogyesyesnononecli-onlywritenone
generate_tool_catalogyesyesnononecli-onlywritenone
init_stateyesyesyesvia:cambium-mcp-stdiomcpwritenone
metadata_execution_contractyesyesnononecli-onlywritenone
module_boundary_reportyesyesnononecli-onlywritetemporary-git-worktree
prepare_audit_planyesyesyesvia:cambium-mcp-stdiomcpwritenone
prepare_rendering_runtimeyesyesnononecli-onlyreadauthorized-host-rendering-cache
profile_candidateyesyesyesvia:cambium-mcp-stdiomcpwritenone
profile_onboarding_statusyesyesyesvia:cambium-mcp-stdiomcpreadnone
project_page_stateyesyesyesvia:cambium-mcp-stdiomcpwritenone
publish_deltayesyesyesvia:cambium-mcp-stdiomcpwritenone
record_batch_judgmentyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_batch_page_reviewyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_batch_reviewyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_changed_scope_evidenceyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_corpus_acceptanceyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_gate_attestationyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_gate_resultyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_maintenance_evidenceyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_profile_renderingyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_rendering_verificationyesyesyesvia:cambium-mcp-stdiomcpwritenone
record_substantive_reviewyesyesyesvia:cambium-mcp-stdiomcpwritenone
register_amendmentyesyesyesvia:cambium-mcp-stdiomcpwritenone
render_boundary_projectionyesyesyesvia:cambium-mcp-stdiomcpwritenone
render_host_configsyesyesnononecli-onlyreadnone
render_interface_projectionyesyesnononecli-onlywritenone
render_queueyesyesyesvia:cambium-mcp-stdiomcpwritenone
render_structure_projectionyesyesyesvia:cambium-mcp-stdiomcpwritenone
run_gatesyesyesyesvia:cambium-mcp-stdiomcpreadnone
run_taskyesyesyesvia:cambium-mcp-stdiomcpwritenone
run_testsyesyesnononecli-onlyreadnone
scaffold_profileyesyesyesvia:cambium-mcp-stdiomcpwritenone
seal_receiptsyesyesyesvia:cambium-mcp-stdiomcpwritenone
stamp_cardsyesyesnononecli-onlywritenone
update_queueyesyesyesvia:cambium-mcp-stdiomcpwritenone
update_taskyesyesyesvia:cambium-mcp-stdiomcpwritenone

Private consumption and exceptions

No private cross-module consumption is observed.

Stale exception declarations

None.

Unclassified modules

None.

Circular dependencies

None.

Integrity deviations

FindingMembers
manifest missing modules
manifest stale modules
cli modules missing policy
policy tools missing cli module
manifest path mismatches
manifest public symbols missing from source
invalid source public export declarations
source public exports absent from boundary contract
invalid host transports
unresolved registry paths
unresolved registered symbols
undeclared public consumption
undeclared registered symbol consumption
private consumption missing exception