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:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "every-marketplace",
|
"name": "compound-engineering-plugin",
|
||||||
"owner": {
|
"owner": {
|
||||||
"name": "Kieran Klaassen",
|
"name": "Kieran Klaassen",
|
||||||
"url": "https://github.com/kieranklaassen"
|
"url": "https://github.com/kieranklaassen"
|
||||||
|
|||||||
@@ -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.
|
This repository is a Claude Code plugin marketplace that distributes the `compound-engineering` plugin to developers building with AI-powered tools.
|
||||||
|
|
||||||
## Repository Structure
|
## Repository Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
every-marketplace/
|
compound-engineering-plugin/
|
||||||
├── .claude-plugin/
|
├── .claude-plugin/
|
||||||
│ └── marketplace.json # Marketplace catalog (lists available plugins)
|
│ └── marketplace.json # Marketplace catalog (lists available plugins)
|
||||||
├── docs/ # Documentation site (GitHub Pages)
|
├── docs/ # Documentation site (GitHub Pages)
|
||||||
@@ -261,7 +261,7 @@ python -m http.server 8000
|
|||||||
1. Install the marketplace locally:
|
1. Install the marketplace locally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
claude /plugin marketplace add /Users/yourusername/every-marketplace
|
claude /plugin marketplace add /Users/yourusername/compound-engineering-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install the plugin:
|
2. Install the plugin:
|
||||||
|
|||||||
@@ -72,6 +72,6 @@ This documentation serves as a reminder. When Claude Code works on this plugin,
|
|||||||
|
|
||||||
## Related Files
|
## Related Files
|
||||||
|
|
||||||
- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/.claude-plugin/plugin.json`
|
- `/Users/kieranklaassen/compound-engineering-plugin/plugins/compound-engineering/.claude-plugin/plugin.json`
|
||||||
- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/CHANGELOG.md`
|
- `/Users/kieranklaassen/compound-engineering-plugin/plugins/compound-engineering/CHANGELOG.md`
|
||||||
- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/README.md`
|
- `/Users/kieranklaassen/compound-engineering-plugin/plugins/compound-engineering/README.md`
|
||||||
|
|||||||
@@ -275,5 +275,5 @@ Review and enhance the `/docs/index.html` landing page using LaunchKit elements
|
|||||||
|
|
||||||
- LaunchKit Template: https://launchkit.evilmartians.io/
|
- LaunchKit Template: https://launchkit.evilmartians.io/
|
||||||
- Pragmatic Writing Skill: `~/.claude/skills/pragmatic-writing-skill/SKILL.md`
|
- Pragmatic Writing Skill: `~/.claude/skills/pragmatic-writing-skill/SKILL.md`
|
||||||
- Current Landing Page: `/Users/kieranklaassen/every-marketplace/docs/index.html`
|
- Current Landing Page: `/Users/kieranklaassen/compound-engineering-plugin/docs/index.html`
|
||||||
- Style CSS: `/Users/kieranklaassen/every-marketplace/docs/css/style.css`
|
- Style CSS: `/Users/kieranklaassen/compound-engineering-plugin/docs/css/style.css`
|
||||||
|
|||||||
@@ -109,5 +109,5 @@ Provide a summary:
|
|||||||
- [ ] Commit any pending changes
|
- [ ] Commit any pending changes
|
||||||
- [ ] Push to main branch
|
- [ ] Push to main branch
|
||||||
- [ ] Verify GitHub Pages workflow exists
|
- [ ] Verify GitHub Pages workflow exists
|
||||||
- [ ] Check deployment at https://everyinc.github.io/every-marketplace/
|
- [ ] Check deployment at https://everyinc.github.io/compound-engineering-plugin/
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user