mirror of
https://github.com/lucas-labs/claude-plugins.git
synced 2026-05-11 09:05:43 -03:00
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.
This commit is contained in:
parent
90accf6fd2
commit
2bc9dfb449
@ -1212,7 +1212,12 @@
|
|||||||
"name": "stripe",
|
"name": "stripe",
|
||||||
"description": "Stripe development plugin for Claude",
|
"description": "Stripe development plugin for Claude",
|
||||||
"category": "development",
|
"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"
|
"homepage": "https://github.com/stripe/ai/tree/main/providers/claude/plugin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user