docs(skills): update SKILL.md guides for herdr workspace runtime synchronization and add unit tests

This commit is contained in:
2026-08-24 13:18:45 +09:00
parent fc8ca88107
commit b859970b84
3 changed files with 24 additions and 1 deletions
@@ -74,6 +74,7 @@ if [ -z "$UUID" ]; then
fi
export HERDR_SESSION_NAME="$(resolve_herdr_session "$SESSION_NAME" "$WORKSPACE")"
export MAM_WS_LABEL="${HERDR_WORKSPACE_OPT:-$(resolve_herdr_workspace "$SESSION_NAME" "$WORKSPACE")}"
# 2. If herdr is alive, attach. Done.
if herdr has-session -t "$SESSION_NAME" 2>/dev/null; then