Flexible sub-agent timeouts for iso-bot

This commit is contained in:
Hoid 2026-02-14 10:06:09 +00:00
parent a763290881
commit 5d5bdffea6

View file

@ -60,10 +60,7 @@ All game logic is behind interfaces in `pkg/plugin/plugin.go`:
- 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)
When spawning sub-agents for this project, use generous timeouts. Estimate per task — no fixed limits. Use `runTimeoutSeconds` proportional to complexity (e.g., 300 for docs, 3600+ for large multi-file implementations). Don't let timeouts cut work short.
- Model: `anthropic/claude-sonnet-4-20250514` (good balance of speed and quality for code)
## Git Workflow