milestone_set_status
Update a milestone's status to reflect progress, and record the done commit when marking terminal states like done or deferred.
Instructions
Set an item's status. Records done_commit if status is terminal.
Args:
item_ref: The item id (e.g. CB-5).
status: open / in_progress / done / deferred / dismissed.
commit: SHA where the work landed on main (recorded for terminal status).
reason: Optional audit reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit | No | ||
| reason | No | ||
| status | Yes | ||
| item_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||