From 30837ef2e9e7b3300fec2410357077f3c00ca6e0 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Sun, 1 Mar 2026 15:05:14 -0800 Subject: [PATCH] fix: Replace all stale every-marketplace references with compound-engineering-plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CLAUDE.md: update repo name in title, structure diagram, and example install path - .claude-plugin/marketplace.json: rename marketplace identifier - docs/solutions/plugin-versioning-requirements.md: fix local file paths - plugins/compound-engineering/commands/deploy-docs.md: fix GitHub Pages URL - plans/landing-page-launchkit-refresh.md: fix local file paths Closes #211. Closed #212 (was inverting the fix). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude-plugin/marketplace.json | 2 +- CLAUDE.md | 6 +++--- docs/solutions/plugin-versioning-requirements.md | 6 +++--- plans/landing-page-launchkit-refresh.md | 4 ++-- plugins/compound-engineering/commands/deploy-docs.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 43ca5b4..fa02ae2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "every-marketplace", + "name": "compound-engineering-plugin", "owner": { "name": "Kieran Klaassen", "url": "https://github.com/kieranklaassen" diff --git a/CLAUDE.md b/CLAUDE.md index 92ec03d..a301bd0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,11 +1,11 @@ -# Every Marketplace - Claude Code Plugin Marketplace +# compound-engineering-plugin - Claude Code Plugin Marketplace This repository is a Claude Code plugin marketplace that distributes the `compound-engineering` plugin to developers building with AI-powered tools. ## Repository Structure ``` -every-marketplace/ +compound-engineering-plugin/ ├── .claude-plugin/ │ └── marketplace.json # Marketplace catalog (lists available plugins) ├── docs/ # Documentation site (GitHub Pages) @@ -261,7 +261,7 @@ python -m http.server 8000 1. Install the marketplace locally: ```bash - claude /plugin marketplace add /Users/yourusername/every-marketplace + claude /plugin marketplace add /Users/yourusername/compound-engineering-plugin ``` 2. Install the plugin: diff --git a/docs/solutions/plugin-versioning-requirements.md b/docs/solutions/plugin-versioning-requirements.md index 5122780..bb3267d 100644 --- a/docs/solutions/plugin-versioning-requirements.md +++ b/docs/solutions/plugin-versioning-requirements.md @@ -72,6 +72,6 @@ This documentation serves as a reminder. When Claude Code works on this plugin, ## Related Files -- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/.claude-plugin/plugin.json` -- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/CHANGELOG.md` -- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/README.md` +- `/Users/kieranklaassen/compound-engineering-plugin/plugins/compound-engineering/.claude-plugin/plugin.json` +- `/Users/kieranklaassen/compound-engineering-plugin/plugins/compound-engineering/CHANGELOG.md` +- `/Users/kieranklaassen/compound-engineering-plugin/plugins/compound-engineering/README.md` diff --git a/plans/landing-page-launchkit-refresh.md b/plans/landing-page-launchkit-refresh.md index 8384ee2..6a49ede 100644 --- a/plans/landing-page-launchkit-refresh.md +++ b/plans/landing-page-launchkit-refresh.md @@ -275,5 +275,5 @@ Review and enhance the `/docs/index.html` landing page using LaunchKit elements - LaunchKit Template: https://launchkit.evilmartians.io/ - Pragmatic Writing Skill: `~/.claude/skills/pragmatic-writing-skill/SKILL.md` -- Current Landing Page: `/Users/kieranklaassen/every-marketplace/docs/index.html` -- Style CSS: `/Users/kieranklaassen/every-marketplace/docs/css/style.css` +- Current Landing Page: `/Users/kieranklaassen/compound-engineering-plugin/docs/index.html` +- Style CSS: `/Users/kieranklaassen/compound-engineering-plugin/docs/css/style.css` diff --git a/plugins/compound-engineering/commands/deploy-docs.md b/plugins/compound-engineering/commands/deploy-docs.md index a54b8ea..93a19d4 100644 --- a/plugins/compound-engineering/commands/deploy-docs.md +++ b/plugins/compound-engineering/commands/deploy-docs.md @@ -109,5 +109,5 @@ Provide a summary: - [ ] Commit any pending changes - [ ] Push to main branch - [ ] Verify GitHub Pages workflow exists -- [ ] Check deployment at https://everyinc.github.io/every-marketplace/ +- [ ] Check deployment at https://everyinc.github.io/compound-engineering-plugin/ ```