Skip to content

Commit 1d35a72

Browse files
ronpandolficlaude
andcommitted
Fix marketplace.json plugin source path ("." -> "./")
A bare "." is not recognized by Claude Codes marketplace source parser (only "./","../", absolute paths, or owner/repo shorthand), so /plugin install gpcam@gpcam fails with a misleading "unsupported source type / update Claude Code" error even on the latest Claude Code. Using "./" resolves the plugin at the repo root. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4e03b4c commit 1d35a72

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
@@ -9,7 +9,7 @@
99
"plugins": [
1010
{
1111
"name": "gpcam",
12-
"source": ".",
12+
"source": "./",
1313
"description": "Skills that guide an AI assistant through designing autonomous experiments with gpCAM — kernels, acquisition, prior mean, noise, cost, gp2Scale, and multi-task GPs.",
1414
"homepage": "https://gpcam.lbl.gov",
1515
"category": "scientific-computing",

0 commit comments

Comments
 (0)