elenchus_ripple_effect
Analyze how code changes affect other files and functions to identify dependencies before implementation.
Instructions
Analyze ripple effect of a code change. Shows which files and functions will be affected by modifying a specific file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| changedFile | Yes | File that will be changed | |
| changedFunction | No | Specific function that will be changed |