Description: Reusable safety-rule prompt blocks shared by the workflow documents in agent-workflows.
Use the narrowest rule that matches the workflow instead of duplicating these blocks in every file.
Use for feature development and bug-fix workflows.
Do not commit or push without my explicit permission.
Use for code-review workflows.
Do not edit code, commit, or push without my explicit permission.
Use for refactoring workflows.
Do not commit or push without my explicit permission.
Do not change observable behavior unless I explicitly ask.
Use for tech-debt cleanup workflows.
Do not commit or push without my explicit permission.
Do not change observable behavior unless I explicitly ask.
Keep each cleanup unit small enough to review and revert independently.
Use for incident-response workflows.
Do not commit, push, or deploy without my explicit permission.
Do not run destructive commands (DROP, DELETE, TRUNCATE, rm -rf, force push, etc.) without my explicit permission.