From 374785ee26132bf3d38d021070238b55da8506f1 Mon Sep 17 00:00:00 2001 From: r266-tech <233881301+r266-tech@users.noreply.github.com> Date: Mon, 18 May 2026 20:10:41 -0700 Subject: [PATCH] docs(skill): align kanban dispatcher failure_limit text with current default --- skills/autonomous-ai-agents/hermes-agent/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skills/autonomous-ai-agents/hermes-agent/SKILL.md b/skills/autonomous-ai-agents/hermes-agent/SKILL.md index 3a610642f85..e0e7a50ea44 100644 --- a/skills/autonomous-ai-agents/hermes-agent/SKILL.md +++ b/skills/autonomous-ai-agents/hermes-agent/SKILL.md @@ -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.