From cd5c92cf9f13b27a4cf9195c3cfef93159400733 Mon Sep 17 00:00:00 2001 From: Sidney Swift <158200036+sidneyswift@users.noreply.github.com> Date: Fri, 15 May 2026 00:26:22 -0400 Subject: [PATCH 1/3] chore: rename plugins submodule to marketplace, bump pointer GitHub repo recoupable/plugins was renamed to recoupable/marketplace to better reflect what it actually is (a curated marketplace of agent plugins, each in its own repo). This commit syncs the mono superrepo to the new naming: - Folder: mono/plugins/ -> mono/marketplace/ - .gitmodules: section name [submodule "plugins"] -> "marketplace", path -> marketplace, url -> github.com/recoupable/marketplace.git - Internal git plumbing moved (.git/modules/plugins -> .git/modules/marketplace) with sub-submodule .git pointer fixed - Submodule pointer bumped ccaf610 -> c0e3d8d to capture all of tonight's marketplace work: * recoup-catalog-deals/PR#1: URL hygiene * recoup-catalog-deals/PR#2: version 0.1.0 -> 0.2.0 * marketplace/PR#3: submodule rename, Recoupable -> Recoup * marketplace/PR#4: registry rename + version bump - PROGRESS.md updated per workspace rules Co-authored-by: Cursor --- .gitmodules | 6 +++--- PROGRESS.md | 19 ++++++++++++++++++- marketplace | 1 + plugins | 1 - 4 files changed, 22 insertions(+), 5 deletions(-) create mode 160000 marketplace delete mode 160000 plugins diff --git a/.gitmodules b/.gitmodules index 1457f81..bed7f9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,6 +43,6 @@ [submodule "blog"] path = blog url = https://github.com/recoupable/blog.git -[submodule "plugins"] - path = plugins - url = https://github.com/recoupable/plugins.git +[submodule "marketplace"] + path = marketplace + url = https://github.com/recoupable/marketplace.git diff --git a/PROGRESS.md b/PROGRESS.md index 84b5efa..6f9e1a7 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -1,6 +1,23 @@ # PROGRESS.md -> Last updated: 2026-04-14 +> Last updated: 2026-05-15 + +--- + +## [2026-05-15] Plugins/Marketplace — rename submodule to recoup-catalog-deals, registry to recoup-marketplace, version bump 0.2.0 +**Prompt:** Rename plugin GitHub repo (twice — to catalog-deals-plugin then to recoup-catalog-deals), rename registry GitHub repo to marketplace, bump plugin version, align all naming touchpoints +**Status:** completed +**Changes:** +- recoup-catalog-deals (formerly music-catalog-diligence): pulled in upstream rebrand (new recoup-catalog-* commands, dashboard/report skills, validators, golden fixtures, hooks); fixed `repository` URLs in 3 plugin manifests + README; bumped version 0.1.0 → 0.2.0 +- marketplace (formerly plugins): renamed submodule folder + `.gitmodules` section, both marketplace JSONs, README install commands, AGENTS.md; bumped owner/author from "Recoupable" → "Recoup" and `developerName`; marketplace `name` field "recoupable-plugins" → "recoup-marketplace"; bumped plugin entry version to 0.2.0; submodule pointer bumped d91c4cf → c0e3d8d through three sequential PRs +- mono: renamed `plugins/` folder → `marketplace/`, updated `.gitmodules` (section, path, URL), fixed internal git plumbing (.git/modules/plugins → .git/modules/marketplace and sub-submodule worktree paths), bumped marketplace submodule pointer ccaf610 → c0e3d8d +**PRs:** +- https://github.com/recoupable/recoup-catalog-deals/pull/1 (URL hygiene, merged) +- https://github.com/recoupable/recoup-catalog-deals/pull/2 (version bump, merged) +- https://github.com/recoupable/marketplace/pull/3 (submodule + Recoupable→Recoup rename, merged) +- https://github.com/recoupable/marketplace/pull/4 (registry rename + version bump, merged) +- This PR: mono superrepo folder rename + pointer bump +**Notes:** Existing Cowork/Claude Code installs of the old `recoupable-plugins` marketplace will need to remove + re-add as `recoupable/marketplace` and reinstall the plugin (both marketplace identity and plugin name changed). All five aligned-naming touchpoints from the plugins repo's AGENTS.md now consistent on `recoup-catalog-deals` and `recoup-marketplace`. LICENSE inside recoup-catalog-deals still says "Recoupable Inc." — left intact pending confirmation that the legal entity name actually changed (vs. just the brand). --- diff --git a/marketplace b/marketplace new file mode 160000 index 0000000..c0e3d8d --- /dev/null +++ b/marketplace @@ -0,0 +1 @@ +Subproject commit c0e3d8d96125c2a4a9b1c4397f8ad41921c680fa diff --git a/plugins b/plugins deleted file mode 160000 index ccaf610..0000000 --- a/plugins +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ccaf6106b9178d366a7e9e8a1f6474eecd741185 From 2375c94b6334f36a8d999aa50cf4d34ed10f2bbf Mon Sep 17 00:00:00 2001 From: Sidney Swift <158200036+sidneyswift@users.noreply.github.com> Date: Fri, 15 May 2026 01:31:15 -0400 Subject: [PATCH 2/3] chore: log catalog plugin rename in PROGRESS.md Co-authored-by: Cursor --- PROGRESS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/PROGRESS.md b/PROGRESS.md index 6f9e1a7..228eeac 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -1003,3 +1003,17 @@ chat (frontend) → api (backend) → Supabase (database) - mono: Added `open-agents` entry to AGENTS.md submodule table (External, reference app for background coding agents on Vercel) **PRs:** pending (branch: feat/add-open-agents-submodule) **Notes:** Submodule pinned to current `open-agents` main HEAD. + +--- + +## [2026-05-15] Rename catalog plugin to recoup-catalogs-plugin +**Prompt:** Track upstream GitHub rename of recoup-catalog-deals → recoup-catalogs-plugin across the marketplace and plugin submodule +**Status:** completed +**Changes:** +- `marketplace/recoup-catalogs-plugin` (plugin submodule): String-replaced `recoup-catalog-deals` → `recoup-catalogs-plugin` in 3 plugin manifests, README, hooks prompt, _helpers docstring, requirements header, and demo data-room README +- `marketplace`: Renamed submodule via `git mv`, updated `.gitmodules` section name + URL, fixed both registry JSONs (`.agents/plugins/marketplace.json`, `.claude-plugin/marketplace.json`) and root README; advanced submodule pointer to plugin's new commit +- `marketplace` git internals: Renamed `.git/modules/marketplace/modules/recoup-catalog-deals` → `recoup-catalogs-plugin`, updated gitlink, removed stale `[submodule "recoup-catalog-deals"]` section from `.git/modules/marketplace/config`, ran `git remote set-url origin` inside the submodule +**PRs:** +- plugin: https://github.com/recoupable/recoup-catalogs-plugin/pull/3 +- marketplace: bundled into existing PR #8 on branch `feat/add-recoup-research-plugin` (commit cc1c140) +**Notes:** Plugin PR must merge before marketplace PR so the recorded submodule SHA exists on plugin's main. Untracked skill copies inside `recoup-content-plugin` and `recoup-research-plugin` submodules are unrelated WIP and were intentionally left out of this commit. From 41a43aaf6811f3b862ec0296fcf8069187cf8c18 Mon Sep 17 00:00:00 2001 From: Sidney Swift <158200036+sidneyswift@users.noreply.github.com> Date: Fri, 15 May 2026 01:39:34 -0400 Subject: [PATCH 3/3] chore: log recoup-content-plugin 0.2.0 in PROGRESS.md Co-authored-by: Cursor --- PROGRESS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/PROGRESS.md b/PROGRESS.md index 228eeac..a65166f 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -1017,3 +1017,16 @@ chat (frontend) → api (backend) → Supabase (database) - plugin: https://github.com/recoupable/recoup-catalogs-plugin/pull/3 - marketplace: bundled into existing PR #8 on branch `feat/add-recoup-research-plugin` (commit cc1c140) **Notes:** Plugin PR must merge before marketplace PR so the recorded submodule SHA exists on plugin's main. Untracked skill copies inside `recoup-content-plugin` and `recoup-research-plugin` submodules are unrelated WIP and were intentionally left out of this commit. + +--- + +## [2026-05-15] recoup-content-plugin quick wins (0.2.0) +**Prompt:** Make the content plugin better — propose ROI-ranked improvements and execute the top tier +**Status:** completed +**Changes:** +- `marketplace/recoup-content-plugin` (plugin submodule): Added anchor command `commands/recoup-content-create.md`; created `references/short-video-manual.md` and `references/song-sourcing.md`; trimmed `skills/short-video/SKILL.md` from ~265 lines to ~85 (progressive disclosure into references); rewrote README — dropped "starter skeleton" framing, added Commands/Skills tables, Getting started example, honest layout + roadmap; bumped version 0.1.0 → 0.2.0 in all three manifests; removed dangling `agents` key from `.cursor-plugin/plugin.json` +- `marketplace`: Bumped recoup-content-plugin version 0.1.0 → 0.2.0 in both registry JSONs and advanced submodule pointer +**PRs:** +- plugin: https://github.com/recoupable/recoup-content-plugin/pull/1 +- marketplace: bundled into existing PR #8 on branch `feat/add-recoup-research-plugin` (commit 26915c3) +**Notes:** Behavior unchanged — pure surface-area + organization work. Plugin PR must merge before marketplace PR so the registry's submodule SHA exists on plugin's main. Roadmap items left for follow-ups: `/recoup-content-templates`, `/recoup-content-demo`, env + completion hooks.