narrow the madtea plugin metadata to hooks + skills; fix stale marketplace URLs #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-15-narrow-madtea-plugin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves the claude-plugins side of the plugin-shape decision (#15).
What changed
plugins/madtea/.claude-plugin/plugin.json: drop theversionfield, so update detection keys off this repo's commit hash. Rewrite the description to a hooks-and-skills Claude Code plugin. Drop the MCP-server and cross-client claim..claude-plugin/marketplace.json: drop theversionon the madtea entry (it must not be set in both places). Match the new description.README.md: fix the description in the plugin table, and repoint themarketplace addcommand and the madtea link at the current homegit.cheshirecube.cloud/sixfold-space. The old codeberg.org URLs were dead.Merge sequencing
The version-less
plugin.jsonand the dropped marketplace version stick only after the madtea assemble rework lands (sixfold-space/madtea#443). Until then the vendor step still copies the source manifest and re-bumps the entry version, so this should merge with #443, not ahead of it. The README URL and description fixes are durable now.Closes #15.