diff --git a/.openclaw/tasks/runs.sqlite b/.openclaw/tasks/runs.sqlite deleted file mode 100644 index 99da0e5..0000000 Binary files a/.openclaw/tasks/runs.sqlite and /dev/null differ diff --git a/.openclaw/tasks/runs.sqlite-shm b/.openclaw/tasks/runs.sqlite-shm deleted file mode 100644 index e24bc01..0000000 Binary files a/.openclaw/tasks/runs.sqlite-shm and /dev/null differ diff --git a/.openclaw/tasks/runs.sqlite-wal b/.openclaw/tasks/runs.sqlite-wal deleted file mode 100644 index 72873c6..0000000 Binary files a/.openclaw/tasks/runs.sqlite-wal and /dev/null differ diff --git a/.openclaw/workspace/AGENTS.md b/.openclaw/workspace/AGENTS.md index 4c758e8..45f8d4f 100644 --- a/.openclaw/workspace/AGENTS.md +++ b/.openclaw/workspace/AGENTS.md @@ -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 -n ` +- Create tasks with dependencies using `oh task create "..." -o ` +- Spawn workers with `oh spawn tmux openclaw --team --agent-name --task "..."` +- Monitor progress via `oh board show/attach ` +- Coordinate via `oh inbox send/receive "..."` - Isolate work via git worktrees (no merge conflicts between parallel agents) +- Wait for sub-agents with `oh task wait ` +- Launch pre-built template teams with `oh launch