瀏覽代碼

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 5 月之前
父節點
當前提交
2bc9dfb449
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      .claude-plugin/marketplace.json

+ 6 - 1
.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"
     },
     {