c69d6bd964
Replaces direct fileHandle.sync() calls in acquireLock and atomicWrite with tolerantFsync. Users on iCloud Drive / OneDrive / Desktop sync folders were hitting 'EPERM: operation not permitted, fsync' during team_create, which propagated up and aborted the entire team_create flow even though the actual write+rename had succeeded. Reported on Discord (omo 4.0.0, opencode desktop 1.14.41, project on synced Desktop). atomicity is preserved by the temp-file rename; only the durability hint is now best-effort on filesystems that disallow fsync.