fix(docs): sync marketplace add URL across translated READMEs (#2050)#2068
fix(docs): sync marketplace add URL across translated READMEs (#2050)#2068evanclan wants to merge 1 commit into
Conversation
…-m#2050) PR affaan-m#2050 updated the root README.zh-CN.md install commands after the everything-claude-code → ECC rename, but the same stale marketplace URL remained in nine docs/<locale>/README.md copies. Align those quick-start and self-hosted install blocks so /plugin install ecc@ecc resolves the ecc marketplace instead of everything-claude-code.
📝 WalkthroughWalkthroughThis pull request updates installation documentation across nine localized README files to reflect a repository rename. The ChangesLocalized marketplace URL update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
sha256:9e6faa1583a803934b9064ff08e48738581a4d51bd7675accc265934c2225a98 |
Summary
PR #2050 fixed the stale
/plugin marketplace addURL in the rootREADME.zh-CN.mdafter theeverything-claude-code→ECCrename. The same install commands were still present in nine translated copies underdocs/<locale>/README.md. This PR updates those 15 occurrences so locale-specific onboarding matches the English and German READMEs.Problem
When users follow a translated README and run:
Claude Code registers the marketplace under a name derived from
everything-claude-code, so/plugin install ecc@eccfails with "Marketplace 'ecc' not found" — the same failure mode documented in #2050.Affected files (2 commands each unless noted):
docs/zh-CN/README.md,docs/zh-TW/README.mddocs/ja-JP/README.md,docs/ko-KR/README.mddocs/pt-BR/README.md,docs/ru/README.mddocs/tr/README.md,docs/th/README.md,docs/vi-VN/README.md(1 each)Solution
Replace only the
/plugin marketplace addGitHub URL withhttps://github.com/affaan-m/ECC, mirroring #2050’s scope. No logic, badge, issue-link, orsettings.json"repo"field changes in this diff.Out of scope
README.zh-CN.md— already fixed in fix(docs): update marketplace URL in Chinese README to match repo rename #2050.docs/de-DE/README.md— already usesaffaan-m/ECC."repo": "affaan-m/everything-claude-code"in marketplace JSON examples, badge URLs,git clonelines, and CONTRIBUTING — left for docs: fix renamed-repo links, drop stale assessment artifacts #2058 / follow-up i18n PRs per maintainer triage notes.EVALUATION.md/REPO-ASSESSMENT.mdcleanup — covered by open docs: fix renamed-repo links, drop stale assessment artifacts #2058.Test plan
grepconfirms zero remaining/plugin marketplace add .../everything-claude-codeunderdocs/*/README.mdRelated
Made with Cursor
Summary by cubic
Syncs the
/plugin marketplace addURL in nine localized READMEs tohttps://github.com/affaan-m/ECC. This fixes the install flow so/plugin install ecc@eccresolves the correct marketplace and avoids the “Marketplace 'ecc' not found” error..../everything-claude-codeURL in ninedocs/<locale>/README.mdfiles.Written for commit c85df72. Summary will update on new commits. Review in cubic
Summary by CodeRabbit