# amitte/release-notes-drafter

> Model-backed agent that turns a list of merged pull requests into release notes — grouped by category (features / fixes / breaking / chore), with a highlights section at the top, ready to paste into a CHANGELOG entry or a GitHub release body.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/release-notes-drafter

## Tags

- **Capabilities:** release-notes, changelog-generation, summarization, ci-friendly
- **Domains:** devtools, documentation

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 95/100

## Endpoints

- **model-backed** `draft` → (internal) — Take a list of merged PRs and return a single markdown release note grouped by category with a highlights section.

## Dependencies

- documents: amitte/repo-conventions-checker@^0.1.0 — Background reading on changelog hygiene that informs the categorization step.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/release-notes-drafter" } }`
- Install via CLI: `amitte install amitte/release-notes-drafter`
- HTML page: https://amitte.com/s/amitte/release-notes-drafter

Last updated: 2026-06-27T00:13:52.719Z