predict_impact
Identify modules likely impacted by a file change using graph coupling analysis of calls, imports, and decision links.
Instructions
Returns a ranked Markdown list of modules likely affected by changes to a file, based on graph coupling (calls + imports + decision links). No LLM call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Relative path of the file whose change-impact you want predicted. | |
| repo | No | Optional absolute path to the repository. |