What's wrong with this entry?
Plugin installations now track a resolvedVersion field that records the tag-derived semver version resolved during installation. This improves version verification and deduplication, especially when upstream plugins forget to bump their plugin.json version.
- Description: "Tag-derived semver this install resolved to (when fetched via a version constraint). Used by verifyAndDemote in preference to manifest.version"
- Plugin cache is invalidated when resolved version changes
Plugin version tracking (search for "resolvedVersion")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.