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 -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)