Skip to content

fix: add missing version field to plugin.json - #7

Open
xiaolai wants to merge 1 commit into
kingbootoshi:mainfrom
xiaolai:fix/nlpm-plugin-version
Open

fix: add missing version field to plugin.json#7
xiaolai wants to merge 1 commit into
kingbootoshi:mainfrom
xiaolai:fix/nlpm-plugin-version

Conversation

@xiaolai

@xiaolai xiaolai commented Jun 21, 2026

Copy link
Copy Markdown

Automated: drive-by fix from NLPM, an NL artifact linter. Reviewed and reproduced before submission.

Bug: plugins/cartographer/.claude-plugin/plugin.json is missing the version field; without it, the Claude Code marketplace falls back to commit SHA as the version, breaking versioned installs like nlpm@0.x.

Evidence: The manifest has name, description, and author but no version key — confirmed by direct inspection. marketplace.json already declares "version": "1.4.0" for this plugin.

Fix: Adds "version": "1.4.0" to plugin.json, consistent with the value already in marketplace.json.

The plugin manifest was missing the required `version` field.
Without it, the Claude Code marketplace uses commit SHA as the
version, breaking versioned installs. Set to 1.4.0 to match
marketplace.json.

Co-Authored-By: Claude Code <noreply@anthropic.com>
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.

1 participant