inspect_blast_radius
Identify potential regression points, direct and transitive downstream dependents, and broken test suites for a targeted file change before modifying code.
Instructions
Identifies potential regression points, direct and transitive downstream dependents, and broken test suites for a targeted file change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | No | Path to repository root. Defaults to current working directory. | |
| targetFile | Yes | Path to the target file to inspect (e.g. 'src/auth/token.ts'). |