Skip to content

fix(docs): correct plugin install command to harness@harness-marketplace#46

Open
k002bill2 wants to merge 1 commit into
revfactory:mainfrom
k002bill2:fix/docs-marketplace-plugin-name
Open

fix(docs): correct plugin install command to harness@harness-marketplace#46
k002bill2 wants to merge 1 commit into
revfactory:mainfrom
k002bill2:fix/docs-marketplace-plugin-name

Conversation

@k002bill2

Copy link
Copy Markdown

Summary

  • The Korean/Japanese READMEs and the Quickstart guide use plugin-install commands that don't match the names declared in .claude-plugin/marketplace.json (marketplace name harness-marketplace, plugin name harness). Copy-pasting them fails to install the plugin.
  • This aligns all three with the already-correct English README.md, which uses harness@harness-marketplace.

Changes

  • README_KO.md: /plugin install harness-marketplace/plugin install harness@harness-marketplace
  • README_JA.md: same fix
  • docs/quickstart.md: harness@harnessharness@harness-marketplace in the Step 2 install command and the two plugin list / plugin enable references in Failure FAQ question: would this be adaptable for google gemini as well? #3

Test Plan

  • .claude-plugin/marketplace.json declares marketplace harness-marketplace + plugin harness, so harness@harness-marketplace is the correct reference
  • grep -rn "harness@harness" README*.md docs/ — every occurrence is now followed by -marketplace
  • claude plugin marketplace add revfactory/harness then claude plugin install harness@harness-marketplace succeeds end-to-end

🤖 Generated with Claude Code

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant