Skip to main content
Auto-sync runs as a background service, waking on a timer, syncing every registered project and exiting. Each tick is a fresh process, so if one hangs or crashes, the next tick is unaffected.

status

Shows whether auto-sync is running and every project registered on this machine. Each entry includes its project ID and directory. Entries with a missing or mismatched .resumecontext.json marker are shown as skipped; they do not stop other projects from syncing.

start

Rarely needed. auth and every project command except agents start the daemon on their own if it is not running.

stop

Stops auto-sync. It restarts the next time you sign in or run a project command such as sync, so this is a pause rather than an off switch. agents is the exception, and deliberately so: it would be a poor command that silently undid a daemon stop you meant. To stop it for good, see uninstall.