Skip to content

v0.2.0

Choose a tag to compare

@Miraeld Miraeld released this 17 Jun 10:21
· 1 commit to develop since this release

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.