Hermes Kanban Orchestrator
@webframp/hermes-kanban-orchestratorv2026.06.14.1
01README
Kanban Orchestrator — creates kanban tasks via hermes kanban create and
records each task as a swamp data resource with its ID, type, assignee, and
status. This is the single entry point for creating kanban tasks from swamp
workflows, cron, and automation.
Methods
- new_task — Create a kanban task. Supports idempotency-key dedup for daily-journal tasks (keyed on date).
- list_recent — List recent kanban tasks.
02Models
@webframp/hermes-kanban-orchestratorv2026.06.14.1hermes-kanban-orchestrator/hermes_kanban_orch.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| board | string | Kanban board slug to create tasks on |
| hermesBin | string | Path to the hermes binary |
| repoDir | string | Path to the swamp repo directory |
fn new_task(title: string, assignee: string, body?: string, tags?: array, priority?: number, idempotencyKey?: string)
Create a kanban task and record it in swamp data. Supports idempotency for daily-journal tasks.
| Argument | Type | Description |
|---|---|---|
| title | string | Task title |
| assignee | string | Hermes profile to assign the task to |
| body? | string | Optional body/content for the task |
| tags? | array | Optional tags for categorization |
| priority? | number | Priority tiebreaker (higher = more important) |
| idempotencyKey? | string | Dedup key — if set, a matching non-archived task won't be duplicated |
fn list_recent(limit: number)
List recent kanban tasks and record them as swamp data.
| Argument | Type | Description |
|---|---|---|
| limit | number | Max results to return |
Resources
kanbanTask(infinite)— Record of a kanban task with its ID, type, assignee, and status
03Stats
A
100 / 100
Downloads
1
Archive size
6.5 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms
05Labels