fix(docs): correct plugin install command to harness@harness-marketplace - #46
fix(docs): correct plugin install command to harness@harness-marketplace#46k002bill2 wants to merge 1 commit into
Conversation
README_KO/JA의 `/plugin install harness-marketplace`와 quickstart의 `harness@harness` 참조가 marketplace.json의 실제 이름(plugin `harness` @ marketplace `harness-marketplace`)과 어긋나, 그대로 복사하면 설치 실패. 영문 README.md의 올바른 `harness@harness-marketplace`에 맞춰 통일. - README_KO.md / README_JA.md: /plugin install harness@harness-marketplace - docs/quickstart.md: install/list/enable 3곳 harness@harness → harness@harness-marketplace
|
Confirming this on Claude Code 2.1.226 / Windows 11 — Also worth noting (same symptom as #20, different cause, and not covered by this PR): hand-editing Running the CLI afterwards printed:
which suggests the settings entry only declares the marketplace, and actual registration plus cache refresh is the CLI's job. In my case the CLI also renamed the mismatched Might be worth a line in the install docs alongside this fix, since both paths land on the same "installation doesn't work" symptom with no error to go on. Happy to open a separate PR for that if you'd prefer to keep this one scoped to the command strings. |
Summary
.claude-plugin/marketplace.json(marketplace nameharness-marketplace, plugin nameharness). Copy-pasting them fails to install the plugin.README.md, which usesharness@harness-marketplace.Changes
README_KO.md:/plugin install harness-marketplace→/plugin install harness@harness-marketplaceREADME_JA.md: same fixdocs/quickstart.md:harness@harness→harness@harness-marketplacein the Step 2 install command and the twoplugin list/plugin enablereferences in Failure FAQ question: would this be adaptable for google gemini as well? #3Test Plan
.claude-plugin/marketplace.jsondeclares marketplaceharness-marketplace+ pluginharness, soharness@harness-marketplaceis the correct referencegrep -rn "harness@harness" README*.md docs/— every occurrence is now followed by-marketplaceclaude plugin marketplace add revfactory/harnessthenclaude plugin install harness@harness-marketplacesucceeds end-to-end🤖 Generated with Claude Code