update_goal
Update a goal's status and progress, attach notes, and record each change to maintain an accurate goal history.
Instructions
Move a goal's status/progress. update_goal(goal_ulid, status='in_progress'|'done', progress=0-100, note='...'). Records a goal_update event so the goal's history is preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| status | No | ||
| progress | No | ||
| goal_ulid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||