Skip to content

Commit 143bf5d

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-docs"]
1 parent ad82135 commit 143bf5d

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-docs",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Create and maintain TYPO3 extension documentation following official docs.typo3.org standards",
55
"repository": "https://github.com/netresearch/typo3-docs-skill",
66
"license": "MIT",
@@ -9,9 +9,6 @@
99
"email": "info@netresearch.de"
1010
},
1111
"skills": [
12-
{
13-
"name": "typo3-docs",
14-
"path": "skills/typo3-docs"
15-
}
12+
"./skills/typo3-docs"
1613
]
1714
}

0 commit comments

Comments
 (0)