task_update
Update a task's status, append a timestamped note, and add hours spent to cumulative actual hours. Track progress and time in one action.
Instructions
Project Brain: 태스크 상태·노트(설명에 타임스탬프 부가)·누적 actual_hours 갱신.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | No | todo / in_progress / done 등 | |
| note | No | ||
| hours_spent | No | actual_hours에 가산 |