docs: add self-contained project memory requirement to guidelines
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user