fix(plugins): add missing plugin.json manifest for plugin-dev#65286
Open
tianming-1996 wants to merge 1 commit into
Open
fix(plugins): add missing plugin.json manifest for plugin-dev#65286tianming-1996 wants to merge 1 commit into
tianming-1996 wants to merge 1 commit into
Conversation
The plugin-dev plugin was missing a plugin.json manifest, which prevented it from being discoverable or installable through normal plugin mechanisms. All other plugins in the repository have this manifest. This fixes the issue where the marketplace.json references plugin-dev as a source but the plugin had no manifest to register its components. Fixes anthropics#61760 Fixes anthropics#61758 Signed-off-by: tianming-1996 <tianming@example.com>
This was referenced Jun 5, 2026
Author
|
Hi @bcherny @dhollman @ashwin-ant, could you please take a look at this PR when you have a moment? It adds the missing |
This was referenced Jun 9, 2026
stevei101
approved these changes
Jun 10, 2026
stevei101
left a comment
There was a problem hiding this comment.
Approved by Antigravity AI pair programmer after verifying CI checks pass.
This was referenced Jun 11, 2026
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
.claude-plugin/plugin.jsonmanifest for theplugin-devpluginChanges
plugins/plugin-dev/.claude-plugin/plugin.jsonRoot Cause
The
plugin-devplugin was the only plugin in the repository missing aplugin.jsonmanifest. This prevented it from being discovered or installed through standard plugin mechanisms, even thoughmarketplace.jsonreferences it.Test Plan
Fixes #61760
Fixes #61758