impact
Analyze blast radius by fanning out from nodes to see downstream effects or upstream dependencies, grouped by tier.
Instructions
Blast radius analysis: fan out from one or more nodes to see everything they affect (downstream) or depend on (upstream), grouped by tier. Pass several comma-separated nodes to assess a whole diff at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | One or more node names/qnames, comma-separated. A diff touching N files is one call. | |
| direction | No | 'downstream' (what it affects) or 'upstream' (what it depends on). | downstream |
| depth | No | How many hops to traverse. Default 3. | |
| mode | No | 'table' (tiered list) or 'prose' (primed prose for LLM context). | table |
| budget | No | Max chars in the result. 0 = no cap. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |