From c9595312abeafd8635f9a08060b150135636aa4d Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Thu, 9 Apr 2026 11:55:17 +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=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=20=D1=81?= =?UTF-8?q?=D1=81=D1=8B=D0=BB=D0=BE=D0=BA=20=D0=B8=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=82=D0=BE=D0=BA=20=D0=B2=20AGENTS.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 0c08d6e..430ce0b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,7 +5,7 @@ ### Git Collaboration Policy (General) - Commit/push only after explicit user approval. - After approval: commit and push immediately. -- 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. +- Branch switch prompt (`fix/*` or `feat/*`): ask 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. @@ -22,6 +22,9 @@ - For changes to rules files (`AGENTS.md`, `ACTIONS.md`): prefer optimized, compressed edits for AI-agent execution (machine-readable, unambiguous). - Keep rule updates minimal and non-duplicative: merge overlapping points, remove redundancy, preserve intent. +### Communication (General) +- Project file links in user-facing Markdown: relative paths, `/` separators, spaces encoded as `%20`. + ## Project-Specific Rules (MUST) ### Scope