From 4148e8b861c2ec5d2e3870043431f5b9292355e1 Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Wed, 8 Apr 2026 15:06:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D1=82=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BA=20=D1=84=D0=BE=D1=80=D0=BC=D1=83=D0=BB=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=BA=D0=B5=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index fdd290b..56ea0db 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -132,6 +132,7 @@ User preference: - feature/fix branches must use the prefix `feat/` or `fix/` - after finishing work in a `feat/` or `fix/` branch, propose merging it back into `main` - comments and commit messages should be written in Russian +- commit messages should describe what was done, not what should be done - if changes affect files that go into the final `.pak`, or change the build/release process, propose releasing the next version - if push fails, retry up to two more times with a 3-second pause between attempts