From f24ea38910c1429befefb4597f7f8ed4d80d551c Mon Sep 17 00:00:00 2001 From: Dennis Kliban Date: Tue, 8 Sep 2026 16:05:21 -0400 Subject: [PATCH] Update AI policy rule 2 to require clear AI disclosure on all GitHub comments Replace the prohibition on autonomous agents replying to maintainers with a requirement that all AI-generated GitHub comments (including answers to questions) be marked with [AI-generated] and kept succinct. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- pulpproject.org/help/more/governance/ai_policy.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pulpproject.org/help/more/governance/ai_policy.md b/pulpproject.org/help/more/governance/ai_policy.md index 2959b75..1b8097a 100644 --- a/pulpproject.org/help/more/governance/ai_policy.md +++ b/pulpproject.org/help/more/governance/ai_policy.md @@ -24,11 +24,9 @@ There are four rules for code contributions to the Pulp Project: You are expected to understand and have reviewed any contributions you make using AI tool assistance. If you are opening an issue or pull request, we expect you to be able to explain the issue and/or proposed changes in your own words. -2. **Autonomous AI agents should not be used to reply to questions from maintainers.** +2. **All GitHub comments, including answers to maintainer questions, must be clearly marked as AI-generated and kept succinct.** - AI agents *may* be used to file issues, produce reproducers, and analysis - but direct interactions with maintainers should remain human-to-human. - If you wish to include context from an interaction with AI in your comments, it must be in a quote block (e.g., using >) and disclosed as such. - Like contributions, comments/issues written with AI assistance should be reviewed by the contributor for relevance and accuracy and accompanied by human commentary. + Begin AI-generated comments with `[AI-generated]`. Comments must be reviewed for relevance and accuracy before posting. 3. **If there are any copyrighted materials that are included in any contribution, the author must confirm that they have permission to use that material from the owners.**