feat: rename plugin to for-developers-plugin#13
Merged
Alfred Tovsen Mo (alfredtm) merged 2 commits intoJul 2, 2026
Conversation
Renames the plugin from ext-devplatform-plugin to match the platform name "For Developers". Existing installs migrate automatically via the marketplace renames map (Claude Code v2.1.193+). Closes #12 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Marius MJ (M99)
approved these changes
Jul 2, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the plugin from
ext-devplatform-plugintofor-developers-pluginto match the platform name "For Developers". Closes #12..claude-plugin/plugin.json—name,homepage,repositoryupdated.claude-plugin/marketplace.json— plugin entry renamed, plus a top-levelrenamesmap so existing installs migrate automaticallyREADME.md/CONTRIBUTING.md— install commands and links updatedCHANGELOG.mdintentionally untouched (release-please-owned history; old GitHub URLs redirect)Existing users are not broken
Claude Code's marketplace format supports a
renamesmap for exactly this: on next start, clients with the old name load the plugin under the new name, show a one-line notice, and rewrite the user's settings. Notes:plugin-not-founduntil updated.plugin-cache-missand need to run/plugin install for-developers-plugin@intilityonce./for-developers-plugin:*.renamesentry is append-only history — do not remove it later.claude plugin validate . --strictpasses locally (CI runs the same check, which also validates the renames map).After merging
Rename the GitHub repo to
for-developers-pluginin repo settings — merge first so the renames map is live before old URLs start redirecting. GitHub's redirects keep existing/plugin marketplace add intility/ext-devplatform-pluginsources refreshing.🤖 Generated with Claude Code