task_comment
Add comments to a task's chronological log to record progress notes, intermediate findings, or context. Status changes are logged automatically.
Instructions
Add a free-form comment to a task's chronological log.
Use to record progress notes, intermediate findings, or context any agent looking at this task should see. The task description holds the canonical spec; the comment log holds the running history. Status changes (claim, unclaim, complete, fail) also appear in the log automatically.
Args: task_id: ID of the task to comment on. body: Comment text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to comment on. | |
| body | Yes | Comment text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |