update_progress
Update a work item's status to a new state and record the change, supporting progress tracking for features or tasks.
Instructions
Upsert the current status of a work item (feature/task). Overwrites the item's status; also records the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| summary | No | ||
| blockers | No | ||
| nextSteps | No | ||
| workItemKey | No | stable key for the work item; defaults to the session |