Updated he directory path for general agents trash.
This commit is contained in:
@@ -42,7 +42,7 @@ running in Docker. The frontend talks to it exclusively via the V3 REST API.
|
||||
- **Journals** are private personal data. Always authenticated.
|
||||
|
||||
### File Safety
|
||||
- **Never use `rm`** to delete files. Move to `~/tmp/gemini_trash` instead.
|
||||
- **Never use `rm`** to delete files. Move to `~/tmp/agents_trash` instead.
|
||||
- Never commit `.env` files, API keys, or passwords.
|
||||
|
||||
### Before Every Commit
|
||||
@@ -250,7 +250,7 @@ These are real incidents — know them before you start.
|
||||
`outline` and `draft` files but not `admin` files. Gaps like this happen when a new
|
||||
enum value is added to a field without auditing all the places that filter on it.
|
||||
|
||||
6. **Deleting files with `rm`** — always move to `~/tmp/gemini_trash`. A deleted file may
|
||||
6. **Deleting files with `rm`** — always move to `~/tmp/agents_trash`. A deleted file may
|
||||
contain context that's not recoverable from git if it was gitignored.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user