fix: plugin install schema validation (#75)#81
Conversation
marketplace.json was missing required top-level name and owner fields, and plugins[].source was incorrectly named path. Fixes plugin install validation error in Claude Code.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughConfiguration updates to the marketplace entry, adding required top-level metadata fields ( Changes
Possibly related issues
Poem
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
nameandownertop-level fields to.claude-plugin/marketplace.jsonpath→sourcein plugins array (correct field name per schema)Fixes #75
Test plan
marketplace.jsonnow has requiredname,owner.name,owner.githubfieldsplugins[0].sourcepoints to./plugin(was incorrectlypath)Summary by CodeRabbit