lilbrain_impact
Assess the blast radius of changing a function: identify affected callers, subsystems, and risk level to make informed refactoring decisions.
Instructions
Blast radius: if you change this function, what breaks? Affected callers, subsystems, risk level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function to analyze | |
| depth | No | Max caller depth (default 5) |