From 696e7c1e87a9f14291ed76923d2f44c5d6de09b0 Mon Sep 17 00:00:00 2001 From: bootc-dev Bot Date: Mon, 27 Oct 2025 16:43:14 +0000 Subject: [PATCH] Sync common files from infra repository Synchronized from bootc-dev/infra@3e0c644d172f697e20e5bb4450d407dd293ea14a. Signed-off-by: bootc-dev Bot --- .bootc-dev-infra-commit.txt | 2 +- .claude/CLAUDE.md | 1 + .gemini/config.yaml | 4 ++++ AGENTS.md | 29 +++++++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 1 deletion(-) create mode 120000 .claude/CLAUDE.md create mode 100644 AGENTS.md diff --git a/.bootc-dev-infra-commit.txt b/.bootc-dev-infra-commit.txt index c945bb1..68a3995 100644 --- a/.bootc-dev-infra-commit.txt +++ b/.bootc-dev-infra-commit.txt @@ -1 +1 @@ -3249ff02e990cb856da25dcf44add398202088c0 +3e0c644d172f697e20e5bb4450d407dd293ea14a diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md new file mode 120000 index 0000000..be77ac8 --- /dev/null +++ b/.claude/CLAUDE.md @@ -0,0 +1 @@ +../AGENTS.md \ No newline at end of file diff --git a/.gemini/config.yaml b/.gemini/config.yaml index 3c7c033..080ba11 100644 --- a/.gemini/config.yaml +++ b/.gemini/config.yaml @@ -1,3 +1,7 @@ +# NOTE: This file is canonically maintained in +# +# DO NOT EDIT +# # This config mainly overrides `summary: false` by default # as it's really noisy. have_fun: true diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..6f7982c --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,29 @@ + + +# Instructions for AI agents + +## CRITICAL instructions for generating commits + +### Signed-off-by + +Human review is required for all code that is generated +or assisted by a large language model. If you +are a LLM, you MUST NOT include a `Signed-off-by` +on any automatically generated git commits. Only explicit +human action or request should include a Signed-off-by. +If for example you automatically create a pull request +and the DCO check fails, tell the human to review +the code and give them instructions on how to add +a signoff. + +### Attribution + +When generating substantial amounts of code, you SHOULD +include an `Assisted-by: TOOLNAME (MODELNAME)`. For example, +`Assisted-by: Goose (Sonnet 4.5)`. + +## Follow other guidelines + +Look at the project README.md and look for guidelines +related to contribution, such as a CONTRIBUTING.md +and follow those.