onyx-tasks/crates
Claude ebe09d0afe
refactor(sync): use shared atomic_write in queue/state save
OfflineQueue::save and SyncState::save each had their own copy of the
temp-file + rename + cleanup-on-failure dance, even though storage's
pub(crate) atomic_write is already imported in this file. Inline the
shared helper so the crate has one canonical atomic write path.
2026-04-25 13:31:26 +00:00
..
onyx-cli test: cover CLI workspace resolver, date picker, saturating version 2026-04-17 16:32:22 +00:00
onyx-core refactor(sync): use shared atomic_write in queue/state save 2026-04-25 13:31:26 +00:00