chore: update readme, config rules, agents for openclaw to use clawteam more efficient and reduce error

This commit is contained in:
2026-04-02 17:10:15 +07:00
parent 18192dfca5
commit e9fd48950c
7 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -115,7 +115,6 @@ On platforms that support reactions (Discord, Slack), use emoji reactions natura
**Why it matters:**
Reactions are lightweight social signals. Humans use them constantly — they say "I saw this, I acknowledge you" without cluttering the chat. You should too.
**Don't overdo it:** One reaction per message max. Pick the one that fits best.
## Tools
@@ -179,7 +178,7 @@ 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`
- 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`
+1 -1
View File
@@ -61,7 +61,7 @@ Only use ClawTeam's parallel power when tasks meet "completely independent" crit
### 3. Subagent-Driven Mindset
Treat each ClawTeam worker as a "temporarily amnesiac entity." They know nothing of your recent chat with user.
- **Fresh Context:** When using `clawteam spawn`, you MUST provide: target file, error logs (if any), and specific goal.
- **Fresh Context:** When using `clawteam spawn tmux openclaw --team`, you MUST provide: target file, error logs (if any), and specific goal.
- **Bite-Sized Tasks:** Each worker should get work doable in 2-5 minutes. If task too large, have worker do Step 1 only, then report.
### 4. Two-Stage Code Review (CRITICAL)
@@ -35,7 +35,7 @@ Requires Python 3.10+. For P2P transport support: `pip install clawteam[p2p]`.
## Prerequisites
- `tmux` installed (default spawn backend)
- A CLI coding agent such as `claude`, `codex`, `gemini`, `kimi`, `nanobot`, or `openclaw`
- A CLI coding agent such as `openclaw`
- A git repository for worktree isolation and context features
- Default dependencies installed if you want the TUI wizard (`clawteam profile wizard`)