chore: trim plugin descriptions to a current one-liner (stop hoarding version history)#79
Merged
Merged
Conversation
… version history) The marketplace UI renders each plugin's `description` field (marketplace.json + plugin.json). Every release had been prepending `**vX.Y.Z**: …` to that field without ever trimming — specode's grew to 2601 chars holding 9+ versions. Cut each description back to a single current "what it does" line; version history lives only in the CHANGELOGs. README badges + table rows synced. ragkit was already clean. Patch bumps: specode 6.1.3 / task-swarm 0.10.2 / obsidian-wiki 2.0.2. Zero behavior change. Go-forward: only touch a description when the plugin's purpose changes, never to record a release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Co-Authored-By: qxbyte <126648675+qxbyte@users.noreply.github.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.
Summary
The marketplace UI renders each plugin's
descriptionfield (.claude-plugin/marketplace.json+plugins/<name>/.claude-plugin/plugin.json). Every release had been prepending**vX.Y.Z**: …to that field and never trimming — specode'sdescriptionhad grown to 2601 chars holding 9+ versions of release notes.descriptionback to a single current "what it does" line. Version history now lives only in the CHANGELOGs.descriptionwhen the plugin's purpose changes, never to record a release.Zero behavior change.
Test plan
python3 scripts/check_marketplace_versions.py— 4 plugins in sync.venv/bin/python -m pytest plugins/specode/tests/ -q— 90 passeddescriptionnow has 0 embedded**vversion blurbs🤖 Generated with Claude Code