/safety-guard — Write Scope Protection
Three-mode protection system that restricts what autonomous agents can do. Prevents accidental writes outside project boundaries, destructive operations, and unauthorized scope expansion.
Usage
/safety-guard careful # Confirm before risky operations
/safety-guard freeze # Restrict writes to current directory
/safety-guard guard # Combined: freeze + careful
/safety-guard off # Disable all guards
/safety-guard status # Show
[Description truncada. Veja o README completo no GitHub.]