Skip to content

feat(release): register Socket badge as a release surface#76

Merged
derek-palmer merged 1 commit into
mainfrom
feat/socket-badge-surface
May 29, 2026
Merged

feat(release): register Socket badge as a release surface#76
derek-palmer merged 1 commit into
mainfrom
feat/socket-badge-surface

Conversation

@derek-palmer
Copy link
Copy Markdown
Owner

Summary

Adds the Socket badge as a badge-kind release surface in the Release Surface Manifest (#53). The badge URL badge.socket.dev/npm/package/codeforerunner/{version} is version-pinned (Socket has no latest endpoint) and bumped in README.md by bump-version.sh, but was invisible to release policy.

Its 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.

Tests

  • new: socket-badge surface registered, reads README version, matches canonical
  • existing parity test now also covers the badge

7/7 release-surface tests green.

Closes #64

🤖 Generated with Claude Code

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
@derek-palmer derek-palmer merged commit fce6cdf into main May 29, 2026
10 checks passed
@derek-palmer derek-palmer deleted the feat/socket-badge-surface branch May 29, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Socket badge URL to Release Surface Manifest

1 participant