Under the hood
Notice about memory sync restoring empty files is now suppressed for account-scoped memory
What
Claude Code can warn users when memory sync restores a file that turned out to be empty (0 bytes) from shared memory storage. That notice is now routed through a helper that skips showing it entirely when the memory store's scope is "account".
Why
This avoids surfacing a notice about empty restored files in the account-scoped memory case, where it apparently isn't useful or applicable, cutting down on notifications that don't need the user's attention.