v0.23.1 — the registry card stopped being ten releases stale - #25
Merged
Conversation
`SKILL-CARD.md` carries the fields Anthropic's Skills-for-enterprise guidance asks every organisation to keep — "written so somebody who did not build this can decide". It said 0.13.5 while this package shipped 0.23.0: TEN minor releases of behaviour the card does not describe, at the root of a public repository, in exactly the field that dates it. Nothing read it, so it could only drift. The version moves in package.json, plugin.json and marketplace.json on every release and the card was in no list. Measured 2026-09-01 across the family: four of nine cards were behind, this worst. The check refuses a card whose `Version` row disagrees with package.json, and refuses a card that states no version at all — one a reader cannot see go stale is worse than one that lags visibly. Watched failing before it shipped. Found on the way: `test/validate.py` carried an invalid escape sequence in a docstring — `\|` in a non-raw string — which Python already warns about and future versions will reject. In a file that exists to refuse malformed rows, from a paragraph explaining how to escape a pipe. Now raw; zero escape warnings. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
SKILL-CARD.mdcarries the fields Anthropic's Skills-for-enterprise guidance asks every organisation to keep — "written so somebody who did not build this can decide".It said
0.13.5while this package ships0.23.0: ten minor releases of behaviour the card does not describe, at the root of a public repository, in exactly the field that dates it.Why it could only drift
The version moves in
package.json,plugin.jsonandmarketplace.jsonon every release. The card was in no list. Measured across the family on 2026-09-01: four of nine cards were behind, this one worst.The new check refuses a card whose
Versionrow disagrees withpackage.json— and refuses a card that states no version at all, because one a reader cannot see go stale is worse than one that lags visibly. Watched failing before it shipped:Found on the way
test/validate.pycarried an invalid escape sequence in a docstring —\|in a non-raw string — which Python already warns about and future versions will reject. In a file that exists to refuse malformed rows, from a paragraph explaining how to escape a pipe. Now raw; the file compiles with zero escape warnings.Gate
npm test→ rc=0.🤖 Generated with Claude Code