Status: IN
On macOS (the development platform), `os.fsync()` may not flush the disk's hardware write cache; true power-loss durability requires `fcntl(fd, F_FULLFSYNC)` which is never used in the codebase.
Source: entries/2026/05/29/topic-fsync-ordering-guarantees.md