heso stamp · run · replayBundle, re-execute, observe action sequences.
A plan is a JSON array of canonical actions. A plat is an observation that embeds the plan it ran AND the recorded network cassette. stamp mints a plat from a plan, run re-executes off-network against the cassette (byte-identical replay per ADR 0008), and replay reads the recorded step log without re-executing — pass --plan to emit just the plan field for editing, then pipe back into stamp. plat_hash is BLAKE3 over RFC 8785 canonical JSON. It only excludes its own top-level plat_hash field; plan, observed content, and cassette bytes all contribute. Tamper with any of them and verification fails.

