From acb6efdbf6a12f2c5d4c1ff71b7648069816419b Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sat, 15 Aug 2026 18:13:33 +0000 Subject: [PATCH] agents: clarify commit and PR type conventions in pr.md Add concise rules in pr.md to distinguish user-visible types (fix:, feat:) from internal test-only changes (tests:). --- .agents/rules/pr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.agents/rules/pr.md b/.agents/rules/pr.md index caacb07519..7b59eed708 100644 --- a/.agents/rules/pr.md +++ b/.agents/rules/pr.md @@ -14,6 +14,10 @@ Before drafting any pull request description, strictly adhere to the rules in * Always include `@CONTRIBUTING.md` in rule definitions so that PR formatting rules are injected into context whenever PR workflows run. +## Commit & PR Types +* `fix:` / `feat:`: User-visible changes ONLY. +* `tests:`: Test-only changes and test-helper fixes (never `fix:` or `fix(tests):`). + ## PR Commit Workflow Invariant * Once a Pull Request is created, always make new commits or merge commits. * **NEVER** amend or rebase commits on an active PR branch to avoid breaking