From 6482c9774135252d5f9a7c2abe4be87afc9abfb3 Mon Sep 17 00:00:00 2001 From: mamad Date: Sat, 29 Aug 2026 03:42:32 +0330 Subject: [PATCH] docs: add self-contained project memory requirement to guidelines --- AGENTS.md | 4 ++++ GEMINI.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index d74807b..f9f2b6c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -57,3 +57,7 @@ The bot interface is strictly organized into 5 category hubs: ### 3.5 Button Permissions & Channel Callbacks - Inline callbacks on review cards (`sel_trg:`, `rej:`, `del_msg:`) check `is_admin(event.sender_id)` against `ADMIN_USER_IDS`. - The bot must have Administrator privileges in the review channel with permissions to edit and delete messages. + +### 3.6 Self-Contained Project Memory +- Always record, update, and maintain all rules, architecture notes, domain standards, and operational memories about this project inside its own folder (`AGENTS.md` and `GEMINI.md`). +- This ensures any developer or collaborator receiving this repository has immediate, self-contained access to the project's memory and guidelines. diff --git a/GEMINI.md b/GEMINI.md index d74807b..f9f2b6c 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -57,3 +57,7 @@ The bot interface is strictly organized into 5 category hubs: ### 3.5 Button Permissions & Channel Callbacks - Inline callbacks on review cards (`sel_trg:`, `rej:`, `del_msg:`) check `is_admin(event.sender_id)` against `ADMIN_USER_IDS`. - The bot must have Administrator privileges in the review channel with permissions to edit and delete messages. + +### 3.6 Self-Contained Project Memory +- Always record, update, and maintain all rules, architecture notes, domain standards, and operational memories about this project inside its own folder (`AGENTS.md` and `GEMINI.md`). +- This ensures any developer or collaborator receiving this repository has immediate, self-contained access to the project's memory and guidelines.