repo_impact_analysis
Analyze the impact of modifying a file or symbol to identify affected areas across the codebase, enabling informed decision-making before changes.
Instructions
Analyze potential impact of modifying a specific file or symbol across the codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative or absolute file path to analyze. | |
| path | Yes | Absolute path to the repository root directory. |