Skip to content

Releases: EveryInc/compound-engineering-plugin

v2.36.0

11 Mar 00:03

Choose a tag to compare

2.36.0 (2026-03-11)

Bug Fixes

  • hooks: wrap PreToolUse handlers in try-catch to prevent parallel tool call crashes (598222e), closes #85
  • install: merge config instead of overwriting on opencode target (1db7680), closes #125
  • review: add serial mode to prevent context limit crashes (d96671b), closes #166

Features

  • compound: add context budget precheck and compact-safe mode (c4b1358), closes #198
  • plan: add daily sequence number to plan filenames (e94ca04), closes #135
  • plugin: release v2.39.0 with community contributions (d2ab6c0)

v2.35.0

10 Mar 23:41

Choose a tag to compare

2.35.0 (2026-03-10)

Bug Fixes

  • test-browser: detect dev server port from project config (94aedd5), closes #164

Features

  • compound: add context budget precheck and compact-safe mode (7266062), closes #198
  • plan: add daily sequence number to plan filenames (4fc6ddc), closes #135

v2.34.7

10 Mar 23:39

Choose a tag to compare

2.34.7 (2026-03-10)

Bug Fixes

  • test-browser: detect dev server port from project config (50cb89e), closes #164

v2.34.6

10 Mar 23:38

Choose a tag to compare

2.34.6 (2026-03-10)

Bug Fixes

  • mcp: add API key auth support for Context7 server (c649cfc), closes #153

v2.34.5

10 Mar 23:36

Choose a tag to compare

2.34.5 (2026-03-10)

Bug Fixes

  • lfg: enforce plan phase with explicit step gating (b07f43d), closes #227

v2.34.4

04 Mar 04:31

Choose a tag to compare

2.34.4 (2026-03-04)

Bug Fixes

  • openclaw: emit empty configSchema in plugin manifests (4e9899f), closes #224

v2.34.3

03 Mar 05:43

Choose a tag to compare

2.34.3 (2026-03-03)

Bug Fixes

  • release: keep changelog header stable (2fd29ff)

v2.34.2

03 Mar 05:36

Choose a tag to compare

2.34.2 (2026-03-03)

Bug Fixes

  • release: add package repository metadata (eab77bc)

v0.8.0 — GitHub Copilot & Native Cursor Support

17 Feb 18:27
e190659

Choose a tag to compare

What's new

Added

  • GitHub Copilot target--to copilot converts plugins to .github/ format with .agent.md files, SKILL.md skills, and copilot-mcp-config.json. Also supports sync --target copilot — thanks @brayanjuls!
  • Native Cursor plugin support — Cursor now installs via /add-plugin compound-engineering using Cursor's native plugin system — thanks @ericzakariasson!

Removed

  • Cursor CLI conversion target (--to cursor) — replaced by native Cursor plugin install

Install / Update

bunx @every-env/compound-plugin@latest install compound-engineering

v2.33.0 — Configurable Review Agents

12 Feb 17:43
56b174a

Choose a tag to compare

What's New

Setup Skill — Configure Your Review Agents

Review commands now read from compound-engineering.local.md in your project root. First time running /workflows:review? The setup skill auto-detects your stack and configures the right agents:

  • Auto-configure — one click, smart defaults for your detected stack
  • Customize — pick your stack, focus areas (security, performance, architecture, code simplicity), and review depth (fast/thorough/comprehensive)

The settings file is tool-agnostic — works with Claude Code, Codex, and OpenCode without path rewriting.

Learnings Researcher in Reviews

/workflows:review now always runs learnings-researcher to search docs/solutions/ for past issues related to the PR. This closes the compound loop:

/workflows:compound writes solutions → /workflows:plan reads them → /workflows:review reads them

Schema Drift Detection

PRs with database migrations now automatically trigger schema-drift-detector to catch unrelated schema.rb changes.

Other Changes

  • /release-docs moved to local .claude/commands/ (repo maintenance, not distributed)
  • /technical_review removed (superseded by configurable review agents)
  • Component counts: 29 agents, 22 commands, 19 skills, 1 MCP server

Full Changelog: v2.32.0...v2.33.0