concept_search
Fuzzy search for a concept you can't name by mining identifiers and comments; returns ranked file:line results. Optionally trace the top hit's call graph.
Instructions
FUZZY search for a concept you can't name ("how does auth work"). Mines a dictionary from the repo's own identifier+comment co-occurrence (no embeddings, nothing sent) → ranked file:line. Use when you don't know the symbol name. flow=true traces the top hit's call graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Concept/intent phrase (concrete nouns work best). | |
| flow | No | Also trace the top hit along the call graph. | |
| maxResults | No | ||
| projectPath | No |