Skip to content

Commit bb624d4

Browse files
Clarify PR title naming guidance
1 parent 78ac3da commit bb624d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ It captures practical rules that prevent avoidable CI and PR churn.
5151
- Never bypass signing (for example, do not use `--no-gpg-sign`).
5252
- If signing fails (for example, passphrase/key issues), stop and ask the user to resolve signing, then retry.
5353
8. Push branch. Ask for explicit user permission before any force push.
54-
9. Open PR against `main` using a human-readable title (no `feat(...)` / `fix(...)` prefixes).
54+
9. Open PR against `main` using a human-readable title (no `feat(...)` / `fix(...)` prefixes, and no agent-identifying prefixes or suffixes).
5555
- When using `gh` to create/edit PR descriptions, prefer `--body-file <path>` over inline `--body`.
5656
- This avoids shell command substitution issues when the body contains backticks.
5757
10. Add labels for both change type and semantic version impact.

0 commit comments

Comments
 (0)