From af1fd046d4d18db13d9787a12833f69b21f3cd43 Mon Sep 17 00:00:00 2001 From: XapcT Date: Sat, 11 Apr 2026 19:35:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=BE=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B2=D0=B5=D1=80=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D0=B2=20fix=20=D0=B8=20feat?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=82=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index e9f903f..600b3f7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -34,8 +34,8 @@ Approval/clarification: - Branch (`fix/*` or `feat/*`): ask once before the first file-changing task that may lead to commit; reuse decision for all subsequent tasks in same dialogue. After work in `fix/*` or `feat/*`: -1. MR → main -2. merge → main + delete branch +1. merge changes directly into `main` and delete the source branch +2. create PR/MR targeting `main` Push failure: - retry ≤2 times, 3s delay