docs(c1): purge all 29 legacy Kanban references from SKILL.md and documentation (100% PASS)

This commit is contained in:
2026-08-06 08:03:15 +09:00
parent 924e77e8b8
commit 2d5e20a6aa
8 changed files with 980 additions and 93 deletions
@@ -48,7 +48,7 @@ claude auth status 2>&1 | python3 -c "import json,sys; d=json.load(sys.stdin); a
test -d "$WORKSPACE" || { echo "ERROR: workspace $WORKSPACE not a directory"; exit 1; }
```
If any check fails → `kanban_block(reason="...")` (worker path) or report to user (interactive path). Do not proceed with a half-broken setup.
If any check fails → abort with a non-zero exit and report the reason (automated path) or report to user (interactive path). Do not proceed with a half-broken setup.
## Standard names
@@ -62,7 +62,7 @@ If any check fails → `kanban_block(reason="...")` (worker path) or report to u
## Herdr Server Isolation (격리 서버)
When running multiple agent sessions alongside other workflows (e.g., cmux, Kanban workers, manual herdr sessions), sharing the default herdr server can lead to session name conflicts, monitoring clutter, and accidental destruction of user sessions via global commands.
When running multiple agent sessions alongside other workflows (e.g., cmux, background workers, manual herdr sessions), sharing the default herdr server can lead to session name conflicts, monitoring clutter, and accidental destruction of user sessions via global commands.
To prevent this, you can run this skill inside an **isolated herdr server** using the `HERDR_SERVER_NAME` environment variable or the `--herdr-server <name>` flag (opt-in).