📖 Concept
You're the safety net
Before running shell commands or editing files, Claude shows you exactly what it wants to do. Read it. Approve commands that are scoped and reversible. Pause on anything destructive: `rm -rf`, `git push --force`, DB drops.
- ✓Approve: ls, cat, npm test, git diff
- ✓Pause and read: rm, mv, git reset --hard, SQL writes
- ✓Auto-accept is for scoped, trusted loops only