From ab38e2ffd05cb166dc670eb8c1cb8d99bc53bffe Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Thu, 22 Jan 2026 07:44:08 -0800 Subject: [PATCH] chore: bump to v2.28.0 and fix repo URLs - Bump version to 2.28.0 in plugin.json and marketplace.json (CHANGELOG was updated but version numbers were missed) - Fix all repo URLs from kieranklaassen/* to EveryInc/compound-engineering-plugin - Update component counts in docs: 28 agents, 24 commands, 15 skills, 1 MCP Co-Authored-By: Claude --- .claude-plugin/marketplace.json | 8 +++--- README.md | 2 +- docs/index.html | 28 +++++++++---------- docs/pages/changelog.html | 2 +- docs/pages/getting-started.html | 2 +- .../.claude-plugin/plugin.json | 4 +-- .../commands/report-bug.md | 6 ++-- .../commands/workflows/work.md | 2 +- 8 files changed, 27 insertions(+), 27 deletions(-) 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
- +
Install @@ -154,14 +154,14 @@
- - Version 2.6.0 released! + + Version 2.28.0 released!

Your Code Reviews Just Got 12 Expert Opinions. In 30 Seconds.

- Here's what happened when we shipped yesterday: security audit, performance analysis, architectural review, pattern detection, and eight more specialized checks—all running in parallel. No meetings. No waiting. Just answers. That's compounding engineering: 27 specialized agents, 19 workflow commands, and 12 skills that make today's work easier than yesterday's. + Here's what happened when we shipped yesterday: security audit, performance analysis, architectural review, pattern detection, and eight more specialized checks—all running in parallel. No meetings. No waiting. Just answers. That's compounding engineering: 28 specialized agents, 24 workflow commands, and 15 skills that make today's work easier than yesterday's.

@@ -884,7 +884,7 @@

Add the Marketplace

-
claude /plugin marketplace add https://github.com/kieranklaassen/every-marketplace
+
claude /plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin
@@ -996,7 +996,7 @@ skill: gemini-imagegen Install Plugin Now - + View on GitHub @@ -1024,7 +1024,7 @@ skill: gemini-imagegen
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 --- - [![Compound Engineered](https://img.shields.io/badge/Compound-Engineered-6366f1)](https://github.com/kieranklaassen/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code) + [![Compound Engineered](https://img.shields.io/badge/Compound-Engineered-6366f1)](https://github.com/EveryInc/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code) EOF )" ```