fix(prompts): add missing run_in_background and load_skills params to examples

All delegate_task examples now include required parameters to prevent
model confusion about parameter omission.

Fixes #1403
This commit is contained in:
YeonGyu-Kim
2026-02-03 10:50:26 +09:00
parent 8441f70c2b
commit ac9e22cce5
9 changed files with 15 additions and 15 deletions
@@ -240,7 +240,7 @@ Launch writing tasks for each location:
\`\`\`
for loc in AGENTS_LOCATIONS (except root):
delegate_task(category="writing", prompt=\\\`
delegate_task(category="writing", load_skills=[], run_in_background=false, prompt=\\\`
Generate AGENTS.md for: \${loc.path}
- Reason: \${loc.reason}
- 30-80 lines max