From 46081f5f103c79539852b50ad7f6c42ad709b53e Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 28 Jan 2026 20:45:44 -0800 Subject: [PATCH] Update rule 10: also require permission to push to main Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 56eec3d..e599dae 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -47,7 +47,7 @@ Address each unresolved comment before proceeding. The user will resolve comment 9. After deploying changes, try to verify the result. Use `mise run indri-services-check` to do a general service health check. -10. **Never merge PRs without explicit user request.** The user will merge PRs themselves after review. Only merge if the user explicitly asks you to. +10. **Never merge PRs or push to main without explicit user request.** The user will merge PRs themselves after review. Only merge a PR or push directly to main if the user explicitly asks you to. ## Project Structure