From 868f4b3390dcf486aec49f9fa5193c0881317a9b Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Sun, 19 Apr 2026 16:55:10 -0400 Subject: [PATCH] Updated he directory path for general agents trash. --- CLAUDE.md | 2 +- documentation/BOOTSTRAP__AI_Agent_Quickstart.md | 4 ++-- documentation/GUIDE__Development.md | 2 +- documentation/PROJECT__AE_Events_Badges_Review_Print.md | 2 +- documentation/archive/TODO__Agents__ARCHIVE_2026-04.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1f2168f3..240b61be 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 --- diff --git a/documentation/BOOTSTRAP__AI_Agent_Quickstart.md b/documentation/BOOTSTRAP__AI_Agent_Quickstart.md index b25b0e5e..789b417e 100644 --- a/documentation/BOOTSTRAP__AI_Agent_Quickstart.md +++ b/documentation/BOOTSTRAP__AI_Agent_Quickstart.md @@ -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. --- diff --git a/documentation/GUIDE__Development.md b/documentation/GUIDE__Development.md index d5cd7c53..2e68c820 100644 --- a/documentation/GUIDE__Development.md +++ b/documentation/GUIDE__Development.md @@ -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) diff --git a/documentation/PROJECT__AE_Events_Badges_Review_Print.md b/documentation/PROJECT__AE_Events_Badges_Review_Print.md index e15486f4..bb4801bf 100644 --- a/documentation/PROJECT__AE_Events_Badges_Review_Print.md +++ b/documentation/PROJECT__AE_Events_Badges_Review_Print.md @@ -124,7 +124,7 @@ the MODULE doc TODO list was stale. `duplex` is in `properties_to_save`; v2 badg - `ae_comp__badge_print_controls.svelte` — Identity card at top, pronouns moved to attendee section, "Staff adjustments" divider before badge_type field. - `print_list/+page.svelte` — Updated to import v2. -- `ae_comp__badge_obj_view.svelte` (v1) — **Moved to ~/tmp/gemini_trash/** +- `ae_comp__badge_obj_view.svelte` (v1) — **Moved to ~/tmp/agents_trash/** **Kiosk UX improvements (2026-03-12):** - Print page header: cleaner, shows name + "Ready"/"Printed N×" status chip, event name. diff --git a/documentation/archive/TODO__Agents__ARCHIVE_2026-04.md b/documentation/archive/TODO__Agents__ARCHIVE_2026-04.md index 7cf2d330..d7bb49ef 100644 --- a/documentation/archive/TODO__Agents__ARCHIVE_2026-04.md +++ b/documentation/archive/TODO__Agents__ARCHIVE_2026-04.md @@ -108,7 +108,7 @@ suddenly jumps to 0 errors, verify it's not because a bad `.d.ts` replaced a pac - [x] **[package.json] Remove orphaned ShadCN/bits-ui packages.** `shadcn-svelte` and `bits-ui` remain in `package.json` but have no usages — `src/lib/components/ui/` was removed 2026-03-27 - (trashed to `~/tmp/gemini_trash/shadcn_components_ui_2026-03-27`). Removed from `package.json` and + (trashed to `~/tmp/agents_trash/shadcn_components_ui_2026-03-27`). Removed from `package.json` and `package-lock.json` on 2026-04-02. ### [IDAA] Jitsi config editor + live site fix