Skip to content

Commit 5da1c61

Browse files
randclaude
andcommitted
fix: Add required ./ prefix to commands and skills paths in plugin.json
The Claude Code plugin validation requires paths to start with './' This fixes the manifest validation error that prevented the plugin from loading. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d974323 commit 5da1c61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"dspy",
4040
"context-efficient"
4141
],
42-
"commands": "commands",
43-
"skills": "skills"
42+
"commands": "./commands",
43+
"skills": "./skills"
4444
}

0 commit comments

Comments
 (0)