Skip to content

docs: fix marketplace install command in plugin install instructions#159

Merged
umputun merged 1 commit intomasterfrom
fix-marketplace-name-in-docs
Apr 29, 2026
Merged

docs: fix marketplace install command in plugin install instructions#159
umputun merged 1 commit intomasterfrom
fix-marketplace-name-in-docs

Conversation

@umputun
Copy link
Copy Markdown
Owner

@umputun umputun commented Apr 29, 2026

Reported in #158: README's /plugin install revdiff@umputun-revdiff fails because Claude Code resolves the marketplace by the name field in .claude-plugin/marketplace.json, which is revdiff, not umputun-revdiff. Same issue for revdiff-planning@umputun-revdiff.

Updated install commands in:

  • README.md (lines 116, 164)
  • .claude-plugin/skills/revdiff/references/install.md (lines 14, 36)
  • plugins/revdiff-planning/README.md (line 9)
  • site/docs.html (lines 612, 666)
  • site/index.html (line 67 in JSON-LD answer, line 392 in install code block)

Chose this direction over renaming the marketplace in marketplace.json because renaming would force every existing install to remove and re-add the marketplace.

Related to #158

The marketplace name in .claude-plugin/marketplace.json is "revdiff", but
README and related docs instructed users to run /plugin install
revdiff@umputun-revdiff, which fails with "Marketplace 'umputun-revdiff'
not found". Update all 7 references to revdiff@revdiff (and
revdiff-planning@revdiff) so the install commands match what Claude Code
actually resolves.

Related to #158
Copilot AI review requested due to automatic review settings April 29, 2026 18:40
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying revdiff with  Cloudflare Pages  Cloudflare Pages

Latest commit: ca7fd19
Status: ✅  Deploy successful!
Preview URL: https://c2161e61.revdiff.pages.dev
Branch Preview URL: https://fix-marketplace-name-in-docs.revdiff.pages.dev

View logs

@umputun umputun merged commit 25a51a5 into master Apr 29, 2026
7 checks passed
@umputun umputun deleted the fix-marketplace-name-in-docs branch April 29, 2026 18:41
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes Claude Code plugin install instructions to use the marketplace name declared in .claude-plugin/marketplace.json (revdiff) instead of the repo-derived umputun-revdiff, addressing the failure reported in #158.

Changes:

  • Update plugin install commands from @umputun-revdiff to @revdiff across README and plugin reference docs.
  • Update the same commands in the generated/static site pages (site/index.html, site/docs.html).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Corrects documented Claude Code install commands to match marketplace name resolution.
.claude-plugin/skills/revdiff/references/install.md Aligns internal reference install docs with the correct marketplace name (revdiff).
plugins/revdiff-planning/README.md Fixes planning plugin install command to use @revdiff.
site/docs.html Updates site documentation code blocks to the working install commands.
site/index.html Updates JSON-LD FAQ answer and install code block to the working install commands.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants