From 09a6c79b245b6a87e8591c6662ae78bb34b46f4a Mon Sep 17 00:00:00 2001 From: 002bill Date: Sat, 20 Jun 2026 01:50:00 +0900 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=EC=84=A4=EC=B9=98=20=EB=AA=85?= =?UTF-8?q?=EB=A0=B9=EC=9D=84=20=EC=8B=A4=EC=A0=9C=20=EB=A7=88=EC=BC=93?= =?UTF-8?q?=ED=94=8C=EB=A0=88=EC=9D=B4=EC=8A=A4/=ED=94=8C=EB=9F=AC?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EC=9D=B4=EB=A6=84=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README_JA.md | 2 +- README_KO.md | 2 +- docs/quickstart.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_JA.md b/README_JA.md index 542ce3e..2ed5034 100644 --- a/README_JA.md +++ b/README_JA.md @@ -89,7 +89,7 @@ Phase 6: 検証とテスト #### プラグインのインストール ```shell -/plugin install harness-marketplace +/plugin install harness@harness-marketplace ``` ### グローバルスキルとして直接インストール diff --git a/README_KO.md b/README_KO.md index 891994d..42b4b28 100644 --- a/README_KO.md +++ b/README_KO.md @@ -89,7 +89,7 @@ Phase 6: 검증 및 테스트 #### 플러그인 설치 ```shell -/plugin install harness-marketplace +/plugin install harness@harness-marketplace ``` ### 글로벌 스킬로 직접 설치 diff --git a/docs/quickstart.md b/docs/quickstart.md index 89fe9c1..3a429ed 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -28,7 +28,7 @@ claude plugin marketplace add revfactory/harness ## Step 2 — Install the plugin and enable the Experimental flag (40 seconds) ```bash -claude plugin install harness@harness +claude plugin install harness@harness-marketplace export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 ``` @@ -76,7 +76,7 @@ ls -la .claude/skills/ **Failure FAQ #3 — "Nothing was generated" / directories are empty** **Cause:** The plugin is not actually installed or is not active in the current project. -**Fix:** Run `claude plugin list`. If `harness@harness` is absent, repeat Step 2. If present but inactive, run `claude plugin enable harness@harness`, then repeat Step 3. +**Fix:** Run `claude plugin list`. If `harness@harness-marketplace` is absent, repeat Step 2. If present but inactive, run `claude plugin enable harness@harness-marketplace`, then repeat Step 3. ---