Update Kanban orchestration settings
hermes_kanban_orchestration_updateUpdate Kanban orchestration settings—orchestrator profile, default assignee, or auto-decompose—via config.yaml and receive redacted change receipts to verify the update.
Instructions
Typed PUT /api/plugins/kanban/orchestration wrapper that updates orchestrator_profile, default_assignee, or auto_decompose in config.yaml, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_decompose | No | Whether to automatically decompose triaged tasks. | |
| default_assignee | No | Default assignee for newly created tasks. | |
| orchestrator_profile | No | Profile that should orchestrate dispatch-time planning. |
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 |