sync/simple_sync_orchestrator library

Classes

SimpleSyncOrchestrator<T extends HasUpdatedAt, Id>
Generic, reusable synchronization orchestrator. Assumes RemoteStore provides deltas via fetchSince, and LocalStore persists the last sync point and pending operations.