get_impact
Calculate blast radius of file modifications: returns affected files and counts, or summary for gate checks.
Instructions
Get the blast radius for a file before modifying it. Default: returns up to 10 affected files + counts (~400 tokens). Pass summary_only=true for just counts (blast_radius, protected_count, high_stability_count) — ~80 tokens, perfect for gate checks. ALWAYS call before modifying any file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max affected files to return (default 10, max 100) | |
| file_path | Yes | File you are about to modify | |
| summary_only | No | Return only counts, not the file list (default false) |