Skip to content

Commit 095dd7b

Browse files
committed
fix: use string array format for skills path
Claude Code requires skills paths as string array with ./ prefix. Changed from object format to: ["./skills/typo3-core-contributions"]
1 parent 68c7e32 commit 095dd7b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.claude-plugin/plugin.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typo3-core-contributions",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "TYPO3 Core contribution workflow (Forge, Gerrit, docs)",
55
"repository": "https://github.com/netresearch/typo3-core-contributions-skill",
66
"license": "MIT",
@@ -9,9 +9,6 @@
99
"email": "info@netresearch.de"
1010
},
1111
"skills": [
12-
{
13-
"name": "typo3-core-contributions",
14-
"path": "skills/typo3-core-contributions"
15-
}
12+
"./skills/typo3-core-contributions"
1613
]
1714
}

0 commit comments

Comments
 (0)