refactor: alias ClawTeam CLI usage to 'oh' and update config for multi-agent coordination
This commit is contained in:
@@ -178,13 +178,19 @@ No peer or leader review should begin until the worker has completed their self-
|
||||
Enforce this sequence in your task board by marking statuses appropriately (e.g., `needs-self-review` → `needs-peer-review` → `needs-leader-review` → `completed`).
|
||||
|
||||
ClawTeam enables you to:
|
||||
- Spawn teams of specialized agents via `clawteam spawn tmux openclaw --team`
|
||||
- Create tasks with dependencies using `clawteam task create`
|
||||
- Monitor progress via `clawteam board show/attach`
|
||||
- Coordinate via `clawteam inbox send/receive`
|
||||
- Spawn teams of specialized agents via `oh team spawn-team <team> -n <leader>`
|
||||
- Create tasks with dependencies using `oh task create <team> "..." -o <owner>`
|
||||
- Spawn workers with `oh spawn tmux openclaw --team <team> --agent-name <name> --task "..."`
|
||||
- Monitor progress via `oh board show/attach <team>`
|
||||
- Coordinate via `oh inbox send/receive <team> <to-agent> "..."`
|
||||
- Isolate work via git worktrees (no merge conflicts between parallel agents)
|
||||
- Wait for sub-agents with `oh task wait <team>`
|
||||
- Launch pre-built template teams with `oh launch <template> --team <name> --goal "..."`
|
||||
|
||||
Setup: `pip install clawteam` and ensure `tmux` and a CLI agent (claude, codex, openclaw) are installed. See skill content for full workflow.
|
||||
⚠️ **IMPORTANT:** Always use `oh spawn tmux openclaw` — NOT bare `oh spawn` which defaults to `claude`.
|
||||
|
||||
Setup: `pip install clawteam` and ensure `tmux` and `openclaw` CLI are installed.
|
||||
**CLI command is `oh`** (installed with `pip install clawteam`). See skill content for full workflow.
|
||||
|
||||
**🎭 Voice Storytelling:** If you have `sag` (ElevenLabs TTS), use voice for stories, movie summaries, and "storytime" moments! Way more engaging than walls of text. Surprise people with funny voices.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user