Plugin syncing gets per-account storage and won't delete a plugin loaded in your session.
What's wrong with this entry?
Plugin syncing now uses the same per-account storage directory and quarantine behaviour as skills, and it no longer deletes plugin directories while the synced plugin set is loaded in the current session. Those removals are recorded and counted, then applied later, so a plugin cannot be deleted out from under a running session.
- If no storage bucket resolves, the round returns early; if the bucket directory exists but is not marked for that account, it is moved to a trash root first.
- Deferral is driven by session state (whether the synced plugin set is currently open), not by a feature flag, and is cleared when that set closes. A log line carries the deferred-removal count.
- Downloads can now carry a version number that overrides the recorded plugin entry.
plugins_sync_removal_deferred_loaded
Strings lifted out of the shipped bundle, so the claim above can be checked against them.