Skip to content

Releases: wp-media/cadenza

v0.2.1

17 Jun 10:51

Choose a tag to compare

Add .claude-plugin/plugin.json — the plugin manifest required by the Claude Code plugin system. Without it, the version was resolving to the commit hash instead of the version number.

v0.2.0

17 Jun 10:21

Choose a tag to compare

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

08 Jun 10:26

Choose a tag to compare

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 for AGENTS.md

Install

/plugin install cadenza@wp-media

Then add .claude/cadenza.json to your project — see the README for the full config schema.