chore: release main (#525)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-07 12:30:59 -07:00
committed by GitHub
parent bafe9f0968
commit 5fb6801567
6 changed files with 20 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
".": "2.63.0",
"plugins/compound-engineering": "2.63.0",
".": "2.63.1",
"plugins/compound-engineering": "2.63.1",
"plugins/coding-tutor": "1.2.1",
".claude-plugin": "1.0.2",
".cursor-plugin": "1.0.1"

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.63.1](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.63.0...cli-v2.63.1) (2026-04-07)
### Miscellaneous Chores
* **cli:** Synchronize compound-engineering versions
## [2.63.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.62.1...cli-v2.63.0) (2026-04-06)

View File

@@ -1,6 +1,6 @@
{
"name": "@every-env/compound-plugin",
"version": "2.63.0",
"version": "2.63.1",
"description": "Official Compound Engineering plugin for Claude Code, Codex, and more",
"type": "module",
"private": false,

View File

@@ -1,6 +1,6 @@
{
"name": "compound-engineering",
"version": "2.63.0",
"version": "2.63.1",
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",

View File

@@ -1,7 +1,7 @@
{
"name": "compound-engineering",
"displayName": "Compound Engineering",
"version": "2.63.0",
"version": "2.63.1",
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",

View File

@@ -9,6 +9,14 @@ 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.1](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.63.0...compound-engineering-v2.63.1) (2026-04-07)
### Bug Fixes
* **ce-review:** add recursion guard to reviewer subagent template ([#527](https://github.com/EveryInc/compound-engineering-plugin/issues/527)) ([bafe9f0](https://github.com/EveryInc/compound-engineering-plugin/commit/bafe9f0968054c78db23e7e7f4d5dbc2ddb4a450))
* **document-review:** widen autofix classification beyond trivial fixes ([#524](https://github.com/EveryInc/compound-engineering-plugin/issues/524)) ([9a82222](https://github.com/EveryInc/compound-engineering-plugin/commit/9a82222aba25d6e64355053fca5954f3dfbd8285))
## [2.63.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.62.1...compound-engineering-v2.63.0) (2026-04-06)