From 74a8942999bffff3123d9e61e320b5da0a35a94d Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Thu, 9 Apr 2026 08:51:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=20=D1=81=D1=81=D1=8B=D0=BB?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D1=80=D0=B5=D0=BB=D0=B8=D0=B7:?= =?UTF-8?q?=20[version](url)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 2742ab8..cfac9b8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -64,7 +64,7 @@ - Commit message content: what was done (not what should be done). - If push fails: retry up to 2 more times with 3s pause. - If changes affect `.pak` contents or build/release flow: propose releasing next version. -- For released versions in user-facing messages: provide direct archive link when derivable (acceptable immediately after tag push, even before CI finishes). +- For released versions in user-facing messages: provide direct archive link in Markdown format `[version](url)` when derivable (acceptable immediately after tag push, even before CI finishes). - Never auto-commit/auto-push without explicit user approval. ## Cleanup (MUST)