What problem does it solve?
Full safety mode: destructive command warnings + directory-scoped edits. Combines /careful (warns before rm -rf, DROP TABLE, force-push, etc.) with /freeze (blocks edits outside a specified directory). Use for maximum safety when touching prod or debugging live systems. Use when asked to "guard mode", "full safety", "lock it down", or "maximum safety".
Core Features & Use Cases
- Destructive command warnings are always on to prevent accidental data loss.
- Directory-based edit freeze ensures edits are restricted to a safe path during maintenance or debugging.
- Quick adoption with clear setup steps and integration with existing care/freeze components for safe operations.
Quick Start
Invoke guard mode to enable destructive-command warnings and a boundary-restricted editing environment.