Plan / dry-run a command (no execution)
sh_planAnalyze a command's blast-radius and reversibility without executing it. See predicted file mutations and category (read-only, mutating, destructive, etc.).
Instructions
Statically predict what a command WOULD do without running it: blast-radius category (read-only | mutating | destructive | network | complex | unknown), whether it's reversible, and predicted file mutations. Use before destructive or unfamiliar commands. Does NOT execute anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to analyze. |