04 ยท Keep and verify
Signed action receipts
Writes signed, hash-chained mediation evidence and verifies it offline.
Operator surface
Set the configuration key
The release manifest records this key as the capability's operator entry point. Open the pinned source pointer to inspect its schema context.
Availability
Included tiers
Community
Pro
Enterprise
The product manifest records no extra transport or platform qualifier for this capability.
Source records
Open the pinned source
The release manifest names these source pointers. The publication gate confirms their Go files and declarations exist at the same Pipelock commit as this page; the linked code provides the runtime context.
Entry point
Config
internal/config/schema.go
Implementation
VerifyReceiptCmd
internal/cli/signing/receipt.goRuntime receipt source
The pinned release manifest records the offline verifier as this capability's implementation. Runtime receipt creation and signing run through the receipt emitter.
(*receipt.Emitter).EmitRead next