Skip to content

Fix v2.0.1: migrate commands/ to skills/, fix manifest version - #11

Merged
5uck1ess merged 2 commits into
mainfrom
fix/v2.0.1-commands-to-skills
Apr 4, 2026
Merged

Fix v2.0.1: migrate commands/ to skills/, fix manifest version#11
5uck1ess merged 2 commits into
mainfrom
fix/v2.0.1-commands-to-skills

Conversation

@5uck1ess

@5uck1ess 5uck1ess commented Apr 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Moved all 20 command .md files from commands/ into skills/, removing the commands/ directory
  • Removed the "commands" key from manifest.json — all 34 entries now live under "skills"
  • Bumped version to 2.0.1 in both manifest.json and plugin.json
  • Updated README and CONTRIBUTING docs for the new structure

Root cause: The v2.0.0 manual bump only updated plugin.json, leaving manifest.json at 1.3.5 with the old "commands" key. The marketplace cached this broken state.

Test plan

  • Merge PR and confirm release workflow creates v2.0.1 tag
  • Run /plugin and verify no commands appear (only skills)
  • Run devkit:status and confirm all 34 skills are listed

5uck1ess added 2 commits April 4, 2026 12:43
- 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
@5uck1ess
5uck1ess merged commit 6e5ac31 into main Apr 4, 2026
1 check passed
@5uck1ess
5uck1ess deleted the fix/v2.0.1-commands-to-skills branch April 4, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant