From e6ffb32dc43664ea3ec67789f607e3f007ac591c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:05:51 +0000 Subject: [PATCH] chore: release main --- .github/.release-please-manifest.json | 4 +- CHANGELOG.md | 17 +++++++ package.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.cursor-plugin/plugin.json | 2 +- plugins/compound-engineering/CHANGELOG.md | 48 +++++++++++++++++++ 6 files changed, 70 insertions(+), 5 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 48fa1b518..dd3f5f378 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "2.60.0", - "plugins/compound-engineering": "2.60.0", + ".": "2.61.0", + "plugins/compound-engineering": "2.61.0", "plugins/coding-tutor": "1.2.1", ".claude-plugin": "1.0.2", ".cursor-plugin": "1.0.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbe3d6b4..531da6d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.61.0](https://github.com/s070681/compound/compare/cli-v2.60.0...cli-v2.61.0) (2026-04-01) + + +### Features + +* **ce-review:** add headless mode for programmatic callers ([#430](https://github.com/s070681/compound/issues/430)) ([3706a97](https://github.com/s070681/compound/commit/3706a9764b6e73b7a155771956646ddef73f04a5)) +* **converters:** centralize model field normalization across targets ([#442](https://github.com/s070681/compound/issues/442)) ([f93d10c](https://github.com/s070681/compound/commit/f93d10cf60a61b13c7765198d69f7c4cfa268ed6)) +* **model:** add MiniMax provider prefix for cross-platform model normalization ([#463](https://github.com/s070681/compound/issues/463)) ([e372b43](https://github.com/s070681/compound/commit/e372b43d30378321ac815fe1ae101c1d5634d321)) +* **review:** make review mandatory across pipeline skills ([#433](https://github.com/s070681/compound/issues/433)) ([9caaf07](https://github.com/s070681/compound/commit/9caaf071d9b74fd938567542167768f6cdb7a56f)) +* **skill-design:** document skill file isolation and platform variable constraints ([#469](https://github.com/s070681/compound/issues/469)) ([0294652](https://github.com/s070681/compound/commit/0294652395cb62d5569f73ebfea543cfe8b514d6)) +* **testing:** close the testing gap in ce:work, ce:plan, and testing-reviewer ([#438](https://github.com/s070681/compound/issues/438)) ([35678b8](https://github.com/s070681/compound/commit/35678b8add6a603cf9939564bcd2df6b83338c52)) + + +### Bug Fixes + +* **review:** harden ce-review base resolution ([#452](https://github.com/s070681/compound/issues/452)) ([638b38a](https://github.com/s070681/compound/commit/638b38abd267d415ad2d6b72eba3dfe12beefad9)) + ## [2.60.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.59.0...cli-v2.60.0) (2026-03-31) diff --git a/package.json b/package.json index 2a4cec891..143e68070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "2.60.0", + "version": "2.61.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 b80972235..31880baa0 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": "2.60.0", + "version": "2.61.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 90d8a7986..6e6034f95 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": "2.60.0", + "version": "2.61.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 63c00f607..7bd4843b0 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -9,6 +9,54 @@ 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). +## [2.61.0](https://github.com/s070681/compound/compare/compound-engineering-v2.60.0...compound-engineering-v2.61.0) (2026-04-01) + + +### Features + +* **ce-brainstorm:** add conditional visual aids to requirements documents ([#437](https://github.com/s070681/compound/issues/437)) ([bd02ca7](https://github.com/s070681/compound/commit/bd02ca7df04cf2c1c6301de3774e99d283d3d3ca)) +* **ce-brainstorm:** group requirements by logical concern, tighten autofix classification ([#412](https://github.com/s070681/compound/issues/412)) ([90684c4](https://github.com/s070681/compound/commit/90684c4e8272b41c098ef2452c40d86d460ea578)) +* **ce-compound:** add discoverability check for docs/solutions/ in instruction files ([#456](https://github.com/s070681/compound/issues/456)) ([5ac8a2c](https://github.com/s070681/compound/commit/5ac8a2c2c8c258458307e476d6693cc387deb27e)) +* **ce-compound:** add track-based schema for bug vs knowledge learnings ([#445](https://github.com/s070681/compound/issues/445)) ([739109c](https://github.com/s070681/compound/commit/739109c03ccd45474331625f35730924d17f63ef)) +* **ce-plan:** add conditional visual aids to plan documents ([#440](https://github.com/s070681/compound/issues/440)) ([4c7f51f](https://github.com/s070681/compound/commit/4c7f51f35bae56dd9c9dc2653372910c39b8b504)) +* **ce-plan:** add decision matrix form, unchanged invariants, and risk table format ([#417](https://github.com/s070681/compound/issues/417)) ([ccb371e](https://github.com/s070681/compound/commit/ccb371e0b7917420f5ca2c58433f5fc057211f04)) +* **ce-plan:** add interactive deepening mode for on-demand plan strengthening ([#443](https://github.com/s070681/compound/issues/443)) ([ca78057](https://github.com/s070681/compound/commit/ca78057241ec64f36c562e3720a388420bdb347f)) +* **ce-review:** add headless mode for programmatic callers ([#430](https://github.com/s070681/compound/issues/430)) ([3706a97](https://github.com/s070681/compound/commit/3706a9764b6e73b7a155771956646ddef73f04a5)) +* **ce-review:** enforce table format, require question tool, fix autofix_class calibration ([#454](https://github.com/s070681/compound/issues/454)) ([847ce3f](https://github.com/s070681/compound/commit/847ce3f156a5cdf75667d9802e95d68e6b3c53a4)) +* **ce-review:** improve signal-to-noise with confidence rubric, FP suppression, and intent verification ([#434](https://github.com/s070681/compound/issues/434)) ([03f5aa6](https://github.com/s070681/compound/commit/03f5aa65b098e2ab8e25670594e0f554ea3cafbe)) +* **ce-work:** accept bare prompts and add test discovery ([#423](https://github.com/s070681/compound/issues/423)) ([6dabae6](https://github.com/s070681/compound/commit/6dabae6683fb2c37dc47616f172835eacc105d11)) +* **ce-work:** suggest branch rename when worktree name is meaningless ([#451](https://github.com/s070681/compound/issues/451)) ([e872e15](https://github.com/s070681/compound/commit/e872e15efa5514dcfea84a1a9e276bad3290cbc3)) +* **cli-agent-readiness-reviewer:** add smart output defaults criterion ([#448](https://github.com/s070681/compound/issues/448)) ([a01a8aa](https://github.com/s070681/compound/commit/a01a8aa0d29474c031a5b403f4f9bfc42a23ad78)) +* **cli-readiness-reviewer:** add conditional review persona for CLI agent readiness ([#471](https://github.com/s070681/compound/issues/471)) ([c56c766](https://github.com/s070681/compound/commit/c56c7667dfe45cfd149cf2fbfeddb35e96f8d559)) +* **document-review:** add headless mode for programmatic callers ([#425](https://github.com/s070681/compound/issues/425)) ([4e4a656](https://github.com/s070681/compound/commit/4e4a6563b4aa7375e9d1c54bd73442f3b675f100)) +* **document-review:** collapse batch_confirm tier into auto ([#432](https://github.com/s070681/compound/issues/432)) ([0f5715d](https://github.com/s070681/compound/commit/0f5715d562fffc626ddfde7bd0e1652143710a44)) +* **git-commit-push-pr:** add conditional visual aids to PR descriptions ([#444](https://github.com/s070681/compound/issues/444)) ([44e3e77](https://github.com/s070681/compound/commit/44e3e77dc039d31a86194b0254e4e92839d9d5e9)) +* **git-commit-push-pr:** precompute shield badge version via skill preprocessing ([#464](https://github.com/s070681/compound/issues/464)) ([6ca7aef](https://github.com/s070681/compound/commit/6ca7aef7f33ebdf29f579cb4342c209d2bd40aad)) +* **onboarding:** add consumer perspective and split architecture diagrams ([#413](https://github.com/s070681/compound/issues/413)) ([31326a5](https://github.com/s070681/compound/commit/31326a54584a12c473944fa488bea26410fd6fce)) +* **resolve-pr-feedback:** add gated feedback clustering to detect systemic issues ([#441](https://github.com/s070681/compound/issues/441)) ([a301a08](https://github.com/s070681/compound/commit/a301a082057494e122294f4e7c1c3f5f87103f35)) +* **review:** make review mandatory across pipeline skills ([#433](https://github.com/s070681/compound/issues/433)) ([9caaf07](https://github.com/s070681/compound/commit/9caaf071d9b74fd938567542167768f6cdb7a56f)) +* **skills:** clean up argument-hint across ce:* skills ([#436](https://github.com/s070681/compound/issues/436)) ([d2b24e0](https://github.com/s070681/compound/commit/d2b24e07f6f2fde11cac65258cb1e76927238b5d)) +* **test-xcode:** add triggering context to skill description ([#466](https://github.com/s070681/compound/issues/466)) ([87facd0](https://github.com/s070681/compound/commit/87facd05dac94603780d75acb9da381dd7c61f1b)) +* **testing:** close the testing gap in ce:work, ce:plan, and testing-reviewer ([#438](https://github.com/s070681/compound/issues/438)) ([35678b8](https://github.com/s070681/compound/commit/35678b8add6a603cf9939564bcd2df6b83338c52)) + + +### Bug Fixes + +* **ce-brainstorm:** distinguish verification from technical design in Phase 1.1 ([#465](https://github.com/s070681/compound/issues/465)) ([8ec31d7](https://github.com/s070681/compound/commit/8ec31d703fc9ed19bf6377da0a9a29da935b719d)) +* **ce-compound:** require question tool for "What's next?" prompt ([#460](https://github.com/s070681/compound/issues/460)) ([9bf3b07](https://github.com/s070681/compound/commit/9bf3b07185a4aeb6490116edec48599b736dc86f)) +* **ce-plan, ce-brainstorm:** enforce repo-relative paths in generated documents ([#473](https://github.com/s070681/compound/issues/473)) ([33a8d9d](https://github.com/s070681/compound/commit/33a8d9dc118a53a35cd15e0e6e44b3592f58ac4f)) +* **ce-plan:** reinforce mandatory document-review after auto deepening ([#450](https://github.com/s070681/compound/issues/450)) ([42fa8c3](https://github.com/s070681/compound/commit/42fa8c3e084db464ee0e04673f7c38cd422b32d6)) +* **ce-plan:** route confidence-gate pass to document-review ([#462](https://github.com/s070681/compound/issues/462)) ([1962f54](https://github.com/s070681/compound/commit/1962f546b5e5288c7ce5d8658f942faf71651c81)) +* **ce-work:** make code review invocation mandatory by default ([#453](https://github.com/s070681/compound/issues/453)) ([7f3aba2](https://github.com/s070681/compound/commit/7f3aba29e84c3166de75438d554455a71f4f3c22)) +* **cli-agent-readiness-reviewer:** remove top-5 cap on improvements ([#419](https://github.com/s070681/compound/issues/419)) ([16eb8b6](https://github.com/s070681/compound/commit/16eb8b660790f8de820d0fba709316c7270703c1)) +* **document-review:** enforce interactive questions and fix autofix classification ([#415](https://github.com/s070681/compound/issues/415)) ([d447296](https://github.com/s070681/compound/commit/d44729603da0c73d4959c372fac0198125a39c60)) +* **document-review:** show contextual next-step in Phase 5 menu ([#459](https://github.com/s070681/compound/issues/459)) ([2b7283d](https://github.com/s070681/compound/commit/2b7283da7b48dc073670c5f4d116e58255f0ffcb)) +* **git-commit-push-pr:** quiet expected no-pr gh exit ([#439](https://github.com/s070681/compound/issues/439)) ([1f49948](https://github.com/s070681/compound/commit/1f499482bc65456fa7dd0f73fb7f2fa58a4c5910)) +* **onboarding:** resolve section count contradiction with skip rule ([#421](https://github.com/s070681/compound/issues/421)) ([d2436e7](https://github.com/s070681/compound/commit/d2436e7c933129784c67799a5b9555bccce2e46d)) +* **release:** align cli and compound-engineering versions with linked-versions plugin ([0bd29c7](https://github.com/s070681/compound/commit/0bd29c7f2e930fc1198cc7ae833394bfabd47c40)) +* **resolve-pr-feedback:** add actionability filter and lower cluster gate to 3+ ([#461](https://github.com/s070681/compound/issues/461)) ([2619ad9](https://github.com/s070681/compound/commit/2619ad9f58e6c45968ec10d7f8aa7849fe43eb25)) +* **review:** harden ce-review base resolution ([#452](https://github.com/s070681/compound/issues/452)) ([638b38a](https://github.com/s070681/compound/commit/638b38abd267d415ad2d6b72eba3dfe12beefad9)) + ## [2.60.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.59.0...compound-engineering-v2.60.0) (2026-03-31)