From a5488504233e5c3f56dcdf23551e5eaadd1ddbb0 Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Tue, 21 Jul 2026 19:49:05 -0400 Subject: [PATCH] docs: require truthful authorship attribution Remove the standing instruction to claim Claude co-authorship and clarify that commit trailers and PR attribution must reflect actual contributions. --- docs/agent-handoff.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/agent-handoff.md b/docs/agent-handoff.md index bb2fb8d..e776e07 100644 --- a/docs/agent-handoff.md +++ b/docs/agent-handoff.md @@ -277,8 +277,9 @@ real bugs in round after round. The cadence that has worked for ~40 PRs: 7. After merge: update this handoff + your memory. Commit/PR conventions: commit messages via `git commit -F ` (no -inline backticks through the shell); end with the Claude co-author -line. PR bodies end with the Claude Code attribution. Clippy runs as +inline backticks through the shell). **Authorship trailers and PR +attributions must be truthful:** do not add a Claude co-author trailer or +Claude Code attribution unless Claude actually contributed. Clippy runs as its own step, never `&&`-chained. ## 3. Gate suite (all green before any PR)