a73x

Auto-sync: optionally push after local event creation

closed   by alex emery

Currently every local action (issue open, comment, review, etc.) only writes to local refs. Users must remember to run 'collab sync' to share changes. Add an opt-in auto-sync that pushes after writes — either via a git config flag (e.g. collab.autoSync = true) or a CLI --sync flag. Should be non-blocking and best-effort so local operations stay fast even if the remote is unreachable.

Close reason: Implemented — auto-sync is now on by default

Comments

alex emery   2026-04-11T19:18:04.458290975+00:00

If sync fails (remote unreachable, auth error, etc.) it should warn on stderr but not fail the command. The local write already succeeded — losing that because of a network blip would be worse than a delayed sync.