7 lines
312 B
Markdown
7 lines
312 B
Markdown
|
|
[search-mode]
|
||
|
|
MAXIMIZE SEARCH EFFORT. Launch multiple background agents IN PARALLEL:
|
||
|
|
- explore agents (codebase patterns, file structures, ast-grep)
|
||
|
|
- librarian agents (remote repos, official docs, GitHub examples)
|
||
|
|
Plus direct tools: Grep, ripgrep (rg), ast-grep (sg)
|
||
|
|
NEVER stop at first result - be exhaustive.
|