🔧 Patch release — marketplace install fix
Fixed
-
marketplace.jsonschema rewrite — now matches the officialclaude-code-marketplace.jsonspec.The previous schema caused
/plugin installto fail with:Failed to install: This plugin uses a source type your Claude Code version does not support.
Changes:
sourceis now a string ("./") for plugins at the repo root, instead of an object withtype/repokeys- Description moved from
metadata.descriptionto top-level (nometadatawrapper) - Added
$schemareference for IDE validation - Added per-plugin
author,homepage,repository,license,keywords,categoryfor better discoverability in Claude Code's plugin browser
Install
/plugin marketplace add cloverink/shipwright
/plugin install shipwright@shipwright
If upgrading from v0.1.0, force-refresh the marketplace cache first:
/plugin marketplace remove cloverink/shipwright
/plugin marketplace add cloverink/shipwright
/plugin install shipwright@shipwright
See CHANGELOG.md and full diff for details.