From b42163f1c0c8ba98937cae6e3f0ce5718191a143 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Thu, 12 Feb 2026 20:38:22 -0800 Subject: [PATCH] Add CLI changelog with 0.6.0 release notes Credits contributors @gvkhosla (Pi target) and @waltbeaman (model alias fix). Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..27f5f05 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# 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](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.6.0] - 2026-02-12 + +### Added + +- **Droid sync target** — `sync --target droid` symlinks personal skills to `~/.factory/skills/` +- **Cursor sync target** — `sync --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](https://github.com/EveryInc/compound-engineering-plugin/pull/181)) — thanks [@gvkhosla](https://github.com/gvkhosla)! + +### Fixed + +- **Bare Claude model alias resolution** — Fixed OpenCode converter not resolving bare model aliases like `claude-sonnet-4-5-20250514` ([#182](https://github.com/EveryInc/compound-engineering-plugin/pull/182)) — thanks [@waltbeaman](https://github.com/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