Skip to content

fix: correct marketplace name in documentation#18

Merged
Utakata merged 1 commit intoSuperClaude-Org:mainfrom
kilhyeonjun:fix/docs-marketplace-name-consistency
Feb 12, 2026
Merged

fix: correct marketplace name in documentation#18
Utakata merged 1 commit intoSuperClaude-Org:mainfrom
kilhyeonjun:fix/docs-marketplace-name-consistency

Conversation

@kilhyeonjun
Copy link
Copy Markdown
Contributor

Summary

Fix documentation inconsistency where superclaude-official is incorrectly used instead of superclaude.

Problem

The marketplace.json defines the marketplace name as superclaude:

{
  "name": "superclaude",
  ...
}

However, documentation files reference sc@superclaude-official, causing:

  • claude plugin update sc@superclaude-official to fail with "Marketplace directory not found"
  • User confusion during plugin management

This issue was introduced because the documentation wasn't updated to match PR #15 which reverted the marketplace name to superclaude for backward compatibility.

Solution

Replace all occurrences of superclaude-official with superclaude in documentation files.

Changes

File Occurrences Fixed
BACKUP_GUIDE.md 5
README.md 1
README-ja.md 1
README-zh.md 1
Total 8

Benefits

✅ Plugin update/uninstall commands work correctly
✅ Consistent naming between marketplace.json and documentation
✅ Aligns with PR #15 which set marketplace name to superclaude
✅ Prevents user confusion during installation and updates

Test Plan

  • Verified marketplace.json name is superclaude
  • Confirmed all documentation now uses sc@superclaude
  • No other references to superclaude-official remain

🤖 Generated with Claude Code

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]>
@Utakata Utakata merged commit 6f0f744 into SuperClaude-Org:main Feb 12, 2026
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