diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5f6eef8..a9e48cd 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,14 +1,16 @@ { - "name": "Link", - "description": "Secure, one-time-use payment credentials from Link", + "name": "link-cli", "owner": { "name": "Stripe", "email": "agent-spend@stripe.com" }, + "metadata": { + "description": "Secure, one-time-use payment credentials from Link" + }, "plugins": [ { "name": "link", - "source": ".", + "source": "./plugins/link", "description": "Authenticate with Link, create spend requests, and retrieve one-time-use card or shared payment token credentials for user-approved purchases.", "author": { "name": "Stripe" diff --git a/plugins/link/.claude-plugin b/plugins/link/.claude-plugin deleted file mode 120000 index 763c51b..0000000 --- a/plugins/link/.claude-plugin +++ /dev/null @@ -1 +0,0 @@ -../../.claude-plugin \ No newline at end of file diff --git a/plugins/link/.claude-plugin/plugin.json b/plugins/link/.claude-plugin/plugin.json new file mode 100644 index 0000000..b49dd1e --- /dev/null +++ b/plugins/link/.claude-plugin/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "link", + "version": "0.4.3", + "description": "Authenticate with Link, create spend requests, and retrieve one-time-use card or shared payment token credentials for user-approved purchases.", + "author": { + "name": "Stripe" + }, + "skills": "./skills/", + "mcpServers": "./.mcp.json" +} diff --git a/plugins/link/.codex-plugin b/plugins/link/.codex-plugin deleted file mode 120000 index c3acab0..0000000 --- a/plugins/link/.codex-plugin +++ /dev/null @@ -1 +0,0 @@ -../../.codex-plugin \ No newline at end of file diff --git a/.claude-plugin/plugin.json b/plugins/link/.codex-plugin/plugin.json similarity index 100% rename from .claude-plugin/plugin.json rename to plugins/link/.codex-plugin/plugin.json