One failed memory sync no longer silently stops all memory pushes for the rest of your session.
What's wrong with this entry?
A single memory push failure used to silently stop all further debounced pushes and change notifications for the rest of the session; suppression now applies only to individual stores.
- The per-scope memory watcher state dropped its
pushSuppressedReasonfield, along with the session-wide suppression it drove (logged as "suppressing retry for the rest of this session") - The two early-returns keyed on that field are gone, and change events now always re-arm the debounce timer
- Per-store suppression remains, carrying a
suppressedUntilMsexpiry, and the "unlink cleared store suppression for" recovery path is unchanged
memory-watcher[, pushSuppressedReason
Strings lifted out of the shipped bundle, so the claim above can be checked against them.