v0.20.1 — Plan-stage clarifications polish
Fixes
- Event emission:
clarifications_requestedno longer rejected by the counter-sum invariant. The event fires before any prompt — counters are 0/0/0/0 by definition; onlyclarifications_resolvedandclarifications_pendingneed to satisfy the sum check (they signal terminal batch state). Without this fix the requested event never fired and the partial artifact was lost on Ctrl-C.
Polish
- Interrupt resilience test: pre-cancelled context now persists the partial clarifications artifact and parks
state.jsonatawaiting_clarificationwithclarifications_artifactset. Covered byinternal/clarification/interrupt_test.go::TestRun_InterruptParksSessionAtAwaitingClarification. - Embedded plan SKILL template: ships the new step
3a. Clarification scansobender init/bender sync-defaultsdelivers the clarification step to consumer projects, not only the local working copy.
Tag history: v0.19.1 → v0.20.0 (feature) → v0.20.1 (this — patch).