From 0407c135e6c7d805c8224675f3316f2a162aa6da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:58:27 -0700 Subject: [PATCH] chore: release main (#313) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .cursor-plugin/CHANGELOG.md | 8 ++++++++ .cursor-plugin/marketplace.json | 2 +- .github/.release-please-manifest.json | 6 +++--- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- .../compound-engineering/.claude-plugin/plugin.json | 2 +- .../compound-engineering/.cursor-plugin/plugin.json | 2 +- plugins/compound-engineering/CHANGELOG.md | 8 ++++++++ 8 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 .cursor-plugin/CHANGELOG.md diff --git a/.cursor-plugin/CHANGELOG.md b/.cursor-plugin/CHANGELOG.md new file mode 100644 index 0000000..f63f166 --- /dev/null +++ b/.cursor-plugin/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.0.1](https://github.com/EveryInc/compound-engineering-plugin/compare/cursor-marketplace-v1.0.0...cursor-marketplace-v1.0.1) (2026-03-19) + + +### Bug Fixes + +* add cursor-marketplace as release-please component ([#315](https://github.com/EveryInc/compound-engineering-plugin/issues/315)) ([838aeb7](https://github.com/EveryInc/compound-engineering-plugin/commit/838aeb79d069b57a80d15ff61d83913919b81aef)) diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index c4bfcee..130e9ec 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "Cursor plugin marketplace for Every Inc plugins", - "version": "1.0.0", + "version": "1.0.1", "pluginRoot": "plugins" }, "plugins": [ diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 898817b..a6ae202 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "2.44.0", - "plugins/compound-engineering": "2.44.0", + ".": "2.45.0", + "plugins/compound-engineering": "2.45.0", "plugins/coding-tutor": "1.2.1", ".claude-plugin": "1.0.2", - ".cursor-plugin": "1.0.0" + ".cursor-plugin": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b20408c..948c502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.45.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.44.0...cli-v2.45.0) (2026-03-19) + + +### Features + +* edit resolve_todos_parallel skill for complete todo lifecycle ([#292](https://github.com/EveryInc/compound-engineering-plugin/issues/292)) ([88c89bc](https://github.com/EveryInc/compound-engineering-plugin/commit/88c89bc204c928d2f36e2d1f117d16c998ecd096)) +* integrate claude code auto memory as supplementary data source for ce:compound and ce:compound-refresh ([#311](https://github.com/EveryInc/compound-engineering-plugin/issues/311)) ([5c1452d](https://github.com/EveryInc/compound-engineering-plugin/commit/5c1452d4cc80b623754dd6fe09c2e5b6ae86e72e)) + + +### Bug Fixes + +* add cursor-marketplace as release-please component ([#315](https://github.com/EveryInc/compound-engineering-plugin/issues/315)) ([838aeb7](https://github.com/EveryInc/compound-engineering-plugin/commit/838aeb79d069b57a80d15ff61d83913919b81aef)) + ## [2.44.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.43.2...cli-v2.44.0) (2026-03-18) diff --git a/package.json b/package.json index 2bb72e7..69eac57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "2.44.0", + "version": "2.45.0", "type": "module", "private": false, "bin": { diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json index 9a038e8..08f990c 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.44.0", + "version": "2.45.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 54ea082..6042840 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.44.0", + "version": "2.45.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 50c095c..10bd385 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -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.45.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.44.0...compound-engineering-v2.45.0) (2026-03-19) + + +### Features + +* edit resolve_todos_parallel skill for complete todo lifecycle ([#292](https://github.com/EveryInc/compound-engineering-plugin/issues/292)) ([88c89bc](https://github.com/EveryInc/compound-engineering-plugin/commit/88c89bc204c928d2f36e2d1f117d16c998ecd096)) +* integrate claude code auto memory as supplementary data source for ce:compound and ce:compound-refresh ([#311](https://github.com/EveryInc/compound-engineering-plugin/issues/311)) ([5c1452d](https://github.com/EveryInc/compound-engineering-plugin/commit/5c1452d4cc80b623754dd6fe09c2e5b6ae86e72e)) + ## [2.44.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.43.0...compound-engineering-v2.44.0) (2026-03-18)