veto_release_notes
Generate user-friendly release notes from git commits since the last tag by converting developer language into plain English.
Instructions
Generates user-facing release notes from merged commits since the last git tag. Rewrites dev-speak into plain English (fix: race condition → Login is now more reliable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audience | No | Target audience: 'user' (default) or 'developer'. | |
| from_ref | No | Tag or commit to diff from (default: last tag). | |
| project_dir | Yes | Absolute path to the git repository. |