What problem does it solve?
Careful Mode prevents accidental or unintended destructive changes by requiring explicit, human confirmations before any file writes, edits, or shell commands are executed, making it safer to work on production code and sensitive systems.
Core Features & Use Cases
- Per-action confirmation: Summarize proposed file changes and request confirmation before applying writes or edits.
- Command approval: Display every Bash command and require approval prior to execution, with triple-confirmation for high-risk operations like git push, rm, or SQL DROP.
- Security review: Encourage a brief security review and rationale explanation before each change to catch vulnerabilities or data exposure issues.
- Use Case: Use when performing deployments, hotfixes, or maintenance on critical repositories where accidental commands could cause data loss or downtime.
Quick Start
Activate careful mode and require explicit confirmation before every write, edit, or bash command.