fix: Replace all stale every-marketplace references with compound-engineering-plugin

- 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 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2026-03-01 15:05:14 -08:00
parent 2e2a58beab
commit 30837ef2e9
5 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "every-marketplace",
"name": "compound-engineering-plugin",
"owner": {
"name": "Kieran Klaassen",
"url": "https://github.com/kieranklaassen"

View File

@@ -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:

View File

@@ -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`

View File

@@ -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`

View File

@@ -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/
```