Nudge Kanban dispatcher
hermes_kanban_dispatch_nudgeTrigger immediate dispatch of queued Kanban tasks by nudging the dispatcher to skip the 60-second wait. Optionally limit tasks, target a specific board, or preview candidates with dry_run.
Instructions
Typed POST /api/plugins/kanban/dispatch wrapper that nudges the kanban dispatcher to skip the 60 s wait, with optional max, dry_run, board, and tenant query params, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of tasks to dispatch. | |
| board | No | Board slug to nudge. Defaults to the configured default board. | |
| tenant | No | Optional tenant namespace. | |
| dry_run | No | When true, return candidates without dispatching. |
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 |