impact_analysis
Analyze codebase impact by tracing call graphs from changed files, with configurable depth and traversal direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Call graph traversal depth | |
| direction | No | Traversal direction: up|down|both | both |
| changed_files | No | Changed file paths | |
| include_paths | No | Include call paths in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | ||
| inputs | Yes | ||
| summary | Yes | ||
| impacted_nodes | Yes | ||
| analysis_status | No |