From 91c25979e5e37b49798a986fddd12acf562e4b6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:24:44 +0000 Subject: [PATCH 1/2] chore: release main --- .claude-plugin/CHANGELOG.md | 24 ++++++++++++ .claude-plugin/marketplace.json | 2 +- .cursor-plugin/CHANGELOG.md | 17 +++++++++ .cursor-plugin/marketplace.json | 2 +- .github/.release-please-manifest.json | 8 ++-- CHANGELOG.md | 37 +++++++++++++++++++ package.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.cursor-plugin/plugin.json | 2 +- plugins/compound-engineering/CHANGELOG.md | 31 ++++++++++++++++ 11 files changed, 119 insertions(+), 10 deletions(-) create mode 100644 .claude-plugin/CHANGELOG.md diff --git a/.claude-plugin/CHANGELOG.md b/.claude-plugin/CHANGELOG.md new file mode 100644 index 000000000..060b8952c --- /dev/null +++ b/.claude-plugin/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## [2.0.0](https://github.com/OutlineDriven/compound-engineering-slim/compare/marketplace-v1.0.2...marketplace-v2.0.0) (2026-06-09) + + +### ⚠ BREAKING CHANGES + +* **coding-tutor:** removes the coding-tutor plugin from the marketplace and release pipeline. + +### Features + +* **coding-tutor:** restore coding-tutor plugin ([459c099](https://github.com/OutlineDriven/compound-engineering-slim/commit/459c0997e1805e61e94d9c7105e6ba939170072b)) +* **coding-tutor:** restore coding-tutor plugin ([2395458](https://github.com/OutlineDriven/compound-engineering-slim/commit/2395458bce1a1ec79585d8c3ea403329cc4612be)) + + +### Bug Fixes + +* **plugin-manifest:** repoint repository/homepage to fork and drop stale keywords ([4e2faeb](https://github.com/OutlineDriven/compound-engineering-slim/commit/4e2faeb2d875fa39c07ee79cbf2495a9d727fab3)) +* **seo:** repoint fork metadata and install docs, add SEO/GEO positioning ([684b4e4](https://github.com/OutlineDriven/compound-engineering-slim/commit/684b4e4593e17dc7d92bff5c244c8d5eaacd192e)) + + +### Code Refactoring + +* **coding-tutor:** remove coding-tutor plugin ([159cfee](https://github.com/OutlineDriven/compound-engineering-slim/commit/159cfeed3f7cf7cf30623a9d1d925810e713ca30)) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c2eb2e008..75735b1a0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Plugin marketplace for Claude Code and Codex extensions", - "version": "1.0.2" + "version": "2.0.0" }, "plugins": [ { diff --git a/.cursor-plugin/CHANGELOG.md b/.cursor-plugin/CHANGELOG.md index f63f166c2..b48f077e2 100644 --- a/.cursor-plugin/CHANGELOG.md +++ b/.cursor-plugin/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.0.0](https://github.com/OutlineDriven/compound-engineering-slim/compare/cursor-marketplace-v1.0.1...cursor-marketplace-v2.0.0) (2026-06-09) + + +### ⚠ BREAKING CHANGES + +* **coding-tutor:** removes the coding-tutor plugin from the marketplace and release pipeline. + +### Features + +* **coding-tutor:** restore coding-tutor plugin ([459c099](https://github.com/OutlineDriven/compound-engineering-slim/commit/459c0997e1805e61e94d9c7105e6ba939170072b)) +* **coding-tutor:** restore coding-tutor plugin ([2395458](https://github.com/OutlineDriven/compound-engineering-slim/commit/2395458bce1a1ec79585d8c3ea403329cc4612be)) + + +### Code Refactoring + +* **coding-tutor:** remove coding-tutor plugin ([159cfee](https://github.com/OutlineDriven/compound-engineering-slim/commit/159cfeed3f7cf7cf30623a9d1d925810e713ca30)) + ## [1.0.1](https://github.com/EveryInc/compound-engineering-plugin/compare/cursor-marketplace-v1.0.0...cursor-marketplace-v1.0.1) (2026-03-19) diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 0a41bd243..86883edc3 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "Cursor plugin marketplace for Every Inc plugins", - "version": "1.0.1", + "version": "2.0.0", "pluginRoot": "plugins" }, "plugins": [ diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index bd1f0c56e..543a4792a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "3.11.2", - "plugins/compound-engineering": "3.11.2", - ".claude-plugin": "1.0.2", - ".cursor-plugin": "1.0.1" + ".": "4.0.0", + "plugins/compound-engineering": "4.0.0", + ".claude-plugin": "2.0.0", + ".cursor-plugin": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34509c1ad..e2a2c7e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [4.0.0](https://github.com/OutlineDriven/compound-engineering-slim/compare/cli-v3.11.2...cli-v4.0.0) (2026-06-09) + + +### ⚠ BREAKING CHANGES + +* **agents:** removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries. +* **ce-plan:** removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries. +* **doc-review:** removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries. +* **review:** removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries. +* **coding-tutor:** removes the coding-tutor plugin from the marketplace and release pipeline. +* **converters:** removes copilot and droid converter/cleanup support; users on old copilot/droid installs must sweep stale artifacts manually. + +### Features + +* **coding-tutor:** restore coding-tutor plugin ([459c099](https://github.com/OutlineDriven/compound-engineering-slim/commit/459c0997e1805e61e94d9c7105e6ba939170072b)) +* **coding-tutor:** restore coding-tutor plugin ([2395458](https://github.com/OutlineDriven/compound-engineering-slim/commit/2395458bce1a1ec79585d8c3ea403329cc4612be)) + + +### Bug Fixes + +* **codex:** backfill historical skill description aliases ([ed92665](https://github.com/OutlineDriven/compound-engineering-slim/commit/ed926651056d23595d7a4fd350fc3d4d06ad96b4)) +* **codex:** ownership-gate legacy flat skill-dir backup ([c753187](https://github.com/OutlineDriven/compound-engineering-slim/commit/c753187e951b86f79970cda8fdece68f2f6c587e)) +* **plugin-manifest:** repoint repository/homepage to fork and drop stale keywords ([4e2faeb](https://github.com/OutlineDriven/compound-engineering-slim/commit/4e2faeb2d875fa39c07ee79cbf2495a9d727fab3)) +* **readme:** drop cumulative registry counts that contradict the comparison table ([dcf2cdc](https://github.com/OutlineDriven/compound-engineering-slim/commit/dcf2cdc0966c2b2232347157444cb11df3816372)) +* **readme:** route converter install commands through the fork instead of upstream npm ([d20d64c](https://github.com/OutlineDriven/compound-engineering-slim/commit/d20d64cd0eb61dd8c8113f0eaa5ee92aa2fb19f2)) +* **seo:** repoint fork metadata and install docs, add SEO/GEO positioning ([684b4e4](https://github.com/OutlineDriven/compound-engineering-slim/commit/684b4e4593e17dc7d92bff5c244c8d5eaacd192e)) + + +### Code Refactoring + +* **agents:** consolidate shared specialist personas ([3c1eb63](https://github.com/OutlineDriven/compound-engineering-slim/commit/3c1eb639b0ee12dd7644ccb3eedd7a982b54bca9)) +* **ce-plan:** consolidate planning research personas ([53ee4ae](https://github.com/OutlineDriven/compound-engineering-slim/commit/53ee4ae5df732d6d2b13005fbe44ae7d1a62ee31)) +* **coding-tutor:** remove coding-tutor plugin ([159cfee](https://github.com/OutlineDriven/compound-engineering-slim/commit/159cfeed3f7cf7cf30623a9d1d925810e713ca30)) +* **converters:** drop copilot and droid converter targets ([923bfee](https://github.com/OutlineDriven/compound-engineering-slim/commit/923bfee6ca5402e9c55cc44609260ccffd730738)) +* **doc-review:** consolidate doc-review personas ([420aca8](https://github.com/OutlineDriven/compound-engineering-slim/commit/420aca80c06b9ea550d5c80966a13b7911d5d28c)) +* **review:** consolidate code-review personas ([e00b844](https://github.com/OutlineDriven/compound-engineering-slim/commit/e00b84437280dd854adb113cd97f926f4467529a)) + ## [3.11.2](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v3.11.1...cli-v3.11.2) (2026-06-06) diff --git a/package.json b/package.json index f0d8e456e..6c5fb25f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "3.11.2", + "version": "4.0.0", "description": "Slim fork of the Compound Engineering plugin for Claude Code, Codex, and more", "type": "module", "private": false, diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json index 5575d37d7..2bb7ac664 100644 --- a/plugins/compound-engineering/.claude-plugin/plugin.json +++ b/plugins/compound-engineering/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.11.2", + "version": "4.0.0", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/.codex-plugin/plugin.json b/plugins/compound-engineering/.codex-plugin/plugin.json index 3d0dc00cc..80615a60d 100644 --- a/plugins/compound-engineering/.codex-plugin/plugin.json +++ b/plugins/compound-engineering/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.11.2", + "version": "4.0.0", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/.cursor-plugin/plugin.json b/plugins/compound-engineering/.cursor-plugin/plugin.json index 46b34dac5..31eca2cac 100644 --- a/plugins/compound-engineering/.cursor-plugin/plugin.json +++ b/plugins/compound-engineering/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "compound-engineering", "displayName": "Compound Engineering", - "version": "3.11.2", + "version": "4.0.0", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/CHANGELOG.md b/plugins/compound-engineering/CHANGELOG.md index c4ea3f017..27ddc23ee 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -9,6 +9,37 @@ All notable changes to the compound-engineering plugin will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.0.0](https://github.com/OutlineDriven/compound-engineering-slim/compare/compound-engineering-v3.11.2...compound-engineering-v4.0.0) (2026-06-09) + + +### ⚠ BREAKING CHANGES + +* **agents:** removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries. +* **ce-plan:** removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries. +* **doc-review:** removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries. +* **review:** removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries. + +### Features + +* **ce-subagent-driven:** add ce-subagent-driven skill ([1d22795](https://github.com/OutlineDriven/compound-engineering-slim/commit/1d22795daadc48cc39392ae8f28688fec9c4dfd3)) +* **ce-verify-before-complete:** add ce-verify-before-complete skill ([6c94b0a](https://github.com/OutlineDriven/compound-engineering-slim/commit/6c94b0af986489559a30aaee7299c56475eb8925)) + + +### Bug Fixes + +* **ce-commit-push-pr:** remove attribution badges from PR descriptions ([#9](https://github.com/OutlineDriven/compound-engineering-slim/issues/9)) ([95b57a8](https://github.com/OutlineDriven/compound-engineering-slim/commit/95b57a831a778152f16302ed5fd9cd0cd540a8ab)) +* **plugin-manifest:** repoint repository/homepage to fork and drop stale keywords ([4e2faeb](https://github.com/OutlineDriven/compound-engineering-slim/commit/4e2faeb2d875fa39c07ee79cbf2495a9d727fab3)) +* **seo:** repoint fork metadata and install docs, add SEO/GEO positioning ([684b4e4](https://github.com/OutlineDriven/compound-engineering-slim/commit/684b4e4593e17dc7d92bff5c244c8d5eaacd192e)) +* **sweep:** retarget stale persona refs and scrub residual cut names ([d5d09b5](https://github.com/OutlineDriven/compound-engineering-slim/commit/d5d09b57d8590bbeebe287999b3a880a9ddeb860)) + + +### Code Refactoring + +* **agents:** consolidate shared specialist personas ([3c1eb63](https://github.com/OutlineDriven/compound-engineering-slim/commit/3c1eb639b0ee12dd7644ccb3eedd7a982b54bca9)) +* **ce-plan:** consolidate planning research personas ([53ee4ae](https://github.com/OutlineDriven/compound-engineering-slim/commit/53ee4ae5df732d6d2b13005fbe44ae7d1a62ee31)) +* **doc-review:** consolidate doc-review personas ([420aca8](https://github.com/OutlineDriven/compound-engineering-slim/commit/420aca80c06b9ea550d5c80966a13b7911d5d28c)) +* **review:** consolidate code-review personas ([e00b844](https://github.com/OutlineDriven/compound-engineering-slim/commit/e00b84437280dd854adb113cd97f926f4467529a)) + ## [3.11.2](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.11.1...compound-engineering-v3.11.2) (2026-06-06) From 3132168e995978e0d7d70328db027e1408df88ae Mon Sep 17 00:00:00 2001 From: metaphorics <152830360+metaphorics@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:34:22 +0900 Subject: [PATCH 2/2] fix(cursor-marketplace): repoint description from Every Inc to compound-engineering --- .cursor-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 86883edc3..f02eb6ca9 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -6,7 +6,7 @@ "url": "https://github.com/kieranklaassen" }, "metadata": { - "description": "Cursor plugin marketplace for Every Inc plugins", + "description": "Cursor plugin marketplace for compound-engineering", "version": "2.0.0", "pluginRoot": "plugins" },