diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 720b046a6..2c4c10894 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "3.6.0", - "plugins/compound-engineering": "3.6.0", + ".": "3.7.0", + "plugins/compound-engineering": "3.7.0", "plugins/coding-tutor": "1.3.0", ".claude-plugin": "1.0.2", ".cursor-plugin": "1.0.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ea51251..2e60cb70f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [3.7.0](https://github.com/dalley/compound-engineering-plugin/compare/cli-v3.6.0...cli-v3.7.0) (2026-05-05) + + +### Features + +* **ce-strategy,ce-product-pulse:** add PM skills for upstream anchor and outcome pulse ([#614](https://github.com/dalley/compound-engineering-plugin/issues/614)) ([cb8f9b3](https://github.com/dalley/compound-engineering-plugin/commit/cb8f9b348391d28f31ce367b9ff308980939c96f)) +* **ce-strategy:** move strategy doc to root and add frontmatter ([#732](https://github.com/dalley/compound-engineering-plugin/issues/732)) ([265cb42](https://github.com/dalley/compound-engineering-plugin/commit/265cb4280f22bbd2fd5cc45e338371442b6c1692)) +* convert hooks to .codex/hooks.json for Codex target ([#742](https://github.com/dalley/compound-engineering-plugin/issues/742)) ([60b66dd](https://github.com/dalley/compound-engineering-plugin/commit/60b66dd904c3a81e0a25dd3bc61e2d94d8837f86)) +* **riffrec-feedback-analysis:** add Riffrec feedback skill with three-path routing ([#747](https://github.com/dalley/compound-engineering-plugin/issues/747)) ([dde9256](https://github.com/dalley/compound-engineering-plugin/commit/dde9256362db90606d052c662dc8f2f0ae6b620b)) + + +### Bug Fixes + +* **ce-code-review:** keep finding numbers stable ([#754](https://github.com/dalley/compound-engineering-plugin/issues/754)) ([e856756](https://github.com/dalley/compound-engineering-plugin/commit/e8567566b7ed779ea1964d6ffe97e8cb4ca79d73)) +* **ce-code-review:** restate model override at dispatch point ([#681](https://github.com/dalley/compound-engineering-plugin/issues/681)) ([9751d1a](https://github.com/dalley/compound-engineering-plugin/commit/9751d1a30a39fcfe17a9e052d32dbc9a5deafd02)) +* **ce-compound, ce-sessions:** remove bash parameter expansion from ! backtick ([#752](https://github.com/dalley/compound-engineering-plugin/issues/752)) ([9539bf0](https://github.com/dalley/compound-engineering-plugin/commit/9539bf045deba099a20d306b2b118e3b019c633c)) +* **ce-compound,ce-sessions:** handle non-git CWD in pre-resolved git branch ([#731](https://github.com/dalley/compound-engineering-plugin/issues/731)) ([5e04534](https://github.com/dalley/compound-engineering-plugin/commit/5e045341372fc95d284268d514a53da5722c81d2)) +* **ce-plan:** inline post-generation menu routing so option 1 actually starts /ce-work ([#715](https://github.com/dalley/compound-engineering-plugin/issues/715)) ([0c515c0](https://github.com/dalley/compound-engineering-plugin/commit/0c515c06fe7efc77baf29b5512a768c930d50ba0)) +* **ce-plan:** render Implementation Units as headings, not bulleted list items ([#766](https://github.com/dalley/compound-engineering-plugin/issues/766)) ([be2efd7](https://github.com/dalley/compound-engineering-plugin/commit/be2efd7d7605c483ea9f068c6190b81a9d68e942)) +* **ce-sessions:** 722 ce-compound and ce-sessions permission error ([#723](https://github.com/dalley/compound-engineering-plugin/issues/723)) ([8f80466](https://github.com/dalley/compound-engineering-plugin/commit/8f804669b184bc68ef6dbab4669fe0e431d8271a)) +* **ce-setup:** detect codex global skills ([#739](https://github.com/dalley/compound-engineering-plugin/issues/739)) ([887db6b](https://github.com/dalley/compound-engineering-plugin/commit/887db6b2ade997a2723debc15b5baf34fcf52fb4)) +* **ce-work-beta:** defer model and reasoning effort to Codex config ([#704](https://github.com/dalley/compound-engineering-plugin/issues/704)) ([4b5f28d](https://github.com/dalley/compound-engineering-plugin/commit/4b5f28da9746aae8f2c5dd715d7029d0ab2758a6)) +* **ce-worktree:** resolve script path against skill dir, not user CWD ([#772](https://github.com/dalley/compound-engineering-plugin/issues/772)) ([4cc1ee6](https://github.com/dalley/compound-engineering-plugin/commit/4cc1ee6fe2a353cd0b8e7466ec27e9556b042ee3)) +* **code-review:** grant Write to JSON-pipeline reviewer agents ([#741](https://github.com/dalley/compound-engineering-plugin/issues/741)) ([520a9eb](https://github.com/dalley/compound-engineering-plugin/commit/520a9ebea039f4f5d984cd7f31d8b8e60a9e0bc6)) +* **review:** default to harness-native code review, escalate on risk ([#721](https://github.com/dalley/compound-engineering-plugin/issues/721)) ([d217660](https://github.com/dalley/compound-engineering-plugin/commit/d217660b3d37acf38227abf5c57ba6f390ccaa1e)) +* **review:** queue reviewers when subagent slots fill ([#716](https://github.com/dalley/compound-engineering-plugin/issues/716)) ([d69a772](https://github.com/dalley/compound-engineering-plugin/commit/d69a772bb8682da23fa0b6a293245768e573254b)) +* **skills:** replace shell antipatterns blocked by permission check ([#711](https://github.com/dalley/compound-engineering-plugin/issues/711)) ([1f0a77b](https://github.com/dalley/compound-engineering-plugin/commit/1f0a77bcc1e4edbf1b7979ea5cd13d1e553d4662)) + ## [3.6.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v3.5.0...cli-v3.6.0) (2026-05-05) diff --git a/package.json b/package.json index 9ab733f52..010a156d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "3.6.0", + "version": "3.7.0", "description": "Official 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 76fad7ad0..3177d04a8 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.6.0", + "version": "3.7.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 cb8a37400..13fce6d55 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.6.0", + "version": "3.7.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 62d118950..b691ad1a0 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.6.0", + "version": "3.7.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 010b917a7..a85a17bc7 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -9,6 +9,50 @@ 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). +## [3.7.0](https://github.com/dalley/compound-engineering-plugin/compare/compound-engineering-v3.6.0...compound-engineering-v3.7.0) (2026-05-05) + + +### Features + +* **ce-brainstorm,ce-plan:** surface agent's scope synthesis before doc-write ([#705](https://github.com/dalley/compound-engineering-plugin/issues/705)) ([41e7f72](https://github.com/dalley/compound-engineering-plugin/commit/41e7f72ab697b3aee9b4a740794daa55317f44d1)) +* **ce-simplify-code:** add skill for simplifying recent code changes ([#735](https://github.com/dalley/compound-engineering-plugin/issues/735)) ([2d20757](https://github.com/dalley/compound-engineering-plugin/commit/2d207574123782722116bd3d93f9f5756fab4dd3)) +* **ce-strategy,ce-product-pulse:** add PM skills for upstream anchor and outcome pulse ([#614](https://github.com/dalley/compound-engineering-plugin/issues/614)) ([cb8f9b3](https://github.com/dalley/compound-engineering-plugin/commit/cb8f9b348391d28f31ce367b9ff308980939c96f)) +* **ce-strategy:** move strategy doc to root and add frontmatter ([#732](https://github.com/dalley/compound-engineering-plugin/issues/732)) ([265cb42](https://github.com/dalley/compound-engineering-plugin/commit/265cb4280f22bbd2fd5cc45e338371442b6c1692)) +* **ce-work-beta:** adaptive effort selection for Codex delegation batches ([#759](https://github.com/dalley/compound-engineering-plugin/issues/759)) ([3e03365](https://github.com/dalley/compound-engineering-plugin/commit/3e03365d54b5ec909ba75adfc15b870f2e5a9b53)) +* **riffrec-feedback-analysis:** add Riffrec feedback skill with three-path routing ([#747](https://github.com/dalley/compound-engineering-plugin/issues/747)) ([dde9256](https://github.com/dalley/compound-engineering-plugin/commit/dde9256362db90606d052c662dc8f2f0ae6b620b)) + + +### Bug Fixes + +* **ce-code-review:** comment-gate previous-comments persona to skip empty PRs ([#720](https://github.com/dalley/compound-engineering-plugin/issues/720)) ([09fa18b](https://github.com/dalley/compound-engineering-plugin/commit/09fa18bcc1f130b7af26dfc53974776f1434b53d)) +* **ce-code-review:** keep finding numbers stable ([#754](https://github.com/dalley/compound-engineering-plugin/issues/754)) ([e856756](https://github.com/dalley/compound-engineering-plugin/commit/e8567566b7ed779ea1964d6ffe97e8cb4ca79d73)) +* **ce-code-review:** mandate walkthrough.md load on walk-through entry ([#718](https://github.com/dalley/compound-engineering-plugin/issues/718)) ([5ac1a06](https://github.com/dalley/compound-engineering-plugin/commit/5ac1a063a9c154bb586a5f2b2ad17ef59990c0b6)) +* **ce-code-review:** restate model override at dispatch point ([#681](https://github.com/dalley/compound-engineering-plugin/issues/681)) ([9751d1a](https://github.com/dalley/compound-engineering-plugin/commit/9751d1a30a39fcfe17a9e052d32dbc9a5deafd02)) +* **ce-commit-push-pr:** URL-encode parens in badge model-slug examples ([#725](https://github.com/dalley/compound-engineering-plugin/issues/725)) ([3873b9e](https://github.com/dalley/compound-engineering-plugin/commit/3873b9e9de483cfe91eaed295a6b736d0a2e1168)) +* **ce-commit-push-pr:** use body-file for PR descriptions ([#757](https://github.com/dalley/compound-engineering-plugin/issues/757)) ([a84cb75](https://github.com/dalley/compound-engineering-plugin/commit/a84cb759d078787f1e2f4a0ce2eda9d8680b7c90)) +* **ce-compound-refresh:** check inbound links before deletion ([#713](https://github.com/dalley/compound-engineering-plugin/issues/713)) ([e806522](https://github.com/dalley/compound-engineering-plugin/commit/e806522caab45f07f7bd3f06d6b1333068c538cd)) +* **ce-compound, ce-sessions:** remove bash parameter expansion from ! backtick ([#752](https://github.com/dalley/compound-engineering-plugin/issues/752)) ([9539bf0](https://github.com/dalley/compound-engineering-plugin/commit/9539bf045deba099a20d306b2b118e3b019c633c)) +* **ce-compound,ce-sessions:** handle non-git CWD in pre-resolved git branch ([#731](https://github.com/dalley/compound-engineering-plugin/issues/731)) ([5e04534](https://github.com/dalley/compound-engineering-plugin/commit/5e045341372fc95d284268d514a53da5722c81d2)) +* **ce-doc-review:** block diagram deletion as a fix recommendation ([#775](https://github.com/dalley/compound-engineering-plugin/issues/775)) ([1f3c646](https://github.com/dalley/compound-engineering-plugin/commit/1f3c6466e4eb4e1b584c658953dfb1ca98dd3335)) +* **ce-doc-review:** tighten finding resolution routing ([#769](https://github.com/dalley/compound-engineering-plugin/issues/769)) ([5427863](https://github.com/dalley/compound-engineering-plugin/commit/542786320bc155d48823e58162d6a474b54be671)) +* **ce-doc-review:** tighten suggested_fix and why_it_matters rules ([#702](https://github.com/dalley/compound-engineering-plugin/issues/702)) ([dd08094](https://github.com/dalley/compound-engineering-plugin/commit/dd080943e0bff65416c5a3b16bcc6c3e1d26524f)) +* **ce-plan:** close synthesis drift in rich-context invocations ([#729](https://github.com/dalley/compound-engineering-plugin/issues/729)) ([15c1cde](https://github.com/dalley/compound-engineering-plugin/commit/15c1cde7b353d8f309b5a2de94bafb99380d787a)) +* **ce-plan:** inline post-generation menu routing so option 1 actually starts /ce-work ([#715](https://github.com/dalley/compound-engineering-plugin/issues/715)) ([0c515c0](https://github.com/dalley/compound-engineering-plugin/commit/0c515c06fe7efc77baf29b5512a768c930d50ba0)) +* **ce-plan:** render Implementation Units as headings, not bulleted list items ([#766](https://github.com/dalley/compound-engineering-plugin/issues/766)) ([be2efd7](https://github.com/dalley/compound-engineering-plugin/commit/be2efd7d7605c483ea9f068c6190b81a9d68e942)) +* **ce-polish-beta:** support Bash 3.2 project detection ([#755](https://github.com/dalley/compound-engineering-plugin/issues/755)) ([caf5e12](https://github.com/dalley/compound-engineering-plugin/commit/caf5e1251caeeed45ed2e18eb366fc25d90f38be)) +* **ce-sessions:** 722 ce-compound and ce-sessions permission error ([#723](https://github.com/dalley/compound-engineering-plugin/issues/723)) ([8f80466](https://github.com/dalley/compound-engineering-plugin/commit/8f804669b184bc68ef6dbab4669fe0e431d8271a)) +* **ce-setup:** detect codex global skills ([#739](https://github.com/dalley/compound-engineering-plugin/issues/739)) ([887db6b](https://github.com/dalley/compound-engineering-plugin/commit/887db6b2ade997a2723debc15b5baf34fcf52fb4)) +* **ce-work-beta:** defer model and reasoning effort to Codex config ([#704](https://github.com/dalley/compound-engineering-plugin/issues/704)) ([4b5f28d](https://github.com/dalley/compound-engineering-plugin/commit/4b5f28da9746aae8f2c5dd715d7029d0ab2758a6)) +* **ce-work-beta:** replace semicolon pre-resolution with single-command form ([#758](https://github.com/dalley/compound-engineering-plugin/issues/758)) ([5139ff1](https://github.com/dalley/compound-engineering-plugin/commit/5139ff13e9102e9db821fbeffa5e2abc49014dd6)) +* **ce-work-beta:** update Codex sandbox flags to current CLI syntax ([#770](https://github.com/dalley/compound-engineering-plugin/issues/770)) ([7ff3472](https://github.com/dalley/compound-engineering-plugin/commit/7ff3472cabb4dfe7141b55429ed2bc6b02a7b5e9)) +* **ce-worktree:** resolve script path against skill dir, not user CWD ([#772](https://github.com/dalley/compound-engineering-plugin/issues/772)) ([4cc1ee6](https://github.com/dalley/compound-engineering-plugin/commit/4cc1ee6fe2a353cd0b8e7466ec27e9556b042ee3)) +* **code-review:** grant Write to JSON-pipeline reviewer agents ([#741](https://github.com/dalley/compound-engineering-plugin/issues/741)) ([520a9eb](https://github.com/dalley/compound-engineering-plugin/commit/520a9ebea039f4f5d984cd7f31d8b8e60a9e0bc6)) +* **commit-push-pr:** branch from fresh remote base to prevent stale-base contamination ([#708](https://github.com/dalley/compound-engineering-plugin/issues/708)) ([cd2fc67](https://github.com/dalley/compound-engineering-plugin/commit/cd2fc67c3f2db9b98de16a10d2a1e8e11700985e)) +* **review:** default to harness-native code review, escalate on risk ([#721](https://github.com/dalley/compound-engineering-plugin/issues/721)) ([d217660](https://github.com/dalley/compound-engineering-plugin/commit/d217660b3d37acf38227abf5c57ba6f390ccaa1e)) +* **review:** escape literal pipes in finding table cells ([#779](https://github.com/dalley/compound-engineering-plugin/issues/779)) ([c7fc674](https://github.com/dalley/compound-engineering-plugin/commit/c7fc6743264440c2b0093607572764a0ce451b5d)) +* **review:** queue reviewers when subagent slots fill ([#716](https://github.com/dalley/compound-engineering-plugin/issues/716)) ([d69a772](https://github.com/dalley/compound-engineering-plugin/commit/d69a772bb8682da23fa0b6a293245768e573254b)) +* **skills:** replace shell antipatterns blocked by permission check ([#711](https://github.com/dalley/compound-engineering-plugin/issues/711)) ([1f0a77b](https://github.com/dalley/compound-engineering-plugin/commit/1f0a77bcc1e4edbf1b7979ea5cd13d1e553d4662)) + ## [3.6.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.5.0...compound-engineering-v3.6.0) (2026-05-05)