What's Changed
New: --server filter
- Add
-s/--server <names...>option tosyncandreconcilecommands - Sync only specific MCP servers by name:
sync-agents sync -t vibe -s context7 supabase
Testing
- Add 8 E2E tests covering Vibe TOML format,
--vibe-home, idempotency, doctor drift detection, instruction sync, and--serverfilter - Total: 26 test files, 181 tests passing
Documentation
- Update all command docs (
sync,reconcile,doctor,validate,diff,sync-instructions) with vibe target and--vibe-homeoption
Full Changelog: v0.4.2...v0.4.3