diff --git a/README.md b/README.md index bbede8a..d3d1af4 100644 --- a/README.md +++ b/README.md @@ -171,3 +171,17 @@ Default reviewers: - `@Timmy` (hermes-agent) See [docus/branch-protection.md](docus/branch-protection.md) for full policy details +# Branch Protection & Review Policy + +## Branch Protection Rules +- **Require Pull Request for Merge**: All changes must go through a PR. +- **Required Approvals**: At least one approval is required. +- **Dismiss Stale Approvals**: Approvals are dismissed on new commits. +- **Require CI to Pass**: CI must pass before merging (enabled where CI exists). +- **Block Force Push**: Prevents force-pushing to `main`. +- **Block Deletion**: Prevents deletion of the `main` branch. + +## Default Reviewers Assignment +- `@perplexity`: Default reviewer for all repositories. +- `@Timmy`: Required reviewer for `hermes-agent` (owner gate). +- Repo-specific owners for specialized areas.