From 7aca648396c1181b2c1c9010edd89ff734783152 Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Wed, 8 Apr 2026 23:48:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=BE=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B0=D1=80=D1=85=D0=B8=D0=B2=D1=8B=20=D1=80=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=D0=B7=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index ea18468..d7258a4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -137,6 +137,8 @@ User preference: - 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 +- when referring to a released version in user-facing messages, format the version as a direct link to the release archive whenever the archive URL can be derived +- it is acceptable to provide that archive link immediately after publishing the tag, even if the build is still running and the link may become valid a bit later Do not auto-commit or auto-push without explicit user approval.