task_comment
Record progress notes or intermediate findings to a task's chronological log, providing context for other agents. Status changes also appear 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 |