📜 Make the AI attribution line model-agnostic - #6580
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Quick links (staging server):
Login: chart-diff: ✅No charts for review.data-diff: ✅ no differencesNo differences found. Automatically updated datasets matching excess_mortality|covid|fluid|flunet|country_profile|garden/ihme_gbd/2019/gbd_risk are not included. Run locally with Edited: 2026-07-31 11:04:52 UTC |
|
@codex review |
There was a problem hiding this comment.
Pull request overview
Updates the agent attribution guidance in CLAUDE.md so it works for any AI assistant (not just Claude) and clarifies when the attribution line can be omitted for bot accounts.
Changes:
- Makes the attribution template assistant-agnostic:
Written by <assistant> <model name> — @<handle> at the wheel. - Clarifies that bot accounts (already attributed by the platform) can skip the attribution line.
- Updates the accompanying instruction text to describe both
<assistant>and<model name>.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7cfc370869
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Our
AGENTS.mdis a symlink toCLAUDE.md, so non-Claude agents (e.g. Codex reviewing PRs) also read the attribution rule. The template hardcoded the "Claude" prefix, which led Codex to sign a review comment as "Written by Claude GPT-5.6 Sol" (see #6511).This PR makes the template model-agnostic:
Written by <assistant> <model name>, where the assistant is the product actually generating the content (Claude, Codex, Copilot, ...). It also clarifies that agents posting under their own bot account can skip the line, since the platform already attributes the content.