From 5083d7bc41527874c66fbb3063ea6c95a8019424 Mon Sep 17 00:00:00 2001 From: bootc-dev Bot Date: Tue, 30 Jun 2026 15:11:43 +0000 Subject: [PATCH] Sync common files from infra repository Synchronized from bootc-dev/infra@55772cd1ed6efa2f315f6a1cb03b80c575037932. Signed-off-by: bootc-dev Bot --- .bootc-dev-infra-commit.txt | 2 +- AGENTS.md | 35 +++++++++++++++++++---------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.bootc-dev-infra-commit.txt b/.bootc-dev-infra-commit.txt index ad99daa..00cf47f 100644 --- a/.bootc-dev-infra-commit.txt +++ b/.bootc-dev-infra-commit.txt @@ -1 +1 @@ -807d2fefe8aefe247235d7ff407f69eedf92449c +55772cd1ed6efa2f315f6a1cb03b80c575037932 diff --git a/AGENTS.md b/AGENTS.md index ed21054..1366e52 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -18,22 +18,25 @@ a signoff. ### Attribution and AI disclosure -Do NOT add an `Assisted-by`, `Co-developed-by`, or similar commit -trailer crediting an AI tool. Instead, disclose AI assistance in the -**pull request description**. Examples: - -- "I used a LLM to generate just unit tests." -- "This code was written in part with the assistance of generative AI." -- "A LLM was used to generate almost all of the code, but I am knowledgeable in this problem domain and reviewed it carefully." -- "This code is generated, I am only partially knowledgeable in this domain." -- "Code is LLM generated; I don't know the programming language but it did fix the problem." - -(The closer the commits are to being *entirely* AI, the more likely - it is that you should submit the PR as a draft, or even file an - issue first with a proposed design.) - -If you're an agent generating a git commit, ensure your human sees -this choice and preferably writes the text on their own. +You SHOULD insert an `Assisted-by: AI` tag when the commit contains +substantial assistance, and `Generated-by: AI` when the commit is +effectively entirely generated. + +Do NOT add `Co-developed-by`, and do NOT reference specific +model names or tools because these can be considered a form of advertising. + +For new contributors, when using AI you SHOULD include in at least the pull +request description a rough outline of the human's level of review and +knowledge: + +> Assisted-by: AI +> Unit tests are LLM generated. + +> Generated-by: AI +> I am knowledgeable in this problem domain and reviewed it carefully. + +> Generated-by: AI +> I don't know Rust|Go|... well, but I did test this and it fixed the problem. ### Large changes