docs: clarify AI agent attribution in PR guidelines - #301
Merged
Conversation
thiagoesteves
force-pushed
the
thiagoesteves/clarify-agent-attribution
branch
from
August 13, 2026 23:39
b3daf28 to
ed3ba03
Compare
The PR guidelines referenced Claude Code by name, which confused agents running on other models. Generalize the attribution line to cover both Devin and Claude Code directly, each with the model name as a parameter (e.g. GLM-5.2 High, Claude Sonnet 4.5), so any AI agent can fill it in correctly regardless of which tool or model it runs on. Impact: agents reading AGENTS.md now know to credit the tool they are running through (Devin or Claude Code) and their own model, rather than copying a single hardcoded line that may not apply. Blast radius: only AGENTS.md. No code or config changes. Regression risk: none. Documentation-only change. Rollback: revert this commit.
thiagoesteves
force-pushed
the
thiagoesteves/clarify-agent-attribution
branch
from
August 13, 2026 23:40
ed3ba03 to
f3c5024
Compare
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
AGENTS.mdto cover both Devin and Claude Code directly, each with the model name as a parameter🤖 Generated with [Devin](https://devin.ai) (GLM-5.2 High)or🤖 Generated with [Claude Code](https://claude.com/claude-code) (Claude Sonnet 4.5)Risk assessment
Impact: agents reading
AGENTS.mdnow know to credit the tool they are running through (Devin or Claude Code) and their own model, rather than copying a single hardcoded line that may not apply.Blast radius: only
AGENTS.md. No code or config changes.Regression risk: none. Documentation-only change.
Rollback: revert this commit.
Test plan
AGENTS.mdPR section and confirm the attribution line covers both Devin and Claude Code🤖 Generated with Devin (GLM-5.2 High)