Commit 5c1ecf8
authored
fix: use relative path for plugin source in marketplace (#724)
The previous GitHub self-reference format was not recognized by Claude
Code when adding this repository as an external marketplace. Using a
relative path `./` follows the pattern used by other official plugins
like
[Sentry](https://github.com/getsentry/sentry-for-claude/blob/main/.claude-plugin/marketplace.json)
and ensures proper plugin discovery.
<img width="1824" height="1488" alt="image"
src="https://github.com/user-attachments/assets/18e8767d-b362-4c08-a166-ae91ff9d2711"
/>1 parent 8e252dd commit 5c1ecf8
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
0 commit comments