Skip to main content

Hermes Kanban Orchestrator

@webframp/hermes-kanban-orchestratorv2026.06.14.1· 1d agoMODELS
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.
02Models1
@webframp/hermes-kanban-orchestratorv2026.06.14.1hermes-kanban-orchestrator/hermes_kanban_orch.ts

Global Arguments

ArgumentTypeDescription
boardstringKanban board slug to create tasks on
hermesBinstringPath to the hermes binary
repoDirstringPath 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.
ArgumentTypeDescription
titlestringTask title
assigneestringHermes profile to assign the task to
body?stringOptional body/content for the task
tags?arrayOptional tags for categorization
priority?numberPriority tiebreaker (higher = more important)
idempotencyKey?stringDedup 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.
ArgumentTypeDescription
limitnumberMax 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