You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: drop unreleased cross-device sync feature
The sync stack (lockfile + schema validation + chokidar watcher +
auto-pull/auto-push + profiles + conflict resolver + retry queue) was
added in commits that never shipped. Each layer had edge cases we spent
more time debugging than the feature saved users. Rip it out before it
reaches anyone and focus on local skill management.
Users who want cross-device parity can still do it manually: install
the same skills via Marketplace on each machine, or dotfile-manage the
canonical dirs themselves.
- Remove entire sync section from Settings (lockfile path, auto-write,
profile picker, sync-health banner, export/import buttons).
- Remove Dashboard sync card.
- Remove per-project "Exclude from sync" checkbox + its hook.
- Remove Marketplace references to syncRepo for profiles.
Not a BREAKING change because this code was never in a release — all
sync work lives between v0.2.8 and HEAD and was unreleased.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments