fix: add missing load_skills parameter to hook-injected delegate_task examples
This commit is contained in:
@@ -34,9 +34,9 @@ RECOMMENDED: Use task with explore/librarian agents for better results:
|
||||
|
||||
\`\`\`
|
||||
// Parallel exploration - fire multiple agents simultaneously
|
||||
task(agent="explore", prompt="Find all files matching pattern X")
|
||||
task(agent="explore", prompt="Search for implementation of Y")
|
||||
task(agent="librarian", prompt="Lookup documentation for Z")
|
||||
task(subagent_type="explore", load_skills=[], prompt="Find all files matching pattern X")
|
||||
task(subagent_type="explore", load_skills=[], prompt="Search for implementation of Y")
|
||||
task(subagent_type="librarian", load_skills=[], prompt="Lookup documentation for Z")
|
||||
|
||||
// Then continue your work while they run in background
|
||||
// System will notify you when each completes
|
||||
|
||||
Reference in New Issue
Block a user