wu:review
wu:review
Section titled “wu:review”Review a WU worktree, and inspect, configure or record its independent review
Options:
| Flag | Description | Required |
|---|---|---|
-i, --id <wuId> | Work Unit ID (e.g., WU-123). If not provided, auto-generates next sequential ID. | Yes |
-w, --worktree <path> | Set the local worktree path; claims verify its confined realpath and exact Git registration | No |
--name-only | Show only changed file paths | No |
--stat | Show diffstat output | No |
--patch | Show full patch output | No |
--contract | Inspect the resolved worker execution contract (independent-review mode, source, reasons, digest) | No |
--review-status | Show the typed independent-review state (ready, awaiting-review, changes-required, blocked, complete) and its next action | No |
--set-independent-review <mode> | Configure the WU’s independent-review mode (auto | required | none). Recorded through the governed edit path; the effective policy is still resolved, so an explicit none cannot weaken an active required floor. | No |
--record | Record an independent-review verdict against the current candidate (requires —verdict, —reviewer-session, —scope-key and —grant) | No |
--verdict <verdict> | Reviewer verdict to record: approved or changes-required | No |
--finding <text> | A review finding. Repeat for each finding. | No |
--reviewer-session <id> | The reviewer role session named in the external issuer’s signed grant | No |
--scope-key <key> | The reviewer role session’s registered ownership scope key | No |
--grant <token> | The externally signed, single-use reviewer grant. Consumed exactly once when a verdict is recorded. | No |
-j, --json | Emit the typed result as JSON | No |