chore: release main (#657)
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-22 20:15:57 -07:00
committed by GitHub
parent a9fd8421f4
commit 5e6ec41b95
7 changed files with 21 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
".": "3.0.0",
"plugins/compound-engineering": "3.0.0",
".": "3.0.1",
"plugins/compound-engineering": "3.0.1",
"plugins/coding-tutor": "1.3.0",
".claude-plugin": "1.0.2",
".cursor-plugin": "1.0.1"

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.0.1](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v3.0.0...cli-v3.0.1) (2026-04-23)
### Miscellaneous Chores
* **cli:** Synchronize compound-engineering versions
## [3.0.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.68.1...cli-v3.0.0) (2026-04-22)

View File

@@ -1,6 +1,6 @@
{
"name": "@every-env/compound-plugin",
"version": "3.0.0",
"version": "3.0.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": "3.0.0",
"version": "3.0.1",
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",

View File

@@ -1,6 +1,6 @@
{
"name": "compound-engineering",
"version": "3.0.0",
"version": "3.0.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": "3.0.0",
"version": "3.0.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).
## [3.0.1](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.0.0...compound-engineering-v3.0.1) (2026-04-23)
### Bug Fixes
* **ce-proof:** correct op shapes and add retry/batch discipline ([#658](https://github.com/EveryInc/compound-engineering-plugin/issues/658)) ([a9fd842](https://github.com/EveryInc/compound-engineering-plugin/commit/a9fd8421f42d598e8d85c4cb50cbec0fa3d6af46))
* **ce-update:** replace cache sweep with claude plugin update ([#656](https://github.com/EveryInc/compound-engineering-plugin/issues/656)) ([b9ae6b7](https://github.com/EveryInc/compound-engineering-plugin/commit/b9ae6b758d0d538648cc4dbb09dfb0fa8c0858fb))
## [3.0.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.68.1...compound-engineering-v3.0.0) (2026-04-22)