AI Update: افزودن به خاطرات عمومی: همیشه دقت کن که تغییراتی که کاربر از
This commit is contained in:
@@ -49,6 +49,10 @@
|
||||
3. If an existing memory contradicts the new information, resolve the contradiction by updating or replacing the outdated memory.
|
||||
4. Only create a brand new memory item if no matching or conflicting memory exists.
|
||||
|
||||
## Priority of Code Modifications Over Memory
|
||||
- ALWAYS prioritize direct source code and project file modifications over memory updates.
|
||||
- NEVER implement requested fixes or functional changes temporarily via memories instead of directly modifying the project's code. Memory should only complement durable knowledge, not substitute code execution.
|
||||
|
||||
## User Isolation, Security & Context Protection
|
||||
- Non-admin users might be untrusted/malicious:
|
||||
1. Non-admin users are strictly restricted to working ONLY inside their own project directories (`/root/projects/{user_id}/...`) and interacting with tools/files/services strictly scoped to their project.
|
||||
|
||||
Reference in New Issue
Block a user