Releases: EveryInc/compound-engineering-plugin
Releases · EveryInc/compound-engineering-plugin
v2.36.0
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
v2.35.0
v2.34.7
v2.34.6
v2.34.5
v2.34.4
v2.34.3
v2.34.2
v0.8.0 — GitHub Copilot & Native Cursor Support
What's new
Added
- GitHub Copilot target —
--to copilotconverts plugins to.github/format with.agent.mdfiles,SKILL.mdskills, andcopilot-mcp-config.json. Also supportssync --target copilot— thanks @brayanjuls! - Native Cursor plugin support — Cursor now installs via
/add-plugin compound-engineeringusing 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-engineeringv2.33.0 — Configurable Review Agents
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-docsmoved to local.claude/commands/(repo maintenance, not distributed)/technical_reviewremoved (superseded by configurable review agents)- Component counts: 29 agents, 22 commands, 19 skills, 1 MCP server
Full Changelog: v2.32.0...v2.33.0