Skip to content

v1.1.1 — install-blocking fix

Choose a tag to compare

@Terryc21 Terryc21 released this 17 May 03:58
· 34 commits to main since this release

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 skills array from plugin.json. The skill is auto-discovered from skills/bug-echo/SKILL.md frontmatter regardless. The skills array 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 (commit 9d54335 and earlier). The schema tightened between v1.0.0 and now.

Changed

  • Version bumped to 1.1.1 across plugin.json, marketplace.json, SKILL.md frontmatter, and README.md.

Compatibility

  • All v1.1.0 features remain. No spec changes, no behavior changes. Same WATCH class, same managed-commit step, same hardened git show strategy, 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.