feat(setup): install/uninstall primary commands; adopt/unadopt aliases#913
Open
potiuk wants to merge 3 commits into
Open
feat(setup): install/uninstall primary commands; adopt/unadopt aliases#913potiuk wants to merge 3 commits into
potiuk wants to merge 3 commits into
Conversation
Now that Magpie can be installed from agent marketplaces, 'install' is the more familiar term than 'adopt'. Make it the primary command surface: - /magpie-setup install (default, no-arg) is first-time install; 'adopt' is a documented alias. - /magpie-setup uninstall reverses it; 'unadopt' is a documented alias. - Rename adopt.md -> install.md, unadopt.md -> uninstall.md (skills + docs); repoint all path references. - Keep the 'adopter'/'adopter repo' noun and the 'Adopt a Magpie' slogan. Command surface only (PR A). The wider docs/skills prose reword of the adopt->install verb is a separate follow-up (PR B).
…' for the mechanism Per the terminology model: a project *adopts* Magpie (the relationship); the *installation* is the process/mechanism. Restores 'Adopt and maintain ... via the snapshot-based installation mechanism' in the skill description; the install/uninstall command names and adopt/unadopt aliases are unchanged.
…s install
- Reword process-y 'adoption/adopt flow' phrases to 'install/installation'
where they describe the mechanism (the adopt/install flow, first-time
install, during installation, install recipe/instructions, uninstall flow),
and prefer '/magpie-setup install' in how-to steps. Relationship/noun uses
('adopter', 'adopter repo', 'a project adopts Magpie', 'adoption model')
and the adopt/unadopt aliases are left untouched.
- Add an 'Adoption vs. installation' note to docs/setup/README.md: a project
ADOPTS Magpie (relationship); INSTALLATION is the process (adopt = alias).
potiuk
marked this pull request as ready for review
July 20, 2026 14:45
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.
Now that Magpie can be installed from agent marketplaces (#907), "install" is the more familiar term than "adopt." This makes
install/uninstallthe primary command surface, withadopt/unadoptkept as aliases (nothing breaks for anyone using them).Changes
/magpie-setup install— first-time install (the default no-arg action);/magpie-setup adoptis a documented alias./magpie-setup uninstall— reverses it;/magpie-setup unadoptis a documented alias.skills/setup/adopt.md→install.md,skills/setup/unadopt.md→uninstall.md, anddocs/setup/unadopt.md→uninstall.md; all path references repointed.argument-hint, sub-action list, and command table.Deliberately kept
Scope: command surface + file renames only. Part of the adoption→installation terminology shift discussed on the list.