Persist merge-on-green agent policy #17

Merged
lost-rob0t merged 1 commit from codex/issue-16-merge-on-green-a1 into main 2026-08-03 09:46:24 +00:00
lost-rob0t commented 2026-08-03 09:45:31 +00:00 (Migrated from github.com)

Closes #16

Implemented

  • makes merge-on-green the default agent workflow
  • removes ceremonial approval as a merge delay
  • requires exact-head green CI, mergeability, correct base, and no unresolved blocker
  • directs agents to merge immediately when repository auto-merge is disabled
  • preserves hard stops for CI failure, conflicts, secrets, architecture violations, destructive changes, and blocking review findings

Validation

  • documentation-only policy change
  • GitHub Actions must pass on the exact PR head before merge

Merge behavior

This PR must merge immediately when green under the policy it introduces.

Closes #16 ## Implemented - makes merge-on-green the default agent workflow - removes ceremonial approval as a merge delay - requires exact-head green CI, mergeability, correct base, and no unresolved blocker - directs agents to merge immediately when repository auto-merge is disabled - preserves hard stops for CI failure, conflicts, secrets, architecture violations, destructive changes, and blocking review findings ## Validation - documentation-only policy change - GitHub Actions must pass on the exact PR head before merge ## Merge behavior This PR must merge immediately when green under the policy it introduces.
Sign in to join this conversation.
No description provided.