feat: distribute mymir plugins for native no-clone install#115
Merged
Conversation
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
Task Reference: [MYMR-227]
Adds native, no-clone install paths for each supported coding agent. Each brand gets a root marketplace entry that points back into the existing
plugins/<cli>/dirs, so assets are not duplicated and there are no mirror repos..claude-plugin/marketplace.jsonwith agit-subdirsource →plugins/claude-code.claude plugin marketplace add FrkAk/mymirthenclaude plugin install mymir@mymir..agents/plugins/marketplace.json(git-subdir→plugins/codex) forcodex plugin marketplace add FrkAk/mymir; the nestedplugins/.agents/plugins/marketplace.jsonstays as themymir-localcontributor marketplace (mirrors Claude's root/local split)..cursor-plugin/marketplace.jsonwithsource: "plugins/cursor"; Marketplace search and an MCP install deeplink documented.plugins/antigravity/bundle:plugin.json,mcp_config.json(usesserverUrl), and skills generated from the Claude canonical byscripts/check-plugins.ts. Global MCP config documented at~/.gemini/config/mcp_config.json(shared by IDE and CLI); skills installed by copying the bundle into~/.gemini/config/plugins/.plugins/gemini/deleted and de-registered from the sync engine; replaced by Antigravity.agy plugin import geminimigration noted.mymir(defaulthttps://app.mymir.dev/api/mcp) andmymir-local(http://localhost:3000/api/mcp)..version-bump.json+scripts/bump-version.ts(bun run check:version, CI-enforced), covering the four plugin manifests and the MCP server version inlib/mcp/create-server.ts.tests/plugins/manifests.test.tsvalidates every manifest and the two-server pattern.Type of change
Testing
bun run devbun run lint)bun run typecheck)bun run test(628 pass / 0 fail),bun run check:plugins(in sync),bun run check:version(aligned), andbun run format:checkalso pass.Notes for reviewer
FrkAk/mymir, so remote no-clone install is verifiable only after merge. Locally verified: JSON parses, manifest tests,check:plugins,check:version, full suite, lint, typecheck.git-subdirsource) is the post-merge check;--sparse pluginsis documented as a fallback.components/home/GetStartedModal.tsx: Gemini entry replaced with Antigravity; the renamed#how-to-set-it-upREADME anchor updated to#use-the-hosted-version-no-clone.ask_user_questionsubstitution incheck-plugins.ts(current docs indicaterequest_user_input).