You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(memory-core): use replaceFileAtomic for dreaming file writes
Align with the sibling dreaming-dreams-file.ts which already uses
replaceFileAtomic from openclaw/plugin-sdk/security-runtime.
Replaces three fs.writeFile calls (inline daily, separate report, deep
report) with replaceFileAtomic for consistent file I/O patterns within
the dreaming module.
Test: existing 9 tests pass unchanged, no behavioral change.
0 commit comments