Purpose
The release packet builder creates a copyable Markdown outline for one candidate digest. It is designed to make the release conversation concrete: what artifact, what parent, what operator, what eval evidence, what scorecard, what rollback target, and what human owner.
Release-packet draft
Generate a copyable JSON-like packet for lab notes or architecture decision records. No data leaves the page.
Build a packet to preview output.
Release packet rule
No alias move should happen from memory or enthusiasm. It should reference a packet.
PROCEDURE approve_shadow_release(packet)
REQUIRE packet.artifact_digest
REQUIRE packet.parentage
REQUIRE packet.operator
REQUIRE packet.eval_sidecar
REQUIRE packet.resource_profile
REQUIRE packet.rollback_target
REQUIRE packet.owner
REQUIRE packet.no_open_blockers
RETURN CREATE_ALIAS_MOVE_REQUEST(packet)
END PROCEDURESource reports used for this guide
These reports are preserved verbatim in the site archive. The guide above is an editorial synthesis and may narrow, qualify, or reorganize claims from the source material.