v1.4.2 - wizard CHANGE-path recompute + re-consent
PATCH - wizard / Step-0 consent CHANGE-path correctness.
A user found that picking change at the cost checkpoint did not specify the recompute-and-re-consent loop - an implementer could spawn on a stale bill (a change to nasa multiplies cost, un-reconsented).
Fixed
- CHANGE recomputes the bill + re-consents (
bill -> change -> bill -> pay).references/wizard.md(programmer Call 3 + the layman bill) andSKILL.mdStep 0 now spell out: on change, loop back to re-pick -> RECOMPUTE the bill -> re-present the confirm as a FRESH box; never spawn on a stale bill, never fold the recompute into the change step.
Gate: build + 36 node tests + verify PASS.