Files
claude-engineering-plugin/CHANGELOG.md
github-actions[bot] 7e83755acb
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled
chore: release main (#596)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-22 14:21:19 -07:00

38 KiB

Changelog

3.0.0 (2026-04-22)

⚠ BREAKING CHANGES

  • cli: rename all skills and agents to consistent ce- prefix (#503)

Features

  • ce-review: add per-finding judgment loop to Interactive mode (#590) (27cbaf8)
  • ce-setup: check for ast-grep CLI and agent skill (#653) (23dc11b)
  • codex: native plugin install manifests + agents-only converter (#616) (3ed4a4f)
  • doc-review, learnings-researcher: tiers, chain grouping, rewrite (#601) (c1f68d4)
  • pi: first-class support via pi-subagents + pi-ask-user (#651) (7ddfbed)

Bug Fixes

  • ce-compound: quote YAML array items starting with reserved indicators (#613) (d8436b9)
  • ce-release-notes: backtick-wrap <skill-name> token in description (#603) (2aee4d4)
  • ce-update: derive cache dir from CLAUDE_PLUGIN_ROOT parent (#645) (6155b9d)
  • lfg: use platform-neutral skill references (#642) (b104ce4)
  • skills: cap skill descriptions at harness limit (#643) (13f95ba)

Code Refactoring

  • cli: rename all skills and agents to consistent ce- prefix (#503) (5c0ec91)

2.68.1 (2026-04-18)

Miscellaneous Chores

  • cli: Synchronize compound-engineering versions

2.68.0 (2026-04-17)

Features

  • ce-ideate: mode-aware v2 ideation (#588) (12aaad3)
  • ce-release-notes: add skill for browsing plugin release history (#589) (59dbaef)

2.67.0 (2026-04-17)

Features

  • ce-polish-beta: human-in-the-loop polish phase between /ce:review and merge (#568) (070092d)

Bug Fixes

  • ce-plan, ce-brainstorm: reliable interactive handoff menus (#575) (3d96c0f)

Miscellaneous Chores

  • claude-permissions-optimizer: drop skill in favor of /less-permission-prompts (#583) (729fa19)

2.66.1 (2026-04-16)

Miscellaneous Chores

  • cli: Synchronize compound-engineering versions

2.66.0 (2026-04-15)

Bug Fixes

  • converters: preserve Codex agent sidecar scripts (#563) (ee8e402)
  • converters: preserve Codex config on no-MCP install (#564) (ed778e6)

2.65.0 (2026-04-11)

Features

  • ce-setup: unified setup skill with dependency management and config bootstrapping (#345) (354dbb7)

2.64.0 (2026-04-10)

Features

  • ce-demo-reel: add demo reel skill with Python capture pipeline (#541) (b979143)
  • ce-update: add plugin version check skill and ce_platforms filtering (#532) (d37f0ed)
  • ce-work-beta: add beta Codex delegation mode (#476) (31b0686)
  • ce-work: reduce token usage by extracting late-sequence references (#540) (bb59547)
  • session-historian: cross-platform session history agent and /ce-sessions skill (#534) (3208ec7)

Bug Fixes

  • openclaw: use sync plugin registration (#498) (2c05c43)

2.63.1 (2026-04-07)

Miscellaneous Chores

  • cli: Synchronize compound-engineering versions

2.63.0 (2026-04-06)

Miscellaneous Chores

  • cli: Synchronize compound-engineering versions

2.62.1 (2026-04-05)

Bug Fixes

  • ce-brainstorm: reduce token cost by extracting late-sequence content (#511) (bdeb793)
  • cli: resolve repo-wide tsc --noEmit type errors (#512) (3fa0c81)

2.62.0 (2026-04-03)

Features

  • ce-plan: reduce token usage by extracting conditional references (#489) (fd562a0)

Bug Fixes

  • converters: OpenCode subagent model and FQ agent name resolution (#483) (577db53)
  • converters: remove invalid tools/infer from Copilot agent frontmatter (#493) (6dcb4a3)
  • mcp: remove bundled context7 MCP server (#486) (afdd9d4)

2.61.0 (2026-04-01)

Features

  • release: document linked-versions policy (#482) (96345ac)
  • skill-design: document skill file isolation and platform variable constraints (#469) (0294652)

Bug Fixes

  • converters: preserve user config when writing MCP servers (#479) (c65a698)

2.60.0 (2026-03-31)

Features

  • ce-brainstorm: add conditional visual aids to requirements documents (#437) (bd02ca7)
  • ce-compound: add discoverability check for docs/solutions/ in instruction files (#456) (5ac8a2c)
  • ce-compound: add track-based schema for bug vs knowledge learnings (#445) (739109c)
  • ce-plan: add conditional visual aids to plan documents (#440) (4c7f51f)
  • ce-plan: add interactive deepening mode for on-demand plan strengthening (#443) (ca78057)
  • ce-review: enforce table format, require question tool, fix autofix_class calibration (#454) (847ce3f)
  • ce-review: improve signal-to-noise with confidence rubric, FP suppression, and intent verification (#434) (03f5aa6)
  • ce-work: suggest branch rename when worktree name is meaningless (#451) (e872e15)
  • cli-agent-readiness-reviewer: add smart output defaults criterion (#448) (a01a8aa)
  • converters: centralize model field normalization across targets (#442) (f93d10c)
  • git-commit-push-pr: add conditional visual aids to PR descriptions (#444) (44e3e77)
  • git-commit-push-pr: precompute shield badge version via skill preprocessing (#464) (6ca7aef)
  • model: add MiniMax provider prefix for cross-platform model normalization (#463) (e372b43)
  • resolve-pr-feedback: add gated feedback clustering to detect systemic issues (#441) (a301a08)
  • skills: clean up argument-hint across ce:* skills (#436) (d2b24e0)
  • test-xcode: add triggering context to skill description (#466) (87facd0)
  • testing: close the testing gap in ce:work, ce:plan, and testing-reviewer (#438) (35678b8)

Bug Fixes

  • ce-brainstorm: distinguish verification from technical design in Phase 1.1 (#465) (8ec31d7)
  • ce-compound: require question tool for "What's next?" prompt (#460) (9bf3b07)
  • ce-plan: reinforce mandatory document-review after auto deepening (#450) (42fa8c3)
  • ce-plan: route confidence-gate pass to document-review (#462) (1962f54)
  • ce-work: make code review invocation mandatory by default (#453) (7f3aba2)
  • document-review: show contextual next-step in Phase 5 menu (#459) (2b7283d)
  • git-commit-push-pr: quiet expected no-pr gh exit (#439) (1f49948)
  • resolve-pr-feedback: add actionability filter and lower cluster gate to 3+ (#461) (2619ad9)
  • review: harden ce-review base resolution (#452) (638b38a)

2.59.0 (2026-03-29)

Features

  • ce-review: add headless mode for programmatic callers (#430) (3706a97)
  • ce-work: accept bare prompts and add test discovery (#423) (6dabae6)
  • document-review: collapse batch_confirm tier into auto (#432) (0f5715d)
  • review: make review mandatory across pipeline skills (#433) (9caaf07)

2.58.1 (2026-03-28)

Bug Fixes

  • release: align cli and compound-engineering versions with linked-versions plugin (0bd29c7)

2.58.0 (2026-03-28)

Features

  • document-review: add headless mode for programmatic callers (#425) (4e4a656)

2.57.1 (2026-03-28)

Bug Fixes

  • onboarding: resolve section count contradiction with skip rule (#421) (d2436e7)

2.57.0 (2026-03-28)

Features

  • ce-plan: add decision matrix form, unchanged invariants, and risk table format (#417) (ccb371e)

Bug Fixes

  • cli-agent-readiness-reviewer: remove top-5 cap on improvements (#419) (16eb8b6)
  • document-review: enforce interactive questions and fix autofix classification (#415) (d447296)

2.56.0 (2026-03-27)

Features

  • add adversarial review agents for code and documents (#403) (5e6cd5c)
  • add CLI agent-readiness reviewer and principles guide (#391) (13aa3fa)
  • add project-standards-reviewer as always-on ce:review persona (#402) (b30288c)
  • ce-brainstorm: group requirements by logical concern, tighten autofix classification (#412) (90684c4)
  • ce-plan: strengthen test scenario guidance across plan and work skills (#410) (615ec5d)
  • ce-review: add base: and plan: arguments, extract scope detection (#405) (914f9b0)
  • document-review: smarter autofix, batch-confirm, and error/omission classification (#401) (0863cfa)
  • onboarding: add consumer perspective and split architecture diagrams (#413) (31326a5)

Bug Fixes

  • add strict YAML validation for plugin frontmatter (#399) (0877b69)
  • clarify commit prefix selection for markdown product code (#407) (4a60ee2)
  • consolidate compound-docs into ce-compound skill (#390) (daddb7d)
  • consolidate local dev README and fix shell aliases (#396) (1bd63c2)
  • document SwiftUI Text link tap limitation in test-xcode skill (#400) (6ddaec3)
  • harden git workflow skills with better state handling (#406) (f83305e)
  • improve agent-native-reviewer with triage, prioritization, and stack-aware search (#387) (e792166)
  • replace broken markdown link refs in skills (#392) (506ad01)
  • sanitize colons in skill/agent names for Windows path compatibility (#398) (b25480a)

2.55.0 (2026-03-26)

Features

  • add branch-based plugin install for worktree workflows (#395) (e09a742)

Bug Fixes

  • prevent orphaned opening paragraphs in PR descriptions (#393) (4b44a94)

2.54.0 (2026-03-26)

Features

  • add new onboarding skill to create onboarding guide for repo (#384) (27b9831)
  • replace manual review agent config with ce:review delegation (#381) (fed9fd6)

Bug Fixes

  • add default-branch guard to commit skills (#386) (31f07c0)
  • one-step codex installs by preferring bundled plugins (#383) (f819e43)
  • scope commit-push-pr descriptions to full branch diff (#385) (355e739)

2.53.0 (2026-03-25)

Features

  • add git commit and branch helper skills (#378) (fe08af2)
  • improve resolve-pr-feedback skill (#379) (2ba4f3f)
  • improve commit-push-pr skill with net-result focus and badging (#380) (efa798c)
  • integrate orphaned stack-specific reviewers into ce:review (#375) (ce9016f)

Bug Fixes

  • guard CONTEXTUAL_RISK_FLAGS lookup against prototype pollution (#377) (8ebc77b)

2.52.0 (2026-03-25)

Features

  • add consolidation support and overlap detection to ce:compound and ce:compound-refresh skills (#372) (fe27f85)
  • minimal config for conductor support (#373) (aad31ad)
  • optimize ce:compound speed and effectiveness (#370) (4e3af07)
  • promote ce:review-beta to stable ce:review (#371) (7c5ff44)
  • rationalize todo skill names and optimize skills (#368) (2612ed6)

2.51.0 (2026-03-24)

Features

  • add ce:review-beta with structured persona pipeline (#348) (e932276)
  • promote ce:plan-beta and deepen-plan-beta to stable (#355) (169996a)
  • redesign document-review skill with persona-based review (#359) (18d22af)

2.50.0 (2026-03-23)

Features

  • ce-work: add Codex delegation mode (#328) (341c379)
  • improve feature-video skill with GitHub native video upload (#344) (4aa50e1)
  • rewrite frontend-design skill with layered architecture and visual verification (#343) (423e692)

Bug Fixes

  • quote frontend-design skill description (#353) (86342db)

2.49.0 (2026-03-22)

Features

  • add execution mode toggle and context pressure bounds to parallel skills (#336) (216d6df)
  • fix skill transformation pipeline across all targets (#334) (4087e1d)
  • improve reproduce-bug skill, sync agent-browser, clean up redundant skills (#333) (affba1a)

Bug Fixes

  • gitignore .context/ directory for Conductor (#331) (0f6448d)

2.48.0 (2026-03-22)

Features

  • git-worktree: auto-trust mise and direnv configs in new worktrees (#312) (cfbfb67)
  • make skills platform-agnostic across coding agents (#330) (52df90a)

2.47.0 (2026-03-20)

Features

  • improve repo-research-analyst by adding a structured technology scan (#327) (1c28d03)

Bug Fixes

  • skills: update ralph-wiggum references to ralph-loop in lfg/slfg (#324) (ac756a2)

2.46.0 (2026-03-20)

Features

  • add optional high-level technical design to plan-beta skills (#322) (3ba4935)

Bug Fixes

  • ci: add npm registry auth to release publish job (#319) (3361a38)

2.45.0 (2026-03-19)

Features

  • edit resolve_todos_parallel skill for complete todo lifecycle (#292) (88c89bc)
  • integrate claude code auto memory as supplementary data source for ce:compound and ce:compound-refresh (#311) (5c1452d)

Bug Fixes

  • add cursor-marketplace as release-please component (#315) (838aeb7)

2.44.0 (2026-03-18)

Features

  • plugin: add execution posture signaling to ce:plan-beta and ce:work (#309) (748f72a)

2.43.2 (2026-03-18)

Bug Fixes

  • enable release-please labeling so it can find its own PRs (a7d6e3f)
  • re-enable changelogs so release PRs accumulate correctly (516bcc1)
  • reduce release-please search depth from 500 to 50 (f1713b9)
  • remove close-stale-PR step that broke release creation (178d6ec)

Changelog

Release notes now live in GitHub Releases for this repository:

https://github.com/EveryInc/compound-engineering-plugin/releases

Multi-component releases are published under component-specific tags such as:

  • cli-vX.Y.Z
  • compound-engineering-vX.Y.Z
  • coding-tutor-vX.Y.Z
  • marketplace-vX.Y.Z

Do not add new release entries here. New release notes are managed by release automation in GitHub.