impact_analysis
Analyze code changes to identify broken tests, affected entry points, and downstream consumers for accurate impact assessment.
Instructions
Given changed files or symbols, determine the full impact: what tests might break, what entry points are affected, what downstream consumers exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codebase | Yes | Codebase name (the name you used when calling index_codebase) | |
| changed_files | No | Changed file paths (relative to codebase root) | |
| changed_symbols | No | Changed symbol names (qualified or partial) | |
| max_depth | No | Maximum traversal depth (default: 5, max: 20) |