blast_radius
Map the downstream impact of changing or deleting a symbol by tracing direct and indirect references up to a chosen depth. Use this before refactoring to reveal code that could break.
Instructions
What breaks if this symbol changes: everything that references it, then everything that references those, to the given depth. Run before changing a signature or deleting anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name | |
| depth | No | Hops to follow, 1-4 (default 2) | |
| max_queries | No | Query budget (default 60) |