fix: correct marketplace name in documentation#18
Merged
Utakata merged 1 commit intoSuperClaude-Org:mainfrom Feb 12, 2026
Merged
Conversation
Replace 'superclaude-official' with 'superclaude' to match marketplace.json name. ## Problem Documentation referenced 'sc@superclaude-official' but marketplace.json defines name as 'superclaude', causing plugin update failures. ## Changes - BACKUP_GUIDE.md: 5 occurrences fixed - README.md: 1 occurrence fixed - README-ja.md: 1 occurrence fixed - README-zh.md: 1 occurrence fixed ## Benefits ✅ Plugin update command now works correctly ✅ Consistent naming across documentation and configuration ✅ Prevents user confusion during installation/update 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix documentation inconsistency where
superclaude-officialis incorrectly used instead ofsuperclaude.Problem
The
marketplace.jsondefines the marketplace name assuperclaude:{ "name": "superclaude", ... }However, documentation files reference
sc@superclaude-official, causing:claude plugin update sc@superclaude-officialto fail with "Marketplace directory not found"This issue was introduced because the documentation wasn't updated to match PR #15 which reverted the marketplace name to
superclaudefor backward compatibility.Solution
Replace all occurrences of
superclaude-officialwithsuperclaudein documentation files.Changes
Benefits
✅ Plugin update/uninstall commands work correctly
✅ Consistent naming between
marketplace.jsonand documentation✅ Aligns with PR #15 which set marketplace name to
superclaude✅ Prevents user confusion during installation and updates
Test Plan
marketplace.jsonname issuperclaudesc@superclaudesuperclaude-officialremain🤖 Generated with Claude Code