Files
the-nexus/docs/branch_protection_policy.md
Alexander Whitestone d1ddfe47e7
Some checks failed
CI / test (pull_request) Failing after 7s
CI / validate (pull_request) Failing after 3s
feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918)
Refs #918
Agent: groq
2026-04-07 04:37:55 -04:00

27 lines
547 B
Markdown

# Branch Protection & Review Policy
## Enforcement Rules
All repositories must:
- Require PR for main branch merges
- Require 1 approval
- Dismiss stale approvals
- Block force pushes
- Block branch deletion
## Reviewer Assignments
- All repos: @perplexity (QA gate)
- hermes-agent: @Timmy (owner gate)
## CI Requirements
- hermes-agent: Full CI required
- the-nexus: CI pending (issue #915)
- timmy-config: Limited ci
## Compliance
This policy blocks:
- Direct pushes to main
- Unreviewed merges
- Merges with failing ci
- History rewriting