Skip to content

Commit c86e709

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/php-modernization"]
1 parent 23484e9 commit c86e709

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": "php-modernization",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "PHP 8.x modernization patterns with type safety and PHPStan",
55
"repository": "https://github.com/netresearch/php-modernization-skill",
66
"license": "MIT",
@@ -9,9 +9,6 @@
99
"email": "info@netresearch.de"
1010
},
1111
"skills": [
12-
{
13-
"name": "php-modernization",
14-
"path": "skills/php-modernization"
15-
}
12+
"./skills/php-modernization"
1613
]
1714
}

0 commit comments

Comments
 (0)