Skip to content

wu:amend

← Back to CLI Commands

Append an audited correction to a done WU record without rewriting it

pnpm wu:amend --id <wuId>

Options:

FlagDescriptionRequired
-i, --id &lt;wuId&gt;Work Unit ID (e.g., WU-123). If not provided, auto-generates next sequential ID.Yes
-r, --reason &lt;reason&gt;Reason for action (required with —skip-gate, —override-owner)No
--code-paths &lt;paths&gt;Code paths (repeatable)No
--retract &lt;ordinal&gt;Retract a previously recorded wu:amend correction by its ordinal (see the ”## Amendments” section of wu:status —id <WU>). Requires —reason. Never deletes or rewrites the amendment — appends a load-bearing retraction event.No

← Back to CLI Commands