Impact of change (blast radius)
impact_of_changeIdentify all code dependencies affected by a change to a component or file, up to a specified depth, to prevent unintended breakages during refactors.
Instructions
Given a component, handler, endpoint, or file path, list everything that depends on it (directly and transitively, up to depth N). Use before refactors and when debugging 'what breaks if I change this?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | node name or repo-relative file path | |
| depth | No | ||
| max_tokens | No | response token budget (default 2000) |