onyx-tasks/crates/onyx-core
Claude 6c0d7257df
refactor(sync): use shared atomic_write in SyncState::save
SyncState::save duplicated the temp+rename+cleanup-on-failure pattern that storage::atomic_write already provides. Replace the inline implementation with a call to atomic_write, completing the consolidation begun for AppConfig::save_to_file and OfflineQueue::save.

https://claude.ai/code/session_01Vk2NBZGFP3YVshDj1CwDjt
2026-04-29 07:11:29 +00:00
..
src refactor(sync): use shared atomic_write in SyncState::save 2026-04-29 07:11:29 +00:00
Cargo.toml Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00