athena_deployment_verify_receipt
Validate a deployment receipt by replaying its plan, image, source, and state snapshot bindings against expected digests. Confirms receipt integrity without checking live cluster state.
Instructions
Replay the exact plan/image/source/state bindings of a supplied activation receipt. PASS verifies receipt structure, not independent cluster observation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | Yes | ||
| expected_image_ref | Yes | ||
| expected_plan_digest | Yes | ||
| expected_source_head | Yes | ||
| expected_state_snapshot_ref | Yes | ||
| expected_state_snapshot_digest | Yes |