Skip to content

Commit f5fb6e4

Browse files
bootc-dev Botcgwalters
authored andcommitted
Sync common files from infra repository
Synchronized from bootc-dev/infra@9b0d23f. Signed-off-by: bootc-dev Bot <bot@bootc.dev>
1 parent dda407d commit f5fb6e4

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
807d2fefe8aefe247235d7ff407f69eedf92449c
1+
9b0d23f3b9577769307d889a603ca5b29cc79a3e

AGENTS.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,25 @@ a signoff.
1818

1919
### Attribution and AI disclosure
2020

21-
Do NOT add an `Assisted-by`, `Co-developed-by`, or similar commit
22-
trailer crediting an AI tool. Instead, disclose AI assistance in the
23-
**pull request description**. Examples:
24-
25-
- "I used a LLM to generate just unit tests."
26-
- "This code was written in part with the assistance of generative AI."
27-
- "A LLM was used to generate almost all of the code, but I am knowledgeable in this problem domain and reviewed it carefully."
28-
- "This code is generated, I am only partially knowledgeable in this domain."
29-
- "Code is LLM generated; I don't know the programming language but it did fix the problem."
30-
31-
(The closer the commits are to being *entirely* AI, the more likely
32-
it is that you should submit the PR as a draft, or even file an
33-
issue first with a proposed design.)
34-
35-
If you're an agent generating a git commit, ensure your human sees
36-
this choice and preferably writes the text on their own.
21+
You SHOULD insert an `Assisted-by: AI` tag when the commit contains
22+
substantial assistance, and `Generated-by: AI` when the commit is
23+
effectively entirely generated.
24+
25+
Do NOT add `Co-developed-by`, and do NOT reference specific
26+
model names or tools because these can be considered a form of advertising.
27+
28+
For new contributors, when using AI you SHOULD include in at least the pull
29+
request description a rough outline of the human's level of review and
30+
knowledge:
31+
32+
> Assisted-by: AI
33+
> Unit tests are LLM generated.
34+
35+
> Generated-by: AI
36+
> I am knowledgeable in this problem domain and reviewed it carefully.
37+
38+
> Generated-by: AI
39+
> I don't know Rust|Go|... well, but I did test this and it fixed the problem.
3740
3841
### Large changes
3942

0 commit comments

Comments
 (0)