Add droid and cursor sync targets, extract shared path helpers
- Add sync --target droid (skills to ~/.factory/skills/) - Add sync --target cursor (skills + MCP to .cursor/) - Extract expandHome/resolveTargetHome to src/utils/resolve-home.ts - Remove duplicated path helpers from convert.ts and install.ts - Bump version to 0.6.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -49,7 +49,7 @@ All provider targets are experimental and may change as the formats evolve.
|
||||
|
||||
## Sync Personal Config
|
||||
|
||||
Sync your personal Claude Code config (`~/.claude/`) to OpenCode, Codex, or Pi:
|
||||
Sync your personal Claude Code config (`~/.claude/`) to other AI coding tools:
|
||||
|
||||
```bash
|
||||
# Sync skills and MCP servers to OpenCode
|
||||
@@ -60,6 +60,12 @@ bunx @every-env/compound-plugin sync --target codex
|
||||
|
||||
# Sync to Pi
|
||||
bunx @every-env/compound-plugin sync --target pi
|
||||
|
||||
# Sync to Droid (skills only)
|
||||
bunx @every-env/compound-plugin sync --target droid
|
||||
|
||||
# Sync to Cursor (skills + MCP servers)
|
||||
bunx @every-env/compound-plugin sync --target cursor
|
||||
```
|
||||
|
||||
This syncs:
|
||||
|
||||
Reference in New Issue
Block a user