feat(builder): add scaffold, devtest, and release-review workflow skills (2.1.5)#30
Merged
Merged
Conversation
…lls (2.1.5) Extend the nddev-builder `core` toolkit with three workflow skills (and matching `nddev-*` slash commands) that sit on top of the focused `add-*` set: - `scaffold-plugin` composes a complete plugin bundle from a described intent. - `devtest-plugin` runs an isolated install-and-verify loop in throwaway HOME/ZCODE_HOME, asserting the flatten without touching live ~/.zcode. - `release-review` gates a whole marketplace for release readiness across all plugins (identity/version-lockstep presence, cross-plugin basename safety, inert-field and secret scans, clean install plan). All three stay strictly within the ZCode 3.3.6 surface (flatten-to-user-scope; no `plugin add`, cache, or dev-mode reload), so no publish-portal, managed-requirements, or remote-marketplace-source features were added -- those do not exist on this runtime. Toolkit is now 19 skills / 19 slash commands; module and marketplace versions advance to 2.1.5. Claude-Session: https://claude.ai/code/session_01Y29c9sJRhChvxDcUjab5Xo
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.
Extend the
nddev-buildercoretoolkit with three workflow skills (+ matchingnddev-*slash commands) on top of the focusedadd-*set, bringing it to the same authoring-workflow completeness as the codex builder — strictly within ZCode 3.3.6's real surface.Added
scaffold-plugin//nddev-scaffold— compose a complete plugin bundle from a described intent (orchestrates theadd-*skills).devtest-plugin//nddev-devtest— isolated install-and-verify loop in throwawayHOME/ZCODE_HOME, asserting the component flatten without touching live~/.zcode.release-review//nddev-release-review— whole-marketplace release-readiness gate (identity/version-lockstep presence, cross-plugin basename safety, inert-field + secret scans, clean--plan).Deliberately NOT added (do not exist on ZCode 3.3.6)
ZCode has no CLI
plugin add/cache/dev-mode (activation is UI-only; headless install flattens to user scope). So there is no publish-portal, managed-requirementslayer, or remote-marketplace-source support to build — adding them would be dead/misleading config.add-marketplace/add-pluginremain local-source only by design (documented invalidate-components).Toolkit is now 19 skills / 19 slash commands; module + marketplace versions advance to 2.1.5 (5-source lockstep) and the release evidence is regenerated. Full regression, structure, and version-parity coverage lives in the private
nddev-harnessesslice.https://claude.ai/code/session_01Y29c9sJRhChvxDcUjab5Xo