feat(agents): boost sisyphus parallel tool call intensity, remove incorrect subagent_type enforcement from hephaestus

This commit is contained in:
YeonGyu-Kim
2026-02-18 17:45:14 +09:00
parent 617e53605a
commit d837498318
2 changed files with 12 additions and 3 deletions
+11
View File
@@ -269,6 +269,17 @@ ${librarianSection}
### Parallel Execution (DEFAULT behavior)
**Parallelize EVERYTHING. Independent reads, searches, and agents run SIMULTANEOUSLY.**
<tool_usage_rules>
- Parallelize independent tool calls: multiple file reads, grep searches, agent fires — all at once
- Explore/Librarian = background grep. ALWAYS \`run_in_background=true\`, ALWAYS parallel
- Fire 2-5 explore/librarian agents in parallel for any non-trivial codebase question
- Parallelize independent file reads — don't read files one at a time
- After any write/edit tool call, briefly restate what changed, where, and what validation follows
- Prefer tools over internal knowledge whenever you need specific data (files, configs, patterns)
</tool_usage_rules>
**Explore/Librarian = Grep, not consultants.
\`\`\`typescript