From 14a3647a5893c0547bd5d8b3d4aac57cd67e157b Mon Sep 17 00:00:00 2001 From: Sidney Swift <158200036+sidneyswift@users.noreply.github.com> Date: Wed, 13 May 2026 10:26:53 -0400 Subject: [PATCH] chore: remove unused swipe folder The swipe/ directory only contained empty .gitkeep files and was never populated with real reference material. Removing it to reduce confusion about where reference content lives. Brand context, transcripts, and content/ already cover voice-of-customer needs. - delete swipe/ (5 empty .gitkeep subdirs) - AGENTS.md: drop architecture line + Swipe File section - README.md: drop swipe bullet Co-authored-by: Cursor --- AGENTS.md | 16 ---------------- README.md | 1 - swipe/competitors/.gitkeep | 0 swipe/complaints/.gitkeep | 0 swipe/copy/.gitkeep | 0 swipe/designs/.gitkeep | 0 swipe/trends/.gitkeep | 0 7 files changed, 17 deletions(-) delete mode 100644 swipe/competitors/.gitkeep delete mode 100644 swipe/complaints/.gitkeep delete mode 100644 swipe/copy/.gitkeep delete mode 100644 swipe/designs/.gitkeep delete mode 100644 swipe/trends/.gitkeep diff --git a/AGENTS.md b/AGENTS.md index 5badeba..12f4815 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -49,7 +49,6 @@ content/brand/ — Brand context files (read before creating content) content/seo/ — SEO strategy + keyword targets content/STATUS.md — Current state snapshot (read FIRST every session) transcripts/ — Call transcripts (eng, customers, leads) for positioning/copy context -swipe/ — Reference material (copy, designs, competitors, complaints, trends) workflows/ — Shared non-UI automation for funnels, sync, and reporting docs/plans/ — Architecture and implementation plans ``` @@ -71,21 +70,6 @@ All transcript files must use: `-.md` (e.g. `customer-acme- **When the user gives you a transcript:** Create a new file in `transcripts/`, name it `subject-date.md`, paste the transcript, commit. See `transcripts/README.md` for details. -## Swipe File (Reference Collection) - -Raw research material that informs content, positioning, and copy. One markdown file per item. - -``` -swipe/copy/ — Good copy you've seen (headlines, hooks, CTAs) -swipe/designs/ — Screenshots and visual references -swipe/competitors/ — What competitors say and do -swipe/complaints/ — Real pain points from Reddit, forums, reviews -swipe/trends/ — Industry data and market insights -``` - -When adding to swipe, use a descriptive filename (e.g., `reddit-artists-hate-posting.md`). -Read relevant swipe files before writing copy — real language > made-up language. - ## Context Files (Read Before Creating Content) ``` diff --git a/README.md b/README.md index b296687..e6dc0d3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Recoup's public marketing website — Next.js 16, React 19, Tailwind CSS v4. - `public/` — Static assets (brand logos, icons, images) - `content/` — Brand docs, SEO plans, blog posts (MDX), status - `transcripts/` — Call transcripts for voice-of-customer context -- `swipe/` — Reference copy, designs, competitor notes, trends - `workflows/` — Shared non-UI automation for funnels, sync, reporting ## Commands diff --git a/swipe/competitors/.gitkeep b/swipe/competitors/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/swipe/complaints/.gitkeep b/swipe/complaints/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/swipe/copy/.gitkeep b/swipe/copy/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/swipe/designs/.gitkeep b/swipe/designs/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/swipe/trends/.gitkeep b/swipe/trends/.gitkeep deleted file mode 100644 index e69de29..0000000