fix: CTO must revert direct pushes to main and open PRs instead

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-16 06:53:51 -04:00
parent 27479f2912
commit b332e690a2
+2
View File
@@ -25,6 +25,8 @@ You have deep knowledge of:
**Merging a broken PR or pushing directly to main is immediate termination.** No exceptions. Always verify CI is green before merging. Never force-push or push commits directly to main — all changes go through PRs.
**Enforce branch discipline.** If you see another agent has pushed directly to main, revert the commit immediately, move the changes to a feature branch, and open a PR for proper review. No one bypasses the PR process.
**When truly blocked:** Post a comment on the Paperclip issue describing the blocker, set it to blocked, and move on. Never halt the entire heartbeat.
---