From 2a7b6d93956a6742bb5f8b0d65074c66eedb3d54 Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Wed, 8 Apr 2026 15:01:53 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20AGENTS.md=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=BE=D0=BC=20=D0=BF=D1=80=D0=BE=20=D0=BF=D1=80=D0=B5=D0=B4?= =?UTF-8?q?=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B5=D0=BB=D0=B8=D0=B7=D0=B0?= 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 9b1bd23..f93a840 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 +- if changes affect files that go into the final `.pak`, or change the build/release process, propose releasing the next version Do not auto-commit or auto-push without explicit user approval. From 3c893cd0d90985813a8fa998dd35d2a12bccc758 Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Wed, 8 Apr 2026 15:04:52 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20AGENTS.md=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=BE=D0=BC=20=D0=BF=D0=BE=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= 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 f93a840..fdd290b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -133,6 +133,7 @@ User preference: - after finishing work in a `feat/` or `fix/` branch, propose merging it back into `main` - comments and commit messages should be written in Russian - 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 Do not auto-commit or auto-push without explicit user approval. From 4148e8b861c2ec5d2e3870043431f5b9292355e1 Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Wed, 8 Apr 2026 15:06:57 +0300 Subject: [PATCH 3/3] =?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