docs(install): drop broken PATH export and un-escape $UUID in resume guide

- Fix R-1 bug by dropping PATH='$PATH' to prevent PATH environment variable corruption
- Allow calling shell to expand $UUID inline prior to tmux spawn
This commit is contained in:
2026-07-12 15:19:51 +09:00
parent 9182d89dbd
commit ed126ba37f
+1 -1
View File
@@ -82,7 +82,7 @@ $ [ -n "$UUID" ] || { echo "[ERROR] 매칭되는 활성 세션 이력이 없습
# 2단계: 세션 재기동 (이전 대화 컨텍스트 복원 기동)
# (주의: 만약 create 시 격리(--isolate) 세션으로 생성했다면, CLAUDE_CONFIG_DIR 환경변수를 YAML에 기록된 isolation.root 경로로 지정하여 띄워야 합니다. 상세 격리 복원 커맨드는 .agents/skills/multi-agent-mux-resume/SKILL.md 문서를 필독해 주세요.)
$ tmux -L multi-agent-mux new-session -d -s "$SESSION_NAME" -x 140 -y 40 -c "$WORKSPACE" \
"export PATH='\$PATH'; claude --dangerously-skip-permissions -r \$UUID; echo 'CLAUDE EXIT'; bash"
"claude --dangerously-skip-permissions -r $UUID; echo 'CLAUDE EXIT'; bash"
# 3단계: 레지스트리 세션 상태를 running 으로 동기화 갱신
$ bash .agents/skills/multi-agent-mux-resume/scripts/update_yaml_resumed.sh \