Sync claude-plugins to nauro 0.13.3: skill list + lockstep plugin.json#15
Merged
Conversation
The bundled-skills line advertised nauro-handoff, which was folded into nauro-context's Resume mode and is no longer installed, and omitted nauro-loop. Align the opt-in set with what `nauro adopt --with-skills` installs: nauro-ship-task, nauro-context, nauro-loop.
The version-sync gate requires .claude-plugin/plugin.json to equal the latest nauro on PyPI. It had drifted to 0.13.1 (stale through the 0.13.2 and 0.13.3 releases); bump to 0.13.3. The bundled subagents render byte-identical across these releases, so the pinned-render check stays green.
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.
Brings the plugin current with the nauro 0.13.3 release.
Why
Two things were stale against the published CLI:
nauro-ship-task,nauro-handoff, andnauro-context. That line advertisednauro-handoff, which was retired and folded intonauro-context's Resume mode (no longer installed by the CLI), and omittednauro-loop, the current third opt-in skill..claude-plugin/plugin.jsonwas pinned at0.13.1— it never bumped for the0.13.2or0.13.3releases. Theversion-synclockstep gate requires it to equal the latest published nauro on PyPI, so it failed the build.What changed
nauro adopt --with-skillsinstalls:nauro-ship-task,nauro-context, andnauro-loop.0.13.1→0.13.3, in lockstep with the published CLI.What to review
The README line and the version bump. The bundled subagents are byte-identical across
0.13.1→0.13.3, soagents-match-pinned-renderstays green at the new pin.What's deferred
Nothing.
Test plan
version-syncchecks:plugin-version-matches-pypinow matches (0.13.3 == 0.13.3);agents-match-pinned-renderpins to 0.13.3 and the committed agents already equal that render;manifests-validate-strictunaffected.