Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down