impact
Map blast radius in codebases: traverse from a node to discover all downstream effects or upstream dependencies, grouped by hierarchy. Assess change impact quickly.
Instructions
Blast radius analysis: fan out from a node to see everything it affects (downstream) or depends on (upstream), grouped by tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name or qname pattern to analyze. | |
| direction | No | 'downstream' or 'upstream'. | downstream |
| depth | No | How many hops to traverse. Default 3. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |