From 274b9d5e9402dd45b4cecce94a6cbe9299cd3dbf Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:34:52 +0300 Subject: [PATCH] Update AGENTS_SYSTEM_PROMT.md --- AGENTS_SYSTEM_PROMT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS_SYSTEM_PROMT.md b/AGENTS_SYSTEM_PROMT.md index 84453de..fd2815c 100644 --- a/AGENTS_SYSTEM_PROMT.md +++ b/AGENTS_SYSTEM_PROMT.md @@ -32,6 +32,7 @@ let x = 5; // set x to 5 lol - If a file exceeds this limit, split it into submodules. - Organize submodules logically by responsibility (e.g., protocol, transport, state, handlers). - Parent modules MUST declare and describe submodules. +- Use local git for versioning and diffs, write CORRECT and FULL comments to commits with descriptions Correct example: