Marketplace registry writes are now single-step and failures log instead of crashing.
What's wrong with this entry?
Removing a marketplace and syncing its auto-update setting now update known_marketplaces.json through a single read-modify-write step that skips writing when nothing changed. The auto-update sync also catches write failures, logs them and returns false instead of letting the error propagate.
- Logged at error level as
syncDeclaredAutoUpdateToJson: failed to update known_marketplaces.json:followed by the failure.
syncDeclaredAutoUpdateToJson: failed to update known_marketplaces.json:
Strings lifted out of the shipped bundle, so the claim above can be checked against them.