This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 5e04084871 docs: forbid Co-authored-by and AI-assistant trailers
(#2974)
5e04084871 is described below
commit 5e040848712f74203d5dd9f7e7b0bf67c047ba11
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Sat May 16 20:16:14 2026 +0800
docs: forbid Co-authored-by and AI-assistant trailers (#2974)
Motivation:
Align with the scala3 project's recent AGENTS.md update, which forbids
adding `Co-authored-by` or AI-assistant trailers to commits and PR
descriptions and instead declares LLM usage in the PR body.
Modification:
Add a rule to AGENTS.md (commit/PR format section) and a matching
checklist item to CLAUDE.md.
Result:
Contributors and agents are explicitly told not to attach co-author or
AI-assistant trailers when committing or opening PRs.
Tests:
- Not run - docs only
References:
None - aligns with scala3 AGENTS.md update
---
AGENTS.md | 1 +
CLAUDE.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/AGENTS.md b/AGENTS.md
index 5d0b5c8ed7..5e2ce1a4dc 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -209,3 +209,4 @@ Fixes #1234, Refs #1234, or None - <short context>
- Never omit `Tests`.
- Never omit `References`.
- Use `Refs #...`, `Fixes #...`, or `None - <short context>`.
+- Do not add `Co-authored-by` or AI-assistant trailers to commits or PR
descriptions.
diff --git a/CLAUDE.md b/CLAUDE.md
index bc4b357d31..4fb394e87c 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -13,3 +13,4 @@ Before opening or updating a PR, verify:
- Commit messages follow the `AGENTS.md` format.
- PR bodies follow the `AGENTS.md` format.
- `Tests` and `References` are present.
+- No `Co-authored-by` or AI-assistant trailers are added to commits or PR
descriptions.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]