docs: add auto-detect and Gemini sync to README, bump to 0.8.0
This commit is contained in:
@@ -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/),
|
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).
|
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
|
## [0.6.0] - 2026-02-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -34,6 +34,9 @@ bunx @every-env/compound-plugin install compound-engineering --to pi
|
|||||||
|
|
||||||
# convert to Gemini CLI format
|
# convert to Gemini CLI format
|
||||||
bunx @every-env/compound-plugin install compound-engineering --to gemini
|
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:
|
Local dev:
|
||||||
@@ -70,6 +73,12 @@ bunx @every-env/compound-plugin sync --target droid
|
|||||||
|
|
||||||
# Sync to Cursor (skills + MCP servers)
|
# Sync to Cursor (skills + MCP servers)
|
||||||
bunx @every-env/compound-plugin sync --target cursor
|
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:
|
This syncs:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@every-env/compound-plugin",
|
"name": "@every-env/compound-plugin",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": false,
|
"private": false,
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Reference in New Issue
Block a user