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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user