Expand description
The workflow half per harness: what a harness’s board stores, read as super::Workflow.
Read side only for now; a board is written through the harness’s own door (hermes kanban).
Modules§
- hermes
- Hermes’s board:
kanban/kanban.dbis the default board andkanban/boards/<slug>/kanban.dbthe named ones (hermes_cli/kanban_db.py). Tables read:tasks,task_links,task_comments,task_events,task_runs. Epoch seconds become RFC3339; ataskscolumn the record does not model is kept in the task’s residue. Reviews are the review events on the thread (review_requested,changes_requested,escalated,approved).