injector_blast_radius
Identify dependencies of a symbol to understand refactor blast radius. Traverse inbound, outbound, or both directions.
Instructions
Finds dependencies of a specific symbol to analyze the impact of a refactor. Can traverse inbound (callers), outbound (what it calls), or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The exact symbol name to analyze. | |
| direction | No | Traversal direction: 'inbound', 'outbound', or 'both' (default: 'inbound'). |