Rebuild Verification Sentinel Pattern
- Entity ID:
ent-20260420-b01a0000001c - Type:
pattern - Scope:
shared - Status:
active - Aliases: per-prompt verification block, self-verifying rebuild step
Description
Design convention across the 16 rebuild prompts: each prompt ends with an explicit ## Verification section listing runnable checks (e.g. bun --version, bun scripts/build-bundle.ts, node dist/cli.mjs --version) that independently confirm the step succeeded. Makes each prompt idempotent and parallelizable because downstream prompts can trust upstream state without re-reading upstream logs.
Key claims
- The rebuild prompt series is nominally parallelizable across prompts 07-13
- Each rebuild prompt ends with a self-verification block