This is an automated email from the ASF dual-hosted git repository.

He-Pin pushed a commit to branch docs/no-coauthor-trailer
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit d3ba99f2f26634fea20342fc376e591c72165865
Author: He-Pin <[email protected]>
AuthorDate: Sat May 16 16:41:15 2026 +0800

    docs: forbid Co-authored-by and AI-assistant trailers
    
    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]

Reply via email to