Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Apr 20:00

BREAKING

  • Plugin renamed from c4-model to c4m. The install command is now /plugin install c4m@c4-model-skill. Existing installations must uninstall c4-model@c4-model-skill and reinstall as c4m.
  • Slash commands renamed to use the shorter /c4m: namespace and shorter mode names. Full mapping:
    • /c4-model/c4m:auto
    • /c4-design/c4m:design
    • /c4-document-code/c4m:code
    • /c4-document-prose/c4m:prose
    • /c4-review/c4m:review
    • /c4-update/c4m:update
  • Command file names inside commands/ shortened accordingly (c4-model.mdauto.md, c4-design.mddesign.md, c4-document-code.mdcode.md, c4-document-prose.mdprose.md, c4-review.mdreview.md, c4-update.mdupdate.md).

Changed

  • README example conversations updated to show the /c4m:* slash commands as the trigger, and a second example added for /c4m:review demonstrating the critique output format.

Notes

The repository name (c4-model-skill), the marketplace name (c4-model-skill), and the skill folder (skills/c4-model/) remain unchanged. Only the plugin identifier inside marketplace.json changed, which is what drives the slash-command namespace.