/careful
Discipline-tool checklist for destructive commands.
When to use
- Setting up a new project or onboarding an agent
- After a destructive accident, codify the rule
- The user says "set up guardrails", "what should the agent not do"
What it writes
.dragoon/CAREFUL.md with two sections:
- destructive commands to confirm before running (rm -rf, force push, etc.)
- destructive commands the agent should NEVER run without explicit user prompt
This is not a runtime block. It's a read-before-act discipline aid.
Run it
dragoon careful --apply
dragoon careful --show