docs: add self-contained project memory requirement to guidelines

This commit is contained in:
mamad
2026-08-29 03:42:32 +03:30
parent 8429ebe2df
commit 6482c97741
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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.
+4
View File
@@ -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.