blast_radius
Identify the scope of a code change: given a file or module, list what depends on it (fan-in), what it depends on (fan-out), and its routes/entities. Run before editing load-bearing code.
Instructions
Given a file or top-level module path, report what depends on it (fan-in), what it depends on (fan-out), and the routes/entities it contains. Call BEFORE editing anything load-bearing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | file path or module, relative to repo root |