From 5c983a3a31ed3c79ddca2daf5d455fd903859bba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 23:35:41 +0000 Subject: [PATCH] chore: release main --- .github/.release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ package.json | 2 +- plugins/compound-engineering/.claude-plugin/plugin.json | 2 +- plugins/compound-engineering/.cursor-plugin/plugin.json | 2 +- plugins/compound-engineering/CHANGELOG.md | 7 +++++++ 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 4ede3231d..8e687b791 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "2.64.0", - "plugins/compound-engineering": "2.64.0", + ".": "2.64.1", + "plugins/compound-engineering": "2.64.1", "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 c963c349d..456cd5f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.64.1](https://github.com/JumpstartLab/compound-engineering-plugin/compare/cli-v2.64.0...cli-v2.64.1) (2026-08-28) + + +### Miscellaneous Chores + +* **cli:** Synchronize compound-engineering versions + ## [2.64.0](https://github.com/JumpstartLab/compound-engineering-plugin/compare/cli-v2.63.0...cli-v2.64.0) (2026-07-23) diff --git a/package.json b/package.json index d6ba57551..5937690b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "2.64.0", + "version": "2.64.1", "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 2e594f66f..634dd6d03 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.64.0", + "version": "2.64.1", "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 4484de374..c986ca559 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.64.0", + "version": "2.64.1", "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 eb79d76bd..fd5a44980 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -9,6 +9,13 @@ 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.64.1](https://github.com/JumpstartLab/compound-engineering-plugin/compare/compound-engineering-v2.64.0...compound-engineering-v2.64.1) (2026-08-28) + + +### Bug Fixes + +* **ce-user-scenarios:** sonnet floor for user persona agents ([#16](https://github.com/JumpstartLab/compound-engineering-plugin/issues/16)) ([8fbf84a](https://github.com/JumpstartLab/compound-engineering-plugin/commit/8fbf84ab67650b631e6985249faa465cbb20eb64)) + ## [2.64.0](https://github.com/JumpstartLab/compound-engineering-plugin/compare/compound-engineering-v2.63.0...compound-engineering-v2.64.0) (2026-07-23)