Add sub-agent timeout guidelines to iso-bot skill
This commit is contained in:
parent
4761c3c4e7
commit
a763290881
1 changed files with 7 additions and 0 deletions
|
|
@ -59,6 +59,13 @@ All game logic is behind interfaces in `pkg/plugin/plugin.go`:
|
||||||
- Feature branches → main
|
- Feature branches → main
|
||||||
- Always commit and push after changes
|
- Always commit and push after changes
|
||||||
|
|
||||||
|
## Sub-Agent Settings
|
||||||
|
When spawning sub-agents for this project, use generous timeouts:
|
||||||
|
- Small tasks (single file, docs): `runTimeoutSeconds: 300` (5 min)
|
||||||
|
- Medium tasks (new feature, refactor): `runTimeoutSeconds: 900` (15 min)
|
||||||
|
- Large tasks (multi-file implementation): `runTimeoutSeconds: 1800` (30 min)
|
||||||
|
- Model: `anthropic/claude-sonnet-4-20250514` (good balance of speed and quality for code)
|
||||||
|
|
||||||
## Git Workflow
|
## Git Workflow
|
||||||
```bash
|
```bash
|
||||||
cd /home/openclaw/.openclaw/workspace/projects/iso-bot
|
cd /home/openclaw/.openclaw/workspace/projects/iso-bot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue