Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .claude-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Comment on lines +10 to +17
* **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))
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "Plugin marketplace for Claude Code and Codex extensions",
"version": "1.0.2"
"version": "2.0.0"
},
"plugins": [
{
Expand Down
17 changes: 17 additions & 0 deletions .cursor-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Comment on lines +10 to +17
* **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)


Expand Down
4 changes: 2 additions & 2 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://github.com/kieranklaassen"
},
"metadata": {
"description": "Cursor plugin marketplace for Every Inc plugins",
"version": "1.0.1",
"description": "Cursor plugin marketplace for compound-engineering",
"version": "2.0.0",
"pluginRoot": "plugins"
},
"plugins": [
Expand Down
8 changes: 4 additions & 4 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Comment on lines +15 to +22
* **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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/compound-engineering/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/compound-engineering/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/compound-engineering/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
31 changes: 31 additions & 0 deletions plugins/compound-engineering/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down