veto_changelog
Generates a structured changelog from git commits since the last tag, grouped by conventional commit types (feat, fix, refactor, etc.). Uses local git history without external calls.
Instructions
Generates a structured changelog from git commits since the last tag, grouped by conventional commit type (feat, fix, refactor, etc.). Pure local git — no external calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_entries | No | Maximum commits to include (default 50, max 200). | |
| project_dir | No | Absolute path to the project directory. Defaults to the active project. |