get_blast_radius
Determine what a feature change impacts: dependent modules, covering tests, and high-risk areas. Use it to verify a fix is complete before committing.
Instructions
Map what a feature change affects: who imports the changed modules, covering tests, high-risk areas.
Returns: {dependents: {...}, covering_tests: [...], high_risk: [...], notes: [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | ||
| head | No | ||
| repo | Yes |