Skip to content

Commit 82d9d1d

Browse files
chore: release main (#474)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96345ac commit 82d9d1d

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

.github/.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "2.60.0",
3-
"plugins/compound-engineering": "2.60.0",
2+
".": "2.61.0",
3+
"plugins/compound-engineering": "2.61.0",
44
"plugins/coding-tutor": "1.2.1",
55
".claude-plugin": "1.0.2",
66
".cursor-plugin": "1.0.1"

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.61.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.60.0...cli-v2.61.0) (2026-04-01)
4+
5+
6+
### Features
7+
8+
* **release:** document linked-versions policy ([#482](https://github.com/EveryInc/compound-engineering-plugin/issues/482)) ([96345ac](https://github.com/EveryInc/compound-engineering-plugin/commit/96345acf217333726af0dcfdaa24058a149365bb))
9+
* **skill-design:** document skill file isolation and platform variable constraints ([#469](https://github.com/EveryInc/compound-engineering-plugin/issues/469)) ([0294652](https://github.com/EveryInc/compound-engineering-plugin/commit/0294652395cb62d5569f73ebfea543cfe8b514d6))
10+
11+
12+
### Bug Fixes
13+
14+
* **converters:** preserve user config when writing MCP servers ([#479](https://github.com/EveryInc/compound-engineering-plugin/issues/479)) ([c65a698](https://github.com/EveryInc/compound-engineering-plugin/commit/c65a698d932d02e5fb4a948db4d000e21ed6ba4f))
15+
316
## [2.60.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.59.0...cli-v2.60.0) (2026-03-31)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@every-env/compound-plugin",
3-
"version": "2.60.0",
3+
"version": "2.61.0",
44
"description": "Official Compound Engineering plugin for Claude Code, Codex, and more",
55
"type": "module",
66
"private": false,

plugins/compound-engineering/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compound-engineering",
3-
"version": "2.60.0",
3+
"version": "2.61.0",
44
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
55
"author": {
66
"name": "Kieran Klaassen",

plugins/compound-engineering/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "compound-engineering",
33
"displayName": "Compound Engineering",
4-
"version": "2.60.0",
4+
"version": "2.61.0",
55
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
66
"author": {
77
"name": "Kieran Klaassen",

plugins/compound-engineering/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ All notable changes to the compound-engineering plugin will be documented in thi
99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

12+
## [2.61.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.60.0...compound-engineering-v2.61.0) (2026-04-01)
13+
14+
15+
### Features
16+
17+
* **cli-readiness-reviewer:** add conditional review persona for CLI agent readiness ([#471](https://github.com/EveryInc/compound-engineering-plugin/issues/471)) ([c56c766](https://github.com/EveryInc/compound-engineering-plugin/commit/c56c7667dfe45cfd149cf2fbfeddb35e96f8d559))
18+
* **product-lens-reviewer:** domain-agnostic activation criteria and strategic consequences ([#481](https://github.com/EveryInc/compound-engineering-plugin/issues/481)) ([804d78f](https://github.com/EveryInc/compound-engineering-plugin/commit/804d78fc8463be8101719b263d1f5ef0480755a6))
19+
* **resolve-pr-feedback:** add cross-invocation cluster analysis ([#480](https://github.com/EveryInc/compound-engineering-plugin/issues/480)) ([7b8265b](https://github.com/EveryInc/compound-engineering-plugin/commit/7b8265bd81410b28a4160657a7c6ac0d7f1f1cb2))
20+
21+
22+
### Bug Fixes
23+
24+
* **ce-plan, ce-brainstorm:** enforce repo-relative paths in generated documents ([#473](https://github.com/EveryInc/compound-engineering-plugin/issues/473)) ([33a8d9d](https://github.com/EveryInc/compound-engineering-plugin/commit/33a8d9dc118a53a35cd15e0e6e44b3592f58ac4f))
25+
1226
## [2.60.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.59.0...compound-engineering-v2.60.0) (2026-03-31)
1327

1428

0 commit comments

Comments
 (0)