Skip to content

Commit 3a94e5b

Browse files
randclaude
andcommitted
fix: Update marketplace.json source path to use ./ prefix
Claude Code requires plugin source paths to start with './' for validation. Changed from '.' to './' to meet schema requirements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e7e53bc commit 3a94e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"plugins": [
99
{
1010
"name": "cc-polymath",
11-
"source": ".",
11+
"source": "./",
1212
"description": "447 atomic skills across 31+ domains with gateway-based progressive loading. Includes API design, databases, ML, diagrams, infrastructure, cryptography, and more.",
1313
"version": "2.0.0"
1414
}

0 commit comments

Comments
 (0)