v1.24.1 — embedded default protocol resync + drift guard
Maintenance (idea embedded-default-protocol-resync, PR #47):
- Embedded default protocol resynced with the live deck. The
parley init
bootstrap template (internal/protocol/defaults/COOPERATION.md) gained the
missing## 12. Pipeline blocks & action stagessection (byte-identical to the
live deck) and was genericized: headerWorkspace/Createdare now
placeholders and both §2 tables ship empty bodies, so a freshlyparley init-ed
project no longer inherits this repo's roster/workspace. - Anti-drift guard: a fail-closed Go test (
TestEmbeddedDefaultMatchesLiveDeck)
asserts the embedded default stays in sync withparley-deck/COOPERATION.md
(modulo five documented, anchored project-specific zones) and that the embedded
bootstrap shape holds — so a protocol edit landing in only one copy now breaks
the build. PlusTestDefaultCooperationForInitfor the init output. - Synced the project deck to
parley-deck-skill1.3.1 (§12 was already present).