Updated he directory path for general agents trash.

This commit is contained in:
Scott Idem
2026-04-19 16:55:10 -04:00
parent aebbcf5b47
commit 868f4b3390
5 changed files with 6 additions and 6 deletions

View File

@@ -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.
---