From a6183ed0009cdd1b5e8af6e0e1fea7c2face5a24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:29:48 -0700 Subject: [PATCH] chore: release main (#516) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ package.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.cursor-plugin/plugin.json | 2 +- plugins/compound-engineering/CHANGELOG.md | 15 +++++++++++++++ 6 files changed, 27 insertions(+), 5 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0c611d7..a133002 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "2.62.1", - "plugins/compound-engineering": "2.62.1", + ".": "2.63.0", + "plugins/compound-engineering": "2.63.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 64e434f..21adc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.63.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.62.1...cli-v2.63.0) (2026-04-06) + + +### Miscellaneous Chores + +* **cli:** Synchronize compound-engineering versions + ## [2.62.1](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.62.0...cli-v2.62.1) (2026-04-05) diff --git a/package.json b/package.json index f16e02a..d95a757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "2.62.1", + "version": "2.63.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 6748f01..7985bd6 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.62.1", + "version": "2.63.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 d358f9f..b113281 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.62.1", + "version": "2.63.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 f51c7bb..6bea427 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -9,6 +9,21 @@ 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.63.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.62.1...compound-engineering-v2.63.0) (2026-04-06) + + +### Features + +* **ce-plan,ce-brainstorm:** universal planning and brainstorming for non-software tasks ([#519](https://github.com/EveryInc/compound-engineering-plugin/issues/519)) ([320a045](https://github.com/EveryInc/compound-engineering-plugin/commit/320a04524142830a40a44bd72c4bf5d30931221c)) +* **slack-researcher:** add Slack organizational context research agent ([#495](https://github.com/EveryInc/compound-engineering-plugin/issues/495)) ([b3960ec](https://github.com/EveryInc/compound-engineering-plugin/commit/b3960ec64b212d1c8f3885370762e0f124354c28)) + + +### Bug Fixes + +* **document-review:** add recursion guard to reviewer subagent template ([#523](https://github.com/EveryInc/compound-engineering-plugin/issues/523)) ([36d8119](https://github.com/EveryInc/compound-engineering-plugin/commit/36d811916637b3436aafd548319e077b6248bae3)) +* **review,work:** omit mode parameter in subagent dispatch to respect user permissions ([#522](https://github.com/EveryInc/compound-engineering-plugin/issues/522)) ([949bdef](https://github.com/EveryInc/compound-engineering-plugin/commit/949bdef909ea71e9c5b885e31c028809f0f25017)) +* **slack-researcher:** make Slack research opt-in, surface workspace identity ([#521](https://github.com/EveryInc/compound-engineering-plugin/issues/521)) ([6f9069d](https://github.com/EveryInc/compound-engineering-plugin/commit/6f9069df7ac3551677f8f7a1cd7ad51946f88847)) + ## [2.62.1](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.62.0...compound-engineering-v2.62.1) (2026-04-05)