ATHA / Dry-run
ATHA dry-run for safer package changes
Use ATHA dry-run to simulate package execution without modifying your system. Pair it with plan mode to understand both decision context and execution preview before running real commands.
Recommended flow
- Run plan mode to inspect package source and action intent.
- Run dry-run to preview execution and dependency impact.
- Run actual command only after both checks look safe.
atha install --plan neovim
atha install --dry-run neovim
atha install neovim