Skip to content

Commit a1d29b3

Browse files
bootc-bot[bot]bootc-dev Bot
andauthored
Sync common files from infra repository (#102)
Synchronized from bootc-dev/infra@3e0c644. Signed-off-by: bootc-dev Bot <[email protected]> Co-authored-by: bootc-dev Bot <[email protected]>
1 parent 5a198e7 commit a1d29b3

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# NOTE: This file is canonically maintained in
2+
# <https://github.com/bootc-dev/infra/tree/main/common>
3+
# DO NOT EDIT
4+
#
5+
# This config mainly overrides `summary: false` by default
6+
# as it's really noisy.
7+
have_fun: true
8+
code_review:
9+
disable: false
10+
# Even medium level can be quite noisy, I don't think
11+
# we need LOW. Anyone who wants that type of stuff should
12+
# be able to get it locally or before review.
13+
comment_severity_threshold: MEDIUM
14+
max_review_comments: -1
15+
pull_request_opened:
16+
help: false
17+
summary: false # turned off by default
18+
code_review: true
19+
ignore_patterns: []

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)