Add sub-agent timeout guidelines to iso-bot skill

This commit is contained in:
Hoid 2026-02-14 10:03:50 +00:00
parent 4761c3c4e7
commit a763290881

View file

@ -59,6 +59,13 @@ All game logic is behind interfaces in `pkg/plugin/plugin.go`:
- Feature branches → main
- 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
```bash
cd /home/openclaw/.openclaw/workspace/projects/iso-bot