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:
parent
424f82be5f
commit
a548850423
|
|
@ -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.
|
7. After merge: update this handoff + your memory.
|
||||||
|
|
||||||
Commit/PR conventions: commit messages via `git commit -F <file>` (no
|
Commit/PR conventions: commit messages via `git commit -F <file>` (no
|
||||||
inline backticks through the shell); end with the Claude co-author
|
inline backticks through the shell). **Authorship trailers and PR
|
||||||
line. PR bodies end with the Claude Code attribution. Clippy runs as
|
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.
|
its own step, never `&&`-chained.
|
||||||
|
|
||||||
## 3. Gate suite (all green before any PR)
|
## 3. Gate suite (all green before any PR)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue