Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bootc-dev-infra-commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ab12d001ba56e2271f177c74a05172d076398528
55772cd1ed6efa2f315f6a1cb03b80c575037932
35 changes: 19 additions & 16 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading