Skip to content

Commit b42163f

Browse files
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 <noreply@anthropic.com>
1 parent e41904a commit b42163f

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to the `@every-env/compound-plugin` CLI tool will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.6.0] - 2026-02-12
9+
10+
### Added
11+
12+
- **Droid sync target**`sync --target droid` symlinks personal skills to `~/.factory/skills/`
13+
- **Cursor sync target**`sync --target cursor` symlinks skills to `.cursor/skills/` and merges MCP servers into `.cursor/mcp.json`
14+
- **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)!
15+
16+
### Fixed
17+
18+
- **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)!
19+
20+
### Changed
21+
22+
- Extracted shared `expandHome` / `resolveTargetHome` helpers to `src/utils/resolve-home.ts`, removing duplication across `convert.ts`, `install.ts`, and `sync.ts`
23+
24+
---
25+
26+
## [0.5.2] - 2026-02-09
27+
28+
### Fixed
29+
30+
- Fix cursor install defaulting to cwd instead of opencode config dir
31+
32+
## [0.5.1] - 2026-02-08
33+
34+
- Initial npm publish

0 commit comments

Comments
 (0)