prove_entry_inclusion
Prove a fact, constraint, event, or decision was recorded in the tamper-evident audit log by returning a cryptographic inclusion proof bundle with Merkle proof and signed epoch chain.
Instructions
v0.13 tamper-evident audit log. Return a cryptographic inclusion-proof bundle for a persisted row_id (fact, constraint, event, or decision ID). Bundle includes the entry, the containing signed epoch (Ed25519 + SLH-DSA hybrid signature envelope), an RFC 6962 Merkle inclusion proof, and the full epoch chain from genesis. Requires WORLD_MODEL_AUDIT_LOG=on at server startup; returns an error object when opt-in is off, when the row_id is not found, or when the entry is in the unclosed backlog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_id | Yes | ID of the fact / constraint / event / decision to prove inclusion for. |