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

@@ -19,7 +19,7 @@
## 2. Commit Policy
- **Atomic Commits:** One component or one logic fix per commit. Do not batch unrelated changes.
- **Safety:** Use `~/tmp/gemini_trash` for file removal; never use `rm` directly on source files.
- **Safety:** Use `~/tmp/agents_trash` for file removal; never use `rm` directly on source files.
- **Secrets:** Never commit `.env`, API keys, or passwords.
## 3. Coordination (The Handshake)