From e2654fff91865a16520d043de3948eae63af6a88 Mon Sep 17 00:00:00 2001 From: Kevin Bataille Date: Tue, 21 Jul 2026 21:54:40 +0200 Subject: [PATCH] Agents now merge to develop instead of master --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 008396d..5c287fe 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -89,7 +89,7 @@ Obey these rules: 4. Keep the build green on the branch. 5. Request a review before a merge. 6. Do not merge your own feature without a review. -7. Merge to `master` only after the review passes. +7. Merge to `develop` only after the review passes. 8. Delete the feature branch after the merge. `master` must always build. `master` must always pass the tests.