chore: rename marketplace to Leo Claude Marketplace

Update all references from old names to new marketplace identity:
- support-claude-mktplace → leo-claude-mktplace (URLs)
- lm-claude-plugins → leo-claude-mktplace (repo name)
- Claude Code Marketplace → Leo Claude Marketplace (display name)

Files updated:
- Core docs (CLAUDE.md, README.md, CHANGELOG.md)
- Documentation (CANONICAL-PATHS, CONFIGURATION, UPDATING, COMMANDS-CHEATSHEET)
- Marketplace manifest and all 9 plugin.json files
- Plugin READMEs and MCP server READMEs
- Setup script and label taxonomy reference

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-20 20:17:27 -05:00
parent 3017e4c097
commit a2502c708b
25 changed files with 66 additions and 66 deletions

View File

@@ -9,7 +9,7 @@ Last Updated: 2026-01-20 (v3.0.0)
## Repository Root Structure
```
lm-claude-plugins/
leo-claude-mktplace/
├── .claude/ # Claude Code local settings
├── .claude-plugin/ # Marketplace manifest
│ └── marketplace.json
@@ -232,7 +232,7 @@ plugins/pr-review/mcp-servers/gitea -> ../../../mcp-servers/gitea
| 2026-01-20 | v3.0.0: MCP servers moved to root with symlinks | Claude Code |
| 2026-01-20 | v3.0.0: Added clarity-assist, git-flow, pr-review plugins | Claude Code |
| 2026-01-20 | v3.0.0: Added docs/CONFIGURATION.md | Claude Code |
| 2026-01-20 | v3.0.0: Renamed marketplace to lm-claude-plugins | Claude Code |
| 2026-01-20 | v3.0.0: Renamed marketplace to leo-claude-mktplace | Claude Code |
| 2026-01-20 | Removed docs/references/ (obsolete planning docs) | Claude Code |
| 2026-01-19 | Added claude-md-integration.md path pattern | Claude Code |
| 2025-12-15 | Restructured: MCP servers bundled in plugins | Claude Code |

View File

@@ -1,6 +1,6 @@
# Plugin Commands Cheat Sheet
Quick reference for all commands in the Claude Code Marketplace.
Quick reference for all commands in the Leo Claude Marketplace.
---

View File

@@ -1,6 +1,6 @@
# Configuration Guide
Centralized configuration documentation for all plugins and MCP servers in the lm-claude-plugins marketplace.
Centralized configuration documentation for all plugins and MCP servers in the Leo Claude Marketplace.
## Overview

View File

@@ -1,4 +1,4 @@
# Updating support-claude-mktplace
# Updating Leo Claude Marketplace
This guide covers how to update your local installation when new versions are released.
@@ -6,7 +6,7 @@ This guide covers how to update your local installation when new versions are re
```bash
# 1. Pull latest changes
cd /path/to/support-claude-mktplace
cd /path/to/leo-claude-mktplace
git pull origin main
# 2. Run post-update script