Files
picoclaw/pkg
xiaoen f9f726c0c1 fix(memory): fsync appended message for consistent durability
addMsg now calls f.Sync() before f.Close(), matching the durability
guarantee of writeMeta and rewriteJSONL (both use WriteFileAtomic
with fsync). Without this, a power loss could leave the appended
line in the kernel page cache only — lost on reboot.
2026-03-04 19:21:34 +08:00
..
2026-02-25 21:31:07 +11:00
2026-02-28 19:59:17 +08:00
2026-02-18 21:48:23 +02:00
2026-02-20 22:35:16 +02:00