mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-07-14 21:26:58 -03:00
Adds a top-level "renames" map to marketplace.json with the four historical renames (adlc, airwallex, convex-backend, vals) so that users who installed under the old slug auto-migrate to the new one once the loader-side support in cci#43997 ships. Also documents in README.md that plugin `name` is an immutable slug: use `displayName` for label changes, and if a rename is unavoidable, add a `renames` entry. Part of CC-2871. Co-Authored-By: Claude <noreply@anthropic.com>