An accidentally emptied memory file can no longer wipe your team or org shared memory.
What's wrong with this entry?
Team and org memory sync now skips any memory file that is zero bytes instead of pushing it, so an accidentally emptied file on disk can no longer wipe the shared copy. When the pull side refills such a file, you get a notice explaining that an empty file is never synced over a memory's shared content, and that deleting the file is how you remove a memory.
- The push loop compares each file's hash against the hash of empty content, counts the matches, skips them, and logs a warning naming the count.
- The push result gained an
emptySkippedcount alongside the existing counts for skipped secrets and oversized files. - Unconditional on this path; there is no flag to turn it off.
emptySkipped, an empty file is never synced over a memory's shared content.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.