chore: release main (#310)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-18 09:08:17 -07:00
committed by GitHub
parent 748f72a57f
commit 470f56fd35
6 changed files with 19 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{ {
".": "2.43.2", ".": "2.44.0",
"plugins/compound-engineering": "2.43.0", "plugins/compound-engineering": "2.44.0",
"plugins/coding-tutor": "1.2.1", "plugins/coding-tutor": "1.2.1",
".claude-plugin": "1.0.2" ".claude-plugin": "1.0.2"
} }

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## [2.44.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.43.2...cli-v2.44.0) (2026-03-18)
### Features
* **plugin:** add execution posture signaling to ce:plan-beta and ce:work ([#309](https://github.com/EveryInc/compound-engineering-plugin/issues/309)) ([748f72a](https://github.com/EveryInc/compound-engineering-plugin/commit/748f72a57f713893af03a4d8ed69c2311f492dbd))
## [2.43.2](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.43.1...cli-v2.43.2) (2026-03-18) ## [2.43.2](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.43.1...cli-v2.43.2) (2026-03-18)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@every-env/compound-plugin", "name": "@every-env/compound-plugin",
"version": "2.43.2", "version": "2.44.0",
"type": "module", "type": "module",
"private": false, "private": false,
"bin": { "bin": {

View File

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

View File

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

View File

@@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.44.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.43.0...compound-engineering-v2.44.0) (2026-03-18)
### Features
* **plugin:** add execution posture signaling to ce:plan-beta and ce:work ([#309](https://github.com/EveryInc/compound-engineering-plugin/issues/309)) ([748f72a](https://github.com/EveryInc/compound-engineering-plugin/commit/748f72a57f713893af03a4d8ed69c2311f492dbd))
## [2.39.0] - 2026-03-10 ## [2.39.0] - 2026-03-10
### Added ### Added