fix(deploy): migrate deployment scripts and docs from tmux to herdr
This commit is contained in:
@@ -221,10 +221,10 @@ cat <<EOF
|
||||
1. Initialize a new isolated session:
|
||||
$ bash .agents/skills/multi-agent-mux-create/scripts/create_session.sh \\
|
||||
--workspace "$TARGET_DIR" --agent claude --role developer --isolate \\
|
||||
--tmux-server multi-agent-mux
|
||||
--herdr-server multi-agent-mux
|
||||
|
||||
2. Attach to the running session:
|
||||
$ tmux -L multi-agent-mux attach -t <session_name>
|
||||
$ HERDR_SERVER_NAME=multi-agent-mux herdr agent attach <session_name>
|
||||
|
||||
3. Gracefully stop the session:
|
||||
$ bash .agents/skills/multi-agent-mux-stop/scripts/stop_session.sh \\
|
||||
|
||||
Reference in New Issue
Block a user