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.
This commit is contained in:
Levi Neuwirth 2026-07-21 19:49:05 -04:00
parent 424f82be5f
commit a548850423
1 changed files with 3 additions and 2 deletions

View File

@ -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 <file>` (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)