Compare commits

..
Author SHA1 Message Date
william b0b1055f9d Merge branch 'main' into docs/branch-protection-notes 2026-08-23 15:09:14 +00:00
-8
View File
@@ -1,8 +0,0 @@
# Contributing
- Changes land via pull request — no direct pushes to `main`. Branch protection enforces
this (see README.md, "Branch protection on `main`").
- This applies to the Claude bot too: it only ever opens PRs, never pushes or merges
directly. `claude-bot`'s account is deliberately excluded from the merge whitelist, so a
human always reviews and merges.
- Open a PR against `main` and wait for review before merging.