Skip to content

feat: Add missing plugin.json manifest for plugin-dev plugin#2

Merged
sjbrenchley89 merged 1 commit into
mainfrom
claude/implement-plugin-system-WlUWt
May 13, 2026
Merged

feat: Add missing plugin.json manifest for plugin-dev plugin#2
sjbrenchley89 merged 1 commit into
mainfrom
claude/implement-plugin-system-WlUWt

Conversation

@sjbrenchley89
Copy link
Copy Markdown
Owner

@sjbrenchley89 sjbrenchley89 commented May 13, 2026

Summary

  • The plugin-dev plugin was the only one in the plugins/ directory without a .claude-plugin/plugin.json manifest file
  • Without this file, the Claude Code plugin system cannot discover and load the plugin
  • Added manifest with name, version, description, and author matching the plugin's README

Test plan

  • Verify plugins/plugin-dev/.claude-plugin/plugin.json is valid JSON
  • Confirm all other plugins already have their plugin.json manifests
  • Check the plugin is loadable via cc --plugin-dir plugins/plugin-dev

https://claude.ai/code/session_012B5HRMwp3wvYDHYUHp5yY4


Generated by Claude Code

The plugin-dev plugin was the only one in the plugins directory without
a .claude-plugin/plugin.json manifest file, making it non-discoverable
by the Claude Code plugin system.

https://claude.ai/code/session_012B5HRMwp3wvYDHYUHp5yY4
@sjbrenchley89 sjbrenchley89 marked this pull request as ready for review May 13, 2026 11:30
@sjbrenchley89 sjbrenchley89 merged commit 3f2f5ed into main May 13, 2026
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.

2 participants