| name | code-search |
| description | Fast repo navigation using glob + grep patterns. |
Code Search
Purpose
Find files and implementations quickly with predictable search patterns.
Inputs
- thing to locate (function, class, config, command)
- optional path scope
Process
- Use file pattern search for likely locations.
- Use content search for exact symbols and related terms.
- Read smallest relevant files first.
- Return precise file references.
Output Format
- likely file paths
- exact symbol locations
- short explanation of where logic lives
Quality Checks