From 877e265ec1c66b66c256c121f7825a634b1ae931 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Sat, 14 Feb 2026 21:11:46 -0800 Subject: [PATCH] docs: add auto-detect and Gemini sync to README, bump to 0.8.0 --- CHANGELOG.md | 9 +++++++++ README.md | 9 +++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f5f05..5e45db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to the `@every-env/compound-plugin` CLI tool will be documen 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.8.0] - 2026-02-14 + +### Added + +- **Auto-detect install targets** — `install --to all` and `convert --to all` auto-detect installed AI coding tools and install to all of them +- **Gemini sync** — `sync --target gemini` symlinks personal skills to `.gemini/skills/` and merges MCP servers into `.gemini/settings.json` +- **Sync all targets** — `sync --target all` syncs personal config to all detected tools +- **Tool detection utility** — Checks config directories for OpenCode, Codex, Droid, Cursor, Pi, and Gemini + ## [0.6.0] - 2026-02-12 ### Added diff --git a/README.md b/README.md index 3d733df..5e44e1b 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ bunx @every-env/compound-plugin install compound-engineering --to pi # convert to Gemini CLI format bunx @every-env/compound-plugin install compound-engineering --to gemini + +# auto-detect installed tools and install to all +bunx @every-env/compound-plugin install compound-engineering --to all ``` Local dev: @@ -70,6 +73,12 @@ bunx @every-env/compound-plugin sync --target droid # Sync to Cursor (skills + MCP servers) bunx @every-env/compound-plugin sync --target cursor + +# Sync to Gemini (skills + MCP servers) +bunx @every-env/compound-plugin sync --target gemini + +# Sync to all detected tools +bunx @every-env/compound-plugin sync --target all ``` This syncs: diff --git a/package.json b/package.json index 832a5b2..1115dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "0.7.0", + "version": "0.8.0", "type": "module", "private": false, "bin": {