From 791f2de6ceb92fa1c57d872ddeb02db2e772caf6 Mon Sep 17 00:00:00 2001 From: tobin Date: Mon, 18 May 2026 19:13:39 +0000 Subject: [PATCH] Fix broken plugin source configs and bump their SHAs Several external plugins had source configs that no longer matched the upstream layout, so the automated SHA bump skipped them indefinitely. Add the missing path field where the manifest moved into a subdirectory, correct stale ref/commit metadata, and update the skills list for the one strict:false skills-only entry. - rc, revenuecat: upstream moved the plugin from repo root into revenuecat/. Add path and bump SHA. - zilliz: plugin moved from repo root into plugins/zilliz/. Add path and bump SHA. - sumup: plugin lives at providers/claude/plugin/ (declared by the upstream marketplace.json) but our entry never had a path. Add it and bump SHA. - mintlify: pure SHA bump. Repo layout unchanged between SHAs; the upstream remains a marketplace-style repo with no plugin.json, same as the currently pinned SHA. - netsuite-suitecloud (strict:false skills entry): bump SHA and add the four new skill directories upstream added since the last pin. - 42crunch-api-security-testing: ref said v1.0.1 but the pinned SHA is actually v1.5.5. Correct the label; the SHA is already current. - jfrog: commit and sha fields had drifted apart. Set both to upstream HEAD. Each new SHA verified to be on the upstream default branch and the referenced manifest validated with claude plugin validate. --- .claude-plugin/marketplace.json | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 76e76db..680f857 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -18,7 +18,7 @@ "source": "git-subdir", "url": "https://github.com/42Crunch-AI/claude-plugins.git", "path": "plugins/api-security-testing", - "ref": "v1.0.1", + "ref": "v1.5.5", "sha": "faf5305385de8afed9468904e8639be737aff39e" }, "homepage": "https://42crunch.com" @@ -1049,8 +1049,8 @@ "source": { "source": "github", "repo": "jfrog/claude-plugin", - "commit": "761921eaa12b845beba1688d699a2d45091dfe83", - "sha": "d80db066e219aab8190f3dc4a463b71a3a180250" + "commit": "259c8e718266c16e99b4f30ae9b1ed0f9f00d98d", + "sha": "259c8e718266c16e99b4f30ae9b1ed0f9f00d98d" }, "homepage": "https://jfrog.com" }, @@ -1241,7 +1241,7 @@ "source": { "source": "url", "url": "https://github.com/mintlify/mintlify-claude-plugin.git", - "sha": "acd6d2e0128c4f235d55cfb8d8c91ecbdd5df8cc" + "sha": "0436f38141238860186f48d9918c39bc94fe5b59" }, "homepage": "https://www.mintlify.com/" }, @@ -1308,12 +1308,16 @@ "url": "https://github.com/oracle/netsuite-suitecloud-sdk.git", "path": "packages/agent-skills", "ref": "master", - "sha": "43bacf43763e1eedd0892b4652be3d45df94f0e7" + "sha": "79947b37a42dcc7d5b00835655fa14a368b5ea17" }, "strict": false, "skills": [ "./netsuite-ai-connector-instructions", + "./netsuite-owasp-secure-coding", + "./netsuite-sdf-project-documentation", "./netsuite-sdf-roles-and-permissions", + "./netsuite-suitescript-records-reference", + "./netsuite-suitescript-upgrade", "./netsuite-uif-spa-reference" ], "homepage": "https://github.com/oracle/netsuite-suitecloud-sdk" @@ -1654,7 +1658,8 @@ "source": { "source": "url", "url": "https://github.com/RevenueCat/rc-claude-code-plugin.git", - "sha": "af7cb77996aee4e7e3c109c5afec81f716139032" + "path": "revenuecat", + "sha": "407e4651ff74dbaf47c457948ab540e620403c2a" }, "homepage": "https://www.revenuecat.com" }, @@ -1675,7 +1680,8 @@ "source": { "source": "url", "url": "https://github.com/RevenueCat/rc-claude-code-plugin.git", - "sha": "af7cb77996aee4e7e3c109c5afec81f716139032" + "path": "revenuecat", + "sha": "407e4651ff74dbaf47c457948ab540e620403c2a" }, "homepage": "https://www.revenuecat.com" }, @@ -2007,7 +2013,8 @@ "source": { "source": "url", "url": "https://github.com/sumup/sumup-skills.git", - "sha": "0fd0a911ecaffd7187fe35e914d8ead6de584ffd" + "path": "providers/claude/plugin", + "sha": "a4b5a9789e10e27fb375b68279bb0916074b8dd4" }, "homepage": "https://www.sumup.com/" }, @@ -2247,7 +2254,8 @@ "source": { "source": "url", "url": "https://github.com/zilliztech/zilliz-plugin.git", - "sha": "17cf04e6a3c272320b707d429484e4c00b3bec0b" + "path": "plugins/zilliz", + "sha": "e960396da0bd0b1cb219fa97e3bcbb425ee1abbd" }, "homepage": "https://docs.zilliz.com" },