From 0856693aace70605f9e8c36566244ed8de62ecc2 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 9 Jun 2026 02:26:07 +0100 Subject: [PATCH] Add instruction --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index a14a132..36c9df5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -32,6 +32,9 @@ Always adhere to the following stylistic and spelling rules: - Use **'dialogue'** in documentation, user-facing messages, and general text. Use **'dialog'** only inside source code (e.g. class names, methods). - Use the hyphenated form **'plug-in'** in user-facing text. Use **'plugin'** only in codebase files, configuration settings, or technical contexts. +5. **User Communication Language**: + - Always reply to the user in the language in which they asked the question. + --- ## Technical & Architecture Rules