v1.1.1 — install-blocking fix
v1.1.1 — install-blocking fix
v1.1.0 failed to install with Validation errors: skills: Invalid input because plugin.json shipped a skills array that Claude Code's current plugin schema rejects. v1.1.1 removes the field so the install validator accepts the manifest.
Fixed
- Removed obsolete
skillsarray fromplugin.json. The skill is auto-discovered fromskills/bug-echo/SKILL.mdfrontmatter regardless. Theskillsarray was metadata for an older plugin schema; the current validator rejects it. This is not a regression from v1.1.0 — the field shape has been identical since v1.0.0 (commit9d54335and earlier). The schema tightened between v1.0.0 and now.
Changed
- Version bumped to 1.1.1 across
plugin.json,marketplace.json,SKILL.mdfrontmatter, andREADME.md.
Compatibility
- All v1.1.0 features remain. No spec changes, no behavior changes. Same WATCH class, same managed-commit step, same hardened
git showstrategy, same output-dir override. - If you tried to install v1.1.0 and it failed: retry the install command. v1.1.1 supersedes it.
Note on v1.1.0
The v1.1.0 GitHub Release stays published as a historical artifact but is known-broken-on-install for users on the current Claude Code plugin schema. Anyone reading the v1.1.0 release notes should install v1.1.1 instead.