docs: clean up stale create_session usage instructions in comments and markdown examples
This commit is contained in:
@@ -74,12 +74,12 @@ To prevent this, you can run this skill inside an **isolated tmux server** using
|
|||||||
```
|
```
|
||||||
2. **Via Option Flag**:
|
2. **Via Option Flag**:
|
||||||
```bash
|
```bash
|
||||||
bash scripts/create_session.sh --workspace /path/to/project --agent claude --tmux-server multi-agent-canary
|
bash scripts/create_session.sh --workspace /path/to/project --agent claude --role developer --tmux-server multi-agent-canary
|
||||||
```
|
```
|
||||||
3. **Submit Job Integration**:
|
3. **Submit Job Integration**:
|
||||||
You can automatically register a delegated job with a prompt when creating a session:
|
You can automatically register a delegated job with a prompt when creating a session:
|
||||||
```bash
|
```bash
|
||||||
bash scripts/create_session.sh --workspace /path/to/project --agent claude --submit-job "Task prompt here"
|
bash scripts/create_session.sh --workspace /path/to/project --agent claude --role developer --submit-job "Task prompt here"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Recommended Alias
|
### Recommended Alias
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# create_session.sh — multi-agent-mux-create 의 부속 스크립트
|
# create_session.sh — multi-agent-mux-create 의 부속 스크립트
|
||||||
# Usage:
|
# Usage:
|
||||||
# bash create_session.sh --workspace <path> --agent <claude|agy> [--session <name>] [--wrapper]
|
# bash create_session.sh --workspace <path> --agent <claude|agy> --role <role> [--session <name>] [--wrapper]
|
||||||
#
|
#
|
||||||
# 동작:
|
# 동작:
|
||||||
# 1) preflight: tmux/claude/agy 가용성, workspace 존재
|
# 1) preflight: tmux/claude/agy 가용성, workspace 존재
|
||||||
|
|||||||
Reference in New Issue
Block a user