Status: infrastructure only
DocsSyncSync

Sync

Status: infrastructure only Last updated: 2026-04-15

What It Is

Sync is the future layer for sending local workspace changes to a remote backend.

Current State

The repo has sync structure, but the full backend integration is still incomplete.

Main Parts

  • api.md: remote sync request shape and service layer
  • queue.md: local queue of pending sync operations
  • : UI-facing hook

Why It Matters

Sync is the bridge between local editing and shared or remote state. Even before full rollout, it shapes how mutations are queued and retried.