mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Updated the library sync system to utilize a leaderless hybrid model, enhancing real-time synchronization of shared resources. - Implemented state-based sync for device-owned data and log-based sync with Hybrid Logical Clocks (HLC) for shared resources. - Revised documentation to reflect architectural changes, including the removal of leader election and the introduction of per-device sync logs. - Enhanced conflict resolution strategies using HLC for shared metadata, ensuring deterministic merging and consistency across devices. - Updated implementation tasks and acceptance criteria for various components to align with the new architecture.