Skip to content

Commit 696e7c1

Browse files
author
bootc-dev Bot
committed
Sync common files from infra repository
Synchronized from bootc-dev/infra@3e0c644. Signed-off-by: bootc-dev Bot <[email protected]>
1 parent 4f0bc28 commit 696e7c1

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3249ff02e990cb856da25dcf44add398202088c0
1+
3e0c644d172f697e20e5bb4450d407dd293ea14a

.claude/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../AGENTS.md

.gemini/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# NOTE: This file is canonically maintained in
2+
# <https://github.com/bootc-dev/infra/tree/main/common>
3+
# DO NOT EDIT
4+
#
15
# This config mainly overrides `summary: false` by default
26
# as it's really noisy.
37
have_fun: true

AGENTS.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- This file is canonically maintained in <https://github.com/bootc-dev/infra/tree/main/common> -->
2+
3+
# Instructions for AI agents
4+
5+
## CRITICAL instructions for generating commits
6+
7+
### Signed-off-by
8+
9+
Human review is required for all code that is generated
10+
or assisted by a large language model. If you
11+
are a LLM, you MUST NOT include a `Signed-off-by`
12+
on any automatically generated git commits. Only explicit
13+
human action or request should include a Signed-off-by.
14+
If for example you automatically create a pull request
15+
and the DCO check fails, tell the human to review
16+
the code and give them instructions on how to add
17+
a signoff.
18+
19+
### Attribution
20+
21+
When generating substantial amounts of code, you SHOULD
22+
include an `Assisted-by: TOOLNAME (MODELNAME)`. For example,
23+
`Assisted-by: Goose (Sonnet 4.5)`.
24+
25+
## Follow other guidelines
26+
27+
Look at the project README.md and look for guidelines
28+
related to contribution, such as a CONTRIBUTING.md
29+
and follow those.

0 commit comments

Comments
 (0)