Commit 7b9ef3e
docs: lowercase the github org in install commands
GitHub treats org/repo paths as case-insensitive, and `git clone` (which
both `/plugin marketplace add` and `gemini extensions install` call under
the hood) resolves either form. Lowercase is easier to type, so use
`klarity-ai/klarity-mcp` in user-facing install commands. The canonical
`repository` URL in plugin.json / metadata.py stays as `Klarity-AI` to
match GitHub's display canonicalization.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b4b1c2e commit 7b9ef3e
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments