diff --git a/skills/iso-bot/SKILL.md b/skills/iso-bot/SKILL.md index 0e308ea..56f8bad 100644 --- a/skills/iso-bot/SKILL.md +++ b/skills/iso-bot/SKILL.md @@ -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