workflow_item_waive
Waive a work item in reviewing state by providing approver and reason. Moves the item to a terminal waived state that counts toward completion guard.
Instructions
Waive a work item that is in reviewing state.
Requires explicit approver and reason. The item moves to "waived" terminal state and counts toward the completion guard.
Args: item_id: Work item ID (WI-NNN). approver: Who approved the waiver. reason: Why the item is being waived. project_dir: Project directory. Defaults to working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| item_id | Yes | ||
| approver | Yes | ||
| project_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |