Skip to content

v0.2.0

Choose a tag to compare

@sjnims sjnims released this 13 Dec 01:57
· 93 commits to main since this release
1af7555

Summary

New entry point command for guided plugin/marketplace development workflows.

What's Changed

Added

  • /plugin-dev:start command - New primary entry point that guides users to choose between creating a plugin or marketplace (#145)
    • Uses disable-model-invocation: true to route cleanly to specialized workflows
    • Recommends plugin creation for most users

Fixed

  • Enable router invocation of workflow commands - workflow commands can now be invoked by other commands (#145)
  • Replace ! with [BANG] placeholder in skill documentation to prevent shell interpretation issues (#142)

Documentation

  • Fix component counts and update documentation accuracy across README, CONTRIBUTING, CLAUDE.md, and marketplace.json

Full Changelog: v0.1.0...v0.2.0