From 2ab32b258ce5e9edb03baa183706352496a0fdc8 Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Thu, 9 Apr 2026 11:23:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B=20=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB=D0=B0=20=D0=BF=D0=BE=D0=B4=D1=82=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=B5=D0=B9?= =?UTF-8?q?=D1=81=D1=82=D0=B2=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index e65803a..0c08d6e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,17 +3,16 @@ ## General Rules (MUST) ### Git Collaboration Policy (General) -- Ask user permission before commit. +- Commit/push only after explicit user approval. - After approval: commit and push immediately. -- If the change is small and readable: show it to the user before applying it. - Branch switch prompt (`fix/*` or `feat/*`): ask once at dialogue start; reuse the explicit user decision for all subsequent fix/feature tasks in the same dialogue. - After finishing work in `fix/*` or `feat/*`: propose either 1. creating an MR into `main`, or 2. merging to `main` immediately and deleting the `fix/*`/`feat/*` branch. - If push fails: retry up to 2 more times with 3s pause. -- Never auto-commit/auto-push without explicit user approval. -- Approval prompts for pending actions: short direct question in imperative form, no soft/opening phrases. -- If multiple actions or combinations are possible: provide a numbered options list so user can reply with a number. +- Approval prompts for pending actions: short direct phrasing, no soft/opening phrases; response format is mandatory: + - binary action: yes/no question. + - multiple actions/combinations: numbered options only. ### Cleanup (General) - Do not leave temporary/debug artifacts in repo.