feat(maxio-sdk-clone): experimental map-in-clone plugin variant#2
Open
mohammadali2549 wants to merge 2 commits into
Open
feat(maxio-sdk-clone): experimental map-in-clone plugin variant#2mohammadali2549 wants to merge 2 commits into
mohammadali2549 wants to merge 2 commits into
Conversation
Forks maxio-sdk (v0.2.0) into a new experimental plugin, maxio-sdk-clone, that reads the SDK map from the SDK source clone instead of bundling it. maxio-plan clones the SDK first (gains Bash) and grounds against the shipped-with-source map, with a source fallback under a hard anti-spelunk guard; maxio-debug reuses the clone. Additive — baseline maxio-sdk untouched; targets the experimental dev-raw line. claude plugin validate --strict passes for plugin + marketplace. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Remove prior-version comparative framing ("not bundled", "unlike the bundled-map plugin", "in this variant", "variant of maxio-sdk") from the consumer-facing skills, agents, README, and manifests — from a fresh consumer's perspective it is bloat. Behavior is now stated positively: the SDK map ships with the SDK source; the agents clone and read it from there.
Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Add an experimental
maxio-sdk-cloneplugin (map-in-clone variant)Adds a new experimental plugin,
maxio-sdk-clone, forked frommaxio-sdk(v0.2.0). It tests adifferent way of delivering the SDK map: instead of bundling the generated map inside the plugin,
the map ships inside the SDK's own source, and the agents clone the SDK to read it.
What changes vs
maxio-sdksdk-map.md+map/, ~4,180 lines). It is readfrom
<clone>/sdk-map.md+<clone>/map/instead.maxio-planclones the SDK first (gainsBash) and grounds against the map that ships with thesource, opening the exact source file the map names only when the map genuinely can't settle a fact.
maxio-debugreuses that clone via the shared temp.maxio-session.md.maxio-getting-started: map first, always; open onlythe exact file the map's row names, scoped; grepping/globbing/
find-ing the tree to locatesomething is a defect — the map is the locator.
maxio-planagent (the map no longerlives in the plugin for the main agent to read).
maxio-plan.md); theversion pin is dropped (the map co-versions with the source by construction).
Why
Probes the middle ground between the bundled-map
maxio-sdkand the map-less upstream plugin: doesco-locating a fresh, always-in-sync map with the source (source always at hand) beat bundling? It also
realizes the generator's stated end-state — the map generated and shipped alongside the SDK.
Notes for review
maxio-sdkplugin is untouched, so the experiment's baselinecomparability is intact. Targets
dev-raw(the experimental line);mainstays frozen.claude plugin validate --strictpasses for both the plugin and the marketplace manifest.(
mohammadali2549/advanced-billing-sample-sdk@docs/sdk-map, PR pending); once that map ismerged upstream this points to the canonical
asadali214/advanced-billing-sample-sdkat a tag.maxio-sdk-cloneshares skill/agent names withmaxio-sdk— don't install both at once(noted in its marketplace description). Fine for the experiment (arms install one plugin at a time).
🤖 Generated with Claude Code