Skip to content

v1.4.2 - wizard CHANGE-path recompute + re-consent

Choose a tag to compare

@HetCreep HetCreep released this 21 Jun 15:21
· 6 commits to main since this release
v1.4.2
c22ea2c

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) and SKILL.md Step 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.