docs(skill): align kanban dispatcher failure_limit text with current default

This commit is contained in:
r266-tech 2026-05-18 20:10:41 -07:00 committed by Teknium
parent 2064a3976c
commit 374785ee26

View file

@ -692,7 +692,9 @@ schema footprint is zero outside worker processes.
- **Dispatcher** runs inside the gateway by default
(`kanban.dispatch_in_gateway: true`) — reclaims stale claims,
promotes ready tasks, atomically claims, spawns assigned profiles.
Auto-blocks a task after ~5 consecutive spawn failures.
Auto-blocks a task after `failure_limit` consecutive spawn failures
(default 2; configurable via `kanban.failure_limit` or per-task
`max_retries`).
- **Isolation:** board is the hard boundary (workers get
`HERMES_KANBAN_BOARD` pinned in env); tenant is a soft namespace
within a board for workspace-path + memory-key isolation.