refactor: rename CLI command from oh to clawteam and update config files

This commit is contained in:
2026-04-03 17:05:09 +07:00
parent 129dea87c4
commit ef552df46e
8 changed files with 170 additions and 118 deletions
+8 -8
View File
@@ -178,16 +178,16 @@ 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 `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> "..."`
- Spawn teams of specialized agents via `clawteam team spawn-team <team> -n <leader>`
- Create tasks with dependencies using `clawteam task create <team> "..." -o <owner>`
- Spawn workers with `clawteam spawn tmux openclaw --team <team> --agent-name <name> --task "..."`
- Monitor progress via `clawteam board show/attach <team>`
- Coordinate via `clawteam 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 "..."`
- Wait for sub-agents with `clawteam task wait <team>`
- Launch pre-built template teams with `clawteam launch <template> --team <name> --goal "..."`
⚠️ **IMPORTANT:** Always use `oh spawn tmux openclaw` — NOT bare `oh spawn` which defaults to `claude`.
⚠️ **IMPORTANT:** Always use `clawteam spawn tmux openclaw` — NOT bare `clawteam 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.