feat(release): narrow plugin vendor to hooks+skills, idempotent, marketplace-owned manifest #453
No reviewers
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea!453
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/443-plugin-assemble-narrow"
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?
Summary
The shipped Claude Code plugin is now hooks + skills only, and the marketplace repo (sixfold-space/claude-plugins) owns the plugin metadata. This reworks the madtea side to match.
assemble-plugin-artifact.shvendors only the madtea-tracked content (hooks, skills, LICENSE, NOTICE) intoplugins/madtea/, replacing only those paths. It no longer copies, stamps, or version-bumpsplugin.json,marketplace.json, orREADME- those belong to the marketplace repo. It refuses to scaffold the plugin dir if it is absent.versionfield. Claude Code keys update detection off the marketplace commit hash, so the vendor step is idempotent: it branches, commits, and opens a PR only when the content actually changed. An unchanged release is a clean no-op, so no phantom plugin update reaches users.stamp_plugin_json_version,bump_marketplace_version, the versioned README generation, and the now-unused artifactsemver..claude-plugin/directory.release.shand the contributing docs.The marketplace side is already merged (the claude-plugins narrowing). Full gate green.
Refs #450, #437.
Closes #[443]