From: davidak Date: Fri, 13 Mar 2026 01:45:41 +0000 (+0100) Subject: docs: document AI use disclosure consistently X-Git-Tag: v260~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbd707a882344d1dc69366146423ccfbd3d253f2;p=thirdparty%2Fsystemd.git docs: document AI use disclosure consistently The example also adds the model version to have it for reference. --- diff --git a/AGENTS.md b/AGENTS.md index 9befc01a594..418d1705419 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -37,4 +37,6 @@ display. This is critical for diagnosing build and test failures. ## AI Contribution Disclosure -Per project policy: if you use AI code generation tools, you **must disclose** this in commit messages by adding e.g. `Co-developed-by: Claude `. All AI-generated output requires thorough human review before submission. +Per project policy: if you use AI code generation tools, you **must disclose** this in commit messages +by adding e.g. `Co-developed-by: Claude Opus 4.6 `. +All AI-generated output requires thorough human review before submission. diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 970510a3123..0b4214de0ce 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -53,7 +53,8 @@ See [reporting of security vulnerabilities](https://systemd.io/SECURITY). ## Using AI Code Generators If you use an AI code generator such as ChatGPT, Claude, Copilot, Llama or a similar tool, this must be -disclosed in the commit messages and pull request description. +disclosed in the commit messages by adding e.g. `Co-developed-by: Claude Opus 4.6 ` +and pull request description. The quality bar for contributions to this project is high, and unlikely to be met by an unattended AI tool, without significant manual corrections. Always thoroughly review and correct any such outputs, for example