From 2bc9dfb449494ce5f23649a56e9ae8b029a1bbe9 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Mar 2026 19:59:36 +0000 Subject: [PATCH] Update stripe plugin to use git-subdir source Change the stripe plugin source from local path (./external_plugins/stripe) to git-subdir pointing to stripe/ai repo at providers/claude/plugin without SHA pinning. --- .claude-plugin/marketplace.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0436660..a31b58a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1212,7 +1212,12 @@ "name": "stripe", "description": "Stripe development plugin for Claude", "category": "development", - "source": "./external_plugins/stripe", + "source": { + "source": "git-subdir", + "url": "stripe/ai", + "path": "providers/claude/plugin", + "ref": "main" + }, "homepage": "https://github.com/stripe/ai/tree/main/providers/claude/plugin" }, {