claude: update CONTRIBUTING.md to also mention that only PRs are allowed, never direct pushes or merges by the bot #6

Open
claude-bot wants to merge 1 commits from claude/baa89a03 into main
Showing only changes of commit bb9545cdc5 - Show all commits
+8
View File
@@ -0,0 +1,8 @@
# 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.