Fix v2.0.1: migrate commands/ to skills/, fix manifest version - #11
Merged
Conversation
- Move all 20 command .md files from commands/ into skills/ - Remove "commands" key from manifest.json, consolidate all 34 entries under "skills" - Bump version to 2.0.1 in both manifest.json and plugin.json (v2.0.0 tag had manifest stuck at 1.3.5) - Update README and CONTRIBUTING docs for new structure
- Add CHANGELOG entry for v2.0.1 - Remove duplicate skills/ block in README repo structure - Remove hardcoded skill count from README - Fix orphaned skill-authoring reference in CONTRIBUTING
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
.mdfiles fromcommands/intoskills/, removing thecommands/directory"commands"key frommanifest.json— all 34 entries now live under"skills"2.0.1in bothmanifest.jsonandplugin.jsonRoot cause: The v2.0.0 manual bump only updated
plugin.json, leavingmanifest.jsonat1.3.5with the old"commands"key. The marketplace cached this broken state.Test plan
v2.0.1tag/pluginand verify no commands appear (only skills)devkit:statusand confirm all 34 skills are listed