refactor(install): port venv bootstrap, config tools and gitignore exclusions to installer
- Port .venv creation and dependency pip install bootstrap sequence from deploy/install.sh into scripts/install_mam.sh - Include .env.example and scripts/generate-env.sh copies under rsync target deployment - Add .venv/ to target gitignore list to prevent virtualenv bloating - Add empty-UUID resume safety guard in INSTALL.md
This commit is contained in:
+4
-1
@@ -72,7 +72,10 @@ $ SESSION_NAME="my-project-dev-claude"
|
||||
|
||||
$ UUID=$(bash .agents/skills/multi-agent-mux-resume/scripts/resolve_session_id.sh \
|
||||
--workspace "$WORKSPACE" --agent "$AGENT" --session "$SESSION_NAME")
|
||||
|
||||
|
||||
# 복원 대상 세션의 유효성 검사 (M-1)
|
||||
$ [ -n "$UUID" ] || { echo "[ERROR] 매칭되는 활성 세션 이력이 없습니다. create_session.sh를 통해 먼저 세션을 생성해 주세요."; exit 1; }
|
||||
|
||||
# 2단계: 동적 격리 인자 주입 스폰 수행 후 레지스트리 상태 running 복구
|
||||
# (상세 쉘 명령어는 .agents/skills/multi-agent-mux-resume/SKILL.md 참조)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user