Context
SocioProphet/sociosphere now contains docs/integrations/hellgraph-semantic-governance-control-loop-v0.md.
AgentPlane owns governed execution, replay lineage, and receipt sealing for the first semantic-governance control loop.
Required v0 runtime behavior
AgentPlane must be able to:
- Consume a semantic activation bundle.
- Run validator/executor bundles against the activated asset.
- Preserve graph snapshot and policy bundle references.
- Emit run artifacts and replay material.
- Seal a
SemanticActivationReceipt.
- Fail closed when required evidence is missing.
Required receipt fields
receipt_id
asset_id
ingestion_run_id
graph_snapshot_id
policy_bundle_id
quality_snapshot_id
executor_id
run_artifact_refs
replay_artifact_ref
receipt_hash
Acceptance criteria
- Schema or contract exists for
SemanticActivationReceipt.
- Positive fixture seals a receipt for an asset with five mandatory semantic edges.
- Negative fixtures reject missing graph snapshot, missing policy bundle, missing replay artifact, and missing required edge evidence.
- Receipt lineage is stable across reassessment/replay.
- SocioSphere can consume the receipt outcome in admission checks.
Non-goals
- Do not author semantic vocabulary; Ontogenesis owns vocabulary.
- Do not persist graph state; HellGraph owns graph persistence.
Context
SocioProphet/sociospherenow containsdocs/integrations/hellgraph-semantic-governance-control-loop-v0.md.AgentPlane owns governed execution, replay lineage, and receipt sealing for the first semantic-governance control loop.
Required v0 runtime behavior
AgentPlane must be able to:
SemanticActivationReceipt.Required receipt fields
receipt_idasset_idingestion_run_idgraph_snapshot_idpolicy_bundle_idquality_snapshot_idexecutor_idrun_artifact_refsreplay_artifact_refreceipt_hashAcceptance criteria
SemanticActivationReceipt.Non-goals