diff --git a/AGENTS.md b/AGENTS.md index e7f9287..967f549 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -220,6 +220,16 @@ Keywords: When it matches, ruff reports no changes — its result equals what CI expects (the formatted file's git blob hash is identical). +## Release PRs + +A release PR carries only the version bump and the changelog stamp, nothing else. + +- **Title**: `🚀 Release vX.Y.Z` (with the `v` prefix). The published *tag* + stays bare semver — `X.Y.Z`, no `v` — per `.github/workflows/release.yaml`. +- **Do not note the changes in the PR description.** The + `docs/source/changelog.rst` entry for the version is the record; the PR body + must not restate or itemize what changed. + ## Local-Only Files (Do Not Commit) `docs/superpowers/` is a gitignored workspace for AI agent workflow