Skip to content

Commit 3198bbe

Browse files
authored
fix(claude): properly structure claude plugin (#14432)
Fix for #14403 . The marketplace could be added, plugin installed. However, the command was not available after installation.
1 parent fb05840 commit 3198bbe

File tree

13 files changed

+12
-5
lines changed

13 files changed

+12
-5
lines changed

.claude-plugin/marketplace.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
2-
"name": "payload",
2+
"name": "payload-marketplace",
3+
"version": "0.0.1",
4+
"description": "Development marketplace for Payload",
35
"owner": {
46
"name": "Payload",
57
"email": "info@payloadcms.com"
68
},
79
"plugins": [
810
{
911
"name": "payload",
10-
"source": "./"
12+
"description": "Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.",
13+
"version": "0.0.1",
14+
"source": "./tools/claude-plugin",
15+
"author": {
16+
"name": "Payload",
17+
"email": "info@payloadcms.com"
18+
}
1119
}
1220
]
1321
}
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "payload",
33
"version": "0.0.1",
4-
"description": "Payload CMS 3.x development skill with TypeScript patterns, field configs, hooks, access control, and API examples",
4+
"description": "Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.",
55
"author": {
66
"name": "Payload",
77
"email": "info@payloadcms.com",
@@ -10,6 +10,5 @@
1010
"homepage": "https://github.com/payloadcms/payload",
1111
"repository": "https://github.com/payloadcms/payload",
1212
"license": "MIT",
13-
"keywords": ["payload", "cms", "payload-cms", "nextjs", "typescript", "headless-cms"],
14-
"commands": "./commands"
13+
"keywords": ["payload", "cms", "payload-cms", "nextjs", "typescript", "headless-cms"]
1514
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)