Your first board
You know these commands. The order is what matters, and two steps are where boards get stuck.
The steps
Ticks itself once you have stepped the simulated board at least once. Opening the screen does not count, and nothing here is pre-filled to flatter you.
hermes kanban init Creates the board's file at ~/.hermes/kanban.db. Optional, because the first kanban command you run does it for you.
hermes dashboard Serves http://127.0.0.1:9119. Click Kanban in the left nav. Six empty columns.
hermes kanban create "summarise my inbox" --assignee researcher Use a profile name that exists. hermes profile list shows yours. A card addressed to a name that does not exist never runs, and nothing tells you why.
The + button at the top of any dashboard column does the same thing.
hermes gateway start The dispatcher lives inside the gateway and sweeps every 60 seconds. No gateway, no movement.
Press Nudge dispatcher instead of waiting. The card goes Ready, In progress, Done. Open it to read what the agent wrote.
Nothing moved? Read When it breaks. Five causes, all quick.
Take it to your computer
All four commands in one block, in order.
hermes kanban init
hermes dashboard
hermes kanban create "summarise my inbox" --assignee researcher
hermes gateway start Screen 3 of 7.