Commit 1d35a72
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments