con un clic
kanban-self-wake
Operational guide for Hermes Kanban session-wake subscriptions.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Operational guide for Hermes Kanban session-wake subscriptions.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | kanban-self-wake |
| description | Operational guide for Hermes Kanban session-wake subscriptions. |
| version | 1.2.2 |
| metadata | {"hermes":{"tags":["kanban","self-wake","subscriptions","wake-routing"]}} |
Operational guide for using the self-wake plugin to subscribe Hermes agent sessions to Kanban terminal events via internal wake routing.
For Kanban wake to work, the kanban_notify_subs.user_id must be set to session:<session_key> or session_id:<session_id>. A visible-only row (platform/chat/thread) does NOT wake the agent.
internal_session_wake_v1, provided either by:
self_wake.compat_shim_enabled: true in config.yaml — portable, no core patch; covers Kanban wakes, receipts, session lookup), ordocs/core-patch/ (full behavior: adds cron-delivery wake, cross-session message wake, and active-session queueing refinement; upstream Hermes does not currently ship the capability)self-wake plugin installed and enabledself_wake toolset added to platform_toolsets in config.yaml/self-wake doctor
Expected full mode for wake to work. inspect_only means the host capability is missing.
/self-wake sessions --platform discord --chat-id <channel_id>
Or by query:
/self-wake sessions --query "kanban worker"
Dry-run first:
/self-wake subscribe --task-id <task_id> --session-key <session_key> --dry-run
Then commit:
/self-wake subscribe --task-id <task_id> --session-key <session_key>
Optional --reset-cursor to replay already-claimed events (use with care).
/self-wake receipts --source-kind kanban
Read the statuses, not just the count: agent_responded is the strongest
outcome; queued means delivered into an already-active session, and on
hosts without queued-finalization it can persist after the agent picks the
event up — confirm in the target session's transcript before treating it as
a failure. Filter with --status only after the unfiltered view.
If you only know the session_id:
/self-wake subscribe --task-id <task_id> --session-id <session_id>
The plugin resolves to a session_key when possible; otherwise writes a session_id:<id> marker.
capability_missingThe host lacks internal_session_wake_v1. Enable the compat shim (self_wake.compat_shim_enabled: true in config.yaml — portable, no core patch), apply the optional core patch from docs/core-patch/, or upgrade Hermes. The plugin never writes wake markers on an unsupported host.
ambiguous_sessionFilters matched multiple sessions. Pass an explicit session_key or session_id to disambiguate.
kanban_unavailableThe Kanban DB backend (hermes_cli.kanban_db) is not importable. This usually means the plugin is running outside a Hermes gateway/CLI process. Restart Hermes.
chat_id_requiredThe target session has no stored origin and no chat_id was passed explicitly. Pass chat_id (and thread_id if needed) on the command line.
The plugin requires Hermes host capability internal_session_wake_v1, see docs/compatibility.md in the plugin repo for the capability matrix; do not restate it here.
docs/operator-runbook.md — full operational proceduresdocs/compatibility.md — capability sources, shim internals, drift handling, upgrade pathdocs/install-use.md — fresh install steps (shim + optional core-patch)docs/core-patch/ — optional reference / upstream-candidate core patch artifactself_wake/compat_shim.py — the compat shim implementation