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>
23 lines
714 B
JSON
23 lines
714 B
JSON
{
|
|
"name": "claude-config-maintainer",
|
|
"version": "1.0.0",
|
|
"description": "Maintains and optimizes CLAUDE.md configuration files for Claude Code projects",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/claude-config-maintainer/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"claude-code",
|
|
"configuration",
|
|
"optimization",
|
|
"claude-md",
|
|
"developer-tools"
|
|
],
|
|
"entryPoint": "agents/maintainer.md",
|
|
"commands": ["./commands/"],
|
|
"agents": ["./agents/"]
|
|
}
|