repomind_impact_analysis
Calculate the downstream impact of modifying a file by tracing direct and indirect reverse dependents, showing exactly which files will be affected.
Instructions
Calculates the downstream blast radius (reverse dependents) of modifying a target file or module, showing exactly which files depend on it directly or indirectly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | The maximum traversal depth for reverse lookup (defaults to 3). | |
| targetPath | Yes | The absolute path to the target file to assess. |