From 8f45ad8feccd5341ba4186ffe5d4cd17ee2d0d44 Mon Sep 17 00:00:00 2001 From: Anton Starikov Date: Thu, 3 Sep 2026 21:56:35 +0000 Subject: [PATCH] AGENTS: squash-merge pull requests into develop Claude-Session: https://claude.ai/code/session_018Y23mMfWz18mxafSFTteFT --- AGENTS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 84f2799..9b137b0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -52,7 +52,10 @@ the architect disposes. Disagreement is welcome; scope creep is not. redesign instruction names the mechanism to remove, not a patch to add. - The builder never edits LEDGER.md decision entries. It may append a `Builder note:` line under its own work item. -- Commits go on the work branch. The architect merges to `main` after ACCEPT. +- Commits go on the work branch. After ACCEPT the architect squash-merges + the pull request into `develop` (one commit per work item; the PR title + becomes the commit title, so name it `W-NNN: short description`) and + fast-forwards `main` for releases. ## Verification