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

@@ -31,7 +31,7 @@
1. **Before starting:** Read `documentation/TODO__Agents.md` for active tasks
2. **Before committing:** Run `npx svelte-check` — no exceptions
3. **Commits:** Atomic — one component or fix per commit
4. **Never delete files with `rm`** — move to `~/tmp/gemini_trash`
4. **Never delete files with `rm`** — move to `~/tmp/agents_trash`
5. **Backend coordination:** Use `ae_send_message` or flag changes clearly
---