docs(skills): update SKILL.md documentation to reflect HERDR_SESSION_NAME native naming

This commit is contained in:
2026-08-05 10:23:49 +09:00
parent 0fe3b9932c
commit b6c41e6486
6 changed files with 465 additions and 10 deletions
@@ -16,7 +16,7 @@ metadata:
# Multi-Agent Status — Read-Only Instant Snapshot
> **Companion skills**: `multi-agent-mux-create` (start), `multi-agent-mux-resume` (re-attach), `multi-agent-mux-stop` (terminate), `multi-agent-mux-monitor` (live polling).
> **Herdr Isolation**: `status` 명령은 YAML에 등록된 모든 세션의 격리 서버(`herdr_server` 필드)를 자동으로 조회하여 상태를 확인하므로, `HERDR_SERVER_NAME` 환경변수를 수동으로 지정하지 않아도 모든 격리 서버의 세션 상태를 통합 조회합니다.
> **Herdr Isolation**: `status` 명령은 YAML`herdr_session` 필드를 자동으로 파싱하여 상태를 확인하므로, `HERDR_SESSION_NAME` 환경변수를 수동으로 지정하지 않아도 모든 격리 서버의 세션 상태를 통합 조회합니다.
> **Single source of truth**: `./.mam/agent-sessions.yaml`.
## What this skill does