Files
claude-engineering-plugin/CHANGELOG.md
Kieran Klaassen 63e76cf67f release: v0.9.1 — remove reports and decisions docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 16:18:24 -08:00

2.9 KiB

Changelog

All notable changes to the @every-env/compound-plugin CLI tool will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.9.1] - 2026-02-20

Changed

  • Remove docs/reports and docs/decisions directories — only docs/plans/ is retained as living documents that track implementation progress
  • OpenCode commands as Markdown — commands are now .md files with deep-merged config, permissions default to none (#201) — thanks @0ut5ider!

[0.9.0] - 2026-02-17

Added

  • Kiro CLI target--to kiro converts plugins to .kiro/ format with custom agent JSON configs, prompt files, skills, steering files, and mcp.json. Only stdio MCP servers are supported (#196) — thanks @krthr!

[0.8.0] - 2026-02-17

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 (#192) — thanks @brayanjuls!
  • Native Cursor plugin support — Cursor now installs via /add-plugin compound-engineering using Cursor's native plugin system instead of CLI conversion (#184) — thanks @ericzakariasson!

Removed

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

[0.6.0] - 2026-02-12

Added

  • Droid sync targetsync --target droid symlinks personal skills to ~/.factory/skills/
  • Cursor sync targetsync --target cursor symlinks skills to .cursor/skills/ and merges MCP servers into .cursor/mcp.json
  • Pi target — First-class --to pi converter with MCPorter config and subagent compatibility (#181) — thanks @gvkhosla!

Fixed

  • Bare Claude model alias resolution — Fixed OpenCode converter not resolving bare model aliases like claude-sonnet-4-5-20250514 (#182) — thanks @waltbeaman!

Changed

  • Extracted shared expandHome / resolveTargetHome helpers to src/utils/resolve-home.ts, removing duplication across convert.ts, install.ts, and sync.ts

[0.5.2] - 2026-02-09

Fixed

  • Fix cursor install defaulting to cwd instead of opencode config dir

[0.5.1] - 2026-02-08

  • Initial npm publish