v1.2.0 — your agent greps; a grounded agent asks
hunch structure / MCP hunch_structure
Agents burn grep/glob rounds every session rediscovering structure the graph already holds. One call now serves it:
- (no target) — repo map: components + directories by symbol weight
- a directory — its files, each with symbols and fan-in
- a file — outline: symbols, fan-in/out, and who calls them
- a symbol name — exact definition site(s) + one-hop callers/callees
Deterministic, read-only, no LLM — and the MCP description tells agents to call it before searching, so it names the file to read on the first try.
Also: hunch runbook --find reindexes before searching.
🤖 Generated with Claude Code