fix(release): Stage Claude plugin manifests explicitly

Replace the derived .claude-plugin directory entry with the concrete\nplugin manifest files so release:prepare can git-add them without\ntripping over the ignore rule for the directory itself.\n\nAdd matching test updates for the workflow contract.
This commit is contained in:
sickn33
2026-03-29 18:37:02 +02:00
parent 5a9bd5f037
commit 4a4a958860
3 changed files with 6 additions and 3 deletions

View File

@@ -62,7 +62,8 @@ for (const filePath of [
"apps/web-app/public/skills.json.backup",
"data/plugin-compatibility.json",
".agents/plugins/",
".claude-plugin/",
".claude-plugin/plugin.json",
".claude-plugin/marketplace.json",
"plugins/",
]) {
assert.ok(

View File

@@ -19,7 +19,8 @@ const contract = {
"data/plugin-compatibility.json",
"data/aliases.json",
".agents/plugins/",
".claude-plugin/",
".claude-plugin/plugin.json",
".claude-plugin/marketplace.json",
"plugins/",
],
mixedFiles: ["README.md"],