analyze_impact
Identify all files that depend on a specific file to assess the impact of changes.
Instructions
Find all files that depend on a given file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to file | |
| projectRoot | Yes | Project root for security boundary | |
| rootDir | No | Repository root (optional, defaults to projectRoot) |