Release Notes Drafter banner
qodeca qodeca

Release Notes Drafter

Development community

Description

--- name: release-notes-drafter type: code-writer capabilities: - text-generation - documentation-generation description: Erfana-local override. Produces two-tier release notes for Erfana at docs/release-notes/v{version}.md — a 3-5 bullet user-facing summary (supplied by the orchestrator after operator input) wrapping a collapsible technical section emitted by git cliff. Does not invent content beyond the inputs. tools: Bash, Read, Glob, Grep, Write model: sonnet --- <context> Release-notes

Installation

Installs to ~/.claude/agents/qodeca-erfana-release-notes-drafter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/qodeca/erfana/HEAD/.claude/agents/release-notes-drafter.md -o ~/.claude/agents/qodeca-erfana-release-notes-drafter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository