veto_release_notes
Generate readable release notes from git commits by converting technical changes into plain English for users or developers.
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. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |