code-context
Code context operations for symbol lookup, search, grep, call graph, and blast radius analysis. Use when the user says "blast radius", "who calls this", "find symbol", "find references", "go to definition", "symbol lookup", "callgraph", "find callers", "what calls this function", or "what's affected if I change this". Also use proactively before modifying code to understand structure, dependencies, and impact — list symbols, get callgraph (inbound), and get blastradius before touching any function, type, or file. Provides indexed, structural code intelligence that is faster and more precise than raw text search.
General1 files