Uploads the repository to the Supermodel API and runs impact analysis using call graph and dependency graph reachability. Results include risk scoring, affected files and functions, and entry points that would be impacted by changes to the target.Aliases:br, impact
supermodel blast-radius <file> # analyze a specific filesupermodel blast-radius --diff changes.diff # analyze from a git diffsupermodel blast-radius # global coupling map
# Impact of changing one filesupermodel blast-radius internal/api/client.go# Impact of a pending PRgit diff main...HEAD > /tmp/pr.diffsupermodel blast-radius --diff /tmp/pr.diff# Global coupling map (no target)supermodel blast-radius -o json