Analyze change impact
analyze_impactIdentify all files impacted by your changed files via dependency graph and reverse transitive closure, so you can assess blast radius and avoid unintended breakage.
Instructions
Read-only blast-radius analysis for changed files using the project dependency graph and reverse transitive closure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Project root | . |
| max_files | No | Maximum graph files | |
| changed_files | Yes | Changed project-relative files |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | Yes | ||
| error | No | ||
| message | No | ||
| success | Yes | ||
| schema_version | Yes |