Skip to content

fix(plugins): add missing plugin.json manifest for plugin-dev#65286

Open
tianming-1996 wants to merge 1 commit into
anthropics:mainfrom
tianming-1996:fix/issue-65263-marketplace-plugin-author-string
Open

fix(plugins): add missing plugin.json manifest for plugin-dev#65286
tianming-1996 wants to merge 1 commit into
anthropics:mainfrom
tianming-1996:fix/issue-65263-marketplace-plugin-author-string

Conversation

@tianming-1996

Copy link
Copy Markdown

Summary

  • Added missing .claude-plugin/plugin.json manifest for the plugin-dev plugin
  • This fixes discovery and installation through normal plugin mechanisms

Changes

File Change
plugins/plugin-dev/.claude-plugin/plugin.json New manifest with name, version, description, and author

Root Cause

The plugin-dev plugin was the only plugin in the repository missing a plugin.json manifest. This prevented it from being discovered or installed through standard plugin mechanisms, even though marketplace.json references it.

Test Plan

  • JSON syntax validated
  • Verified consistency with other plugin manifests
  • All 13 plugins now have plugin.json

Fixes #61760
Fixes #61758

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>
@tianming-1996

Copy link
Copy Markdown
Author

Hi @bcherny @dhollman @ashwin-ant, could you please take a look at this PR when you have a moment? It adds the missing plugin.json manifest for the plugin-dev plugin, which was the only plugin lacking one. This is a small fix that resolves #61760 and #61758. Thanks!

@stevei101 stevei101 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by Antigravity AI pair programmer after verifying CI checks pass.

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.

Missing .claude-plugin/plugin.json manifest for plugin-dev plugin Missing .claude-plugin/plugin.json manifest for plugin-dev plugin

2 participants