From 9e53b8681e56a3f060c8f18136e9628910f5e93d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 20 Apr 2026 14:25:25 +0100 Subject: [PATCH] docs(agents): require co-author trailers for contributor work --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 182008e..2f51054 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -40,7 +40,7 @@ - **Review mode (PR link only):** read `gh pr view/diff`; do not switch branches; do not change code. - **Landing mode:** temp branch from `main`; bring in PR (squash default; rebase/merge when needed); fix; update `CHANGELOG.md` (PR #/issue + thanks); run `make ci`; final commit; merge to `main`; delete temp; end on `main`. -- If we squash, add `Co-authored-by:` for the PR author when appropriate; leave a PR comment with what landed + SHAs. +- If landing contributor work, always add `Co-authored-by:` trailers for PR authors, even when we partially rewrite, group, or manually apply their changes; leave a PR comment with what landed + SHAs. - New contributor: thank in `CHANGELOG.md` (and update README contributors list if present). ## Security & Configuration Tips