Create Kanban task comment
hermes_kanban_task_comment_createAppend a markdown comment to a Kanban task by task ID, with optional board slug targeting, while producing a redacted receipt confirming the action.
Instructions
Typed POST /api/plugins/kanban/tasks/{id}/comments wrapper that appends a comment to a Kanban task, using JSON body for the comment text and optional board query param, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Kanban task id such as t_xxxxxxxx. | |
| body | Yes | Comment body markdown. | |
| board | No | Board slug for the task lookup. Defaults to the configured default board. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |