diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index 475a441..4e22718 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -11,14 +11,14 @@
"plugins": [
{
"name": "compound-engineering",
- "description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 27 specialized agents, 23 commands, and 14 skills.",
- "version": "2.27.0",
+ "description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 28 specialized agents, 24 commands, and 15 skills.",
+ "version": "2.28.0",
"author": {
"name": "Kieran Klaassen",
"url": "https://github.com/kieranklaassen",
"email": "kieran@every.to"
},
- "homepage": "https://github.com/kieranklaassen/compound-engineering-plugin",
+ "homepage": "https://github.com/EveryInc/compound-engineering-plugin",
"tags": ["ai-powered", "compound-engineering", "workflow-automation", "code-review", "quality", "knowledge-management", "image-generation"],
"source": "./plugins/compound-engineering"
},
@@ -29,7 +29,7 @@
"author": {
"name": "Nityesh Agarwal"
},
- "homepage": "https://github.com/kieranklaassen/compound-engineering-plugin",
+ "homepage": "https://github.com/EveryInc/compound-engineering-plugin",
"tags": ["coding", "programming", "tutorial", "learning", "spaced-repetition", "education"],
"source": "./plugins/coding-tutor"
}
diff --git a/README.md b/README.md
index df8918e..f274a0d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A Claude Code plugin marketplace featuring the **Compound Engineering Plugin**
## Claude Code Install
```bash
-/plugin marketplace add https://github.com/kieranklaassen/compound-engineering-plugin
+/plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin
/plugin install compound-engineering
```
diff --git a/docs/index.html b/docs/index.html
index 155344f..ec26ee3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,7 +4,7 @@
Compounding Engineering - AI-Powered Development Tools for Claude Code
-
+
@@ -12,7 +12,7 @@
-
+
@@ -139,7 +139,7 @@
Docs
-
+
GitHub
diff --git a/docs/pages/changelog.html b/docs/pages/changelog.html
index 936b690..7cf731c 100644
--- a/docs/pages/changelog.html
+++ b/docs/pages/changelog.html
@@ -118,7 +118,7 @@
/report-bug command - New slash command for reporting bugs in the
compound-engineering plugin. Provides a structured workflow that gathers bug information
through guided questions, collects environment details automatically, and creates a GitHub
- issue in the kieranklaassen/every-marketplace repository.
+ issue in the EveryInc/compound-engineering-plugin repository.
diff --git a/docs/pages/getting-started.html b/docs/pages/getting-started.html
index f81e526..be37682 100644
--- a/docs/pages/getting-started.html
+++ b/docs/pages/getting-started.html
@@ -97,7 +97,7 @@
Step 1: Add the Marketplace
Think of the marketplace as an app store. You're adding it to Claude Code's list of places to look for plugins:
-
claude /plugin marketplace add https://github.com/kieranklaassen/every-marketplace
+
claude /plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin
Step 2: Install the Plugin
diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json
index b83aa5f..97ea742 100644
--- a/plugins/compound-engineering/.claude-plugin/plugin.json
+++ b/plugins/compound-engineering/.claude-plugin/plugin.json
@@ -1,7 +1,7 @@
{
"name": "compound-engineering",
- "version": "2.27.0",
- "description": "AI-powered development tools. 27 agents, 23 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.",
+ "version": "2.28.0",
+ "description": "AI-powered development tools. 28 agents, 24 commands, 15 skills, 1 MCP server for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",
"email": "kieran@every.to",
diff --git a/plugins/compound-engineering/commands/report-bug.md b/plugins/compound-engineering/commands/report-bug.md
index 10151bc..5eaa3bf 100644
--- a/plugins/compound-engineering/commands/report-bug.md
+++ b/plugins/compound-engineering/commands/report-bug.md
@@ -100,7 +100,7 @@ Use the GitHub CLI to create the issue:
```bash
gh issue create \
- --repo kieranklaassen/every-marketplace \
+ --repo EveryInc/compound-engineering-plugin \
--title "[compound-engineering] Bug: [Brief description]" \
--body "[Formatted bug report from Step 3]" \
--label "bug,compound-engineering"
@@ -109,7 +109,7 @@ gh issue create \
**Note:** If labels don't exist, create without labels:
```bash
gh issue create \
- --repo kieranklaassen/every-marketplace \
+ --repo EveryInc/compound-engineering-plugin \
--title "[compound-engineering] Bug: [Brief description]" \
--body "[Formatted bug report]"
```
@@ -126,7 +126,7 @@ After the issue is created:
```
✅ Bug report submitted successfully!
-Issue: https://github.com/kieranklaassen/every-marketplace/issues/[NUMBER]
+Issue: https://github.com/EveryInc/compound-engineering-plugin/issues/[NUMBER]
Title: [compound-engineering] Bug: [description]
Thank you for helping improve the compound-engineering plugin!
diff --git a/plugins/compound-engineering/commands/workflows/work.md b/plugins/compound-engineering/commands/workflows/work.md
index d404ffc..bb67c4c 100644
--- a/plugins/compound-engineering/commands/workflows/work.md
+++ b/plugins/compound-engineering/commands/workflows/work.md
@@ -279,7 +279,7 @@ This command takes a work document (plan, specification, or todo file) and execu
---
- [](https://github.com/kieranklaassen/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
+ [](https://github.com/EveryInc/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
EOF
)"
```