docs(agents): forbid AI attribution in commits and PRs#10
Merged
Conversation
State in the agent guidelines that repository artifacts must not carry Co-Authored-By trailers, generated-by footers, or tool/session links in commit messages, PR titles, or PR bodies.
The AGENTS.md rule covers what agents write, but the GitHub integration appends its own generated-by footer to PR bodies outside the agent's control. Setting attribution.commit and attribution.pr to empty strings in the project Claude Code settings turns that off at the source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two layers, same goal: no AI attribution on repository artifacts.
AGENTS.mdWorking Guidelines rule: no Co-Authored-By trailers, no "Generated with ..." footers, and no tool or session links in commit messages, PR titles, or PR bodies.AGENTS.mdis loaded as instructions by coding-agent sessions on this repo, so the rule is durable across sessions. This governs what agents write..claude/settings.jsonwithattribution.commitandattribution.prset to empty strings. This is the tool-level switch: the GitHub integration appends its own generated-by footer to PR bodies outside the agent's control, and this setting turns that off at the source.Validation
make validatepasses; the settings file is valid JSON (checked withjq).