mirror of
https://github.com/yamadashy/repomix.git
synced 2025-12-16 12:00:13 +01:00
This commit optimizes the plugin marketplace structure by following Claude Code's recommended pattern: - Simplified marketplace.json to only contain required fields (name, source) and marketplace-specific fields (category) - Added homepage and repository fields to all plugin.json files for better discoverability - Removed redundant metadata from marketplace.json as it's already defined in each plugin's plugin.json By setting strict: true (default), the marketplace delegates to plugin.json as the authoritative source, following the DRY principle and reducing maintenance overhead. Updated files: - .claude-plugin/marketplace.json: Removed description, version, author, keywords, license, strict fields - .claude/plugins/repomix-mcp/.claude-plugin/plugin.json: Added homepage and repository - .claude/plugins/repomix-commands/.claude-plugin/plugin.json: Added homepage and repository - .claude/plugins/repomix-explorer/.claude-plugin/plugin.json: Added homepage and repository