Mirror the adapty-skills rename in the marketplace manifest - #5
Merged
Conversation
This repo publishes the `adapty` marketplace too, listing the skills-repo plugin by reference. That plugin is now `adapty-skills`, so the entry follows — otherwise anyone who added the marketplace from this repo would not see it. Keeps the old `adapty-sdk-integration` name as a second entry pointing at the same source, matching the skills repo, so installs made under the old handle keep resolving. `claude plugin validate .` passes.
The skills repo is being renamed, so both mirrored entries follow. Also updates the repo link in the three READMEs. `claude plugin validate .` passes.
lint-i18n pins a hash of README.md and both translations were built from the previous one. The change itself is a bare repo URL, identical in all three files and language-independent, so no retranslation was needed — only the recorded stamp. `node scripts/lint-i18n.mjs` passes.
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.
Why this repo needs the change
This repo publishes the
adaptymarketplace as well, listing all three plugins — including the skills-repo one by{source: github, repo: ...}reference. That plugin is being renamed toadapty-skills(adaptyteam/adapty-skills#35).Without this, anyone who added the
adaptymarketplace from this repo would not seeadapty-skillsat all — they'd still be offered only the old name.What
The
adapty-sdk-integrationentry becomes two entries pointing at the same source:adapty-skills— the primary, with a description covering both skills it shipsadapty-sdk-integration— deprecated alias, so installs made under the old handle keep resolving and keep updatingThis mirrors exactly what the skills repo's own manifest now does.
claude plugin validate .passes with no warnings.Note on the two manifests
Both this repo and the skills repo publish a marketplace named
adaptywith hand-synced plugin lists. That is pre-existing, but it means changes like this have to be made twice or the two catalogs drift. Worth deciding which repo owns theadaptyindex — out of scope here.Order
Safe to merge independently. The alias means neither side breaks whichever lands first.
⛔ BLOCKED until the repo is renamed
These commits assume the GitHub repo has been renamed
adaptyteam/adapty-sdk-integration-skill→adaptyteam/adapty-skills. That rename has not happened yet. Every updated URL here 404s until it does, so do not merge before the rename.Rename steps (repo Settings → General → Repository name), then in whatever order:
adaptyteam/adapty-sdk-integration-skillagain — reusing the name permanently kills the redirect.owner/repo, and the old slugs remain as stale duplicates that cannot be redirected.RAW_BASEis araw.githubusercontent.comURL and raw does not follow repo renames.What survives the rename with no action: existing
claude plugininstalls (git remotes follow the redirect), existing clones, and every published docs page slug —adapty-sdk-integration-skill*page ids are unrelated to the repo name and deliberately unchanged.