docs(agents): require AI-disclosure footer on agent-drafted GitHub messages#973
Open
potiuk wants to merge 1 commit into
Open
docs(agents): require AI-disclosure footer on agent-drafted GitHub messages#973potiuk wants to merge 1 commit into
potiuk wants to merge 1 commit into
Conversation
…ssages Any agent-drafted message posted to GitHub on a user's account (PR/issue comments, reviews, line comments, discussion replies) must end with a `Drafted-by:` attribution footer disclosing it was AI-generated — and, when a human reviewed it first, naming the reviewer. Mirrors the convention used in apache/airflow and the apache-magpie / airflow-steward framework. Complements the existing `Generated-by:` commit trailer. Generated-by: Claude Opus 4.8 (1M context)
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.
What
Adds an "GitHub messages drafted by agents" section to
AGENTS.mdrequiring an AI-disclosure footer on any agent-drafted message posted to GitHub (PR/issue comments, reviews, line-level comments, discussion replies).Why
We post agent-drafted comments/reviews on this repo's PRs (allowlist triage, verify findings, upstream coordination). They should carry the same disclosure the rest of the ASF agent tooling uses, so it's transparent that a message was AI-generated — and, when applicable, that a human reviewed it before posting.
Details
Drafted-by: <Agent> (no human review before posting)Drafted-by: <Agent>; reviewed by @<handle> before postingGenerated-by:commit trailer.Generated-by:commit trailer + PR-body disclosure.Mirrors the convention in
apache/airflowand theapache-magpie/apache/airflow-stewardframework. Docs-only.Generated-by: Claude Opus 4.8 (1M context)