Releases: wp-media/cadenza
Releases · wp-media/cadenza
v0.2.1
v0.2.0
What's new
/cadenza:commit — atomic commits with generated messages
Analyses your changed files, groups them into logical atomic commits, generates conventional commit messages, and asks whether to push at the end. Accepts inline exclusion hints:
```
/cadenza:commit
/cadenza:commit without .gitignore
/cadenza:commit only src/
```
commands/ → skills/ migration
All skills have been moved to the current skills/<name>/SKILL.md format, replacing the legacy commands/*.md layout.
v0.1.0
Initial release
Standalone utility agents. No orchestra required.
Agents
/cadenza:changelog— Generates a PO-ready grouped changelog from merged PRs since the last release/cadenza:pr— Writes a structured PR description for the current branch/cadenza:test— Authors PHPUnit unit and integration tests for PHP source files/cadenza:retrospective— Scans completed pipeline runs and surfaces learnings forAGENTS.md
Install
/plugin install cadenza@wp-media
Then add .claude/cadenza.json to your project — see the README for the full config schema.