feat(release): register Socket badge as a release surface#76
Merged
Conversation
The Socket badge URL is version-pinned (Socket has no latest endpoint) and bumped in README.md by bump-version.sh, but was invisible to release policy. Add it as a `badge`-kind surface whose version_source reads the pinned version straight from the README badge URL, so the manifest-driven parity check catches a stale badge diverging from the canonical version. Closes #64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Socket badge as a
badge-kind release surface in the Release Surface Manifest (#53). The badge URLbadge.socket.dev/npm/package/codeforerunner/{version}is version-pinned (Socket has no latest endpoint) and bumped inREADME.mdbybump-version.sh, but was invisible to release policy.Its
version_sourcereads the pinned version straight from the README badge URL, so the manifest-driven parity check catches a stale badge diverging from the canonical version.Tests
socket-badgesurface registered, reads README version, matches canonical7/7 release-surface tests green.
Closes #64
🤖 Generated with Claude Code