File tree Expand file tree Collapse file tree 4 files changed +50
-0
lines changed Expand file tree Collapse file tree 4 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ 3e0c644d172f697e20e5bb4450d407dd293ea14a
Original file line number Diff line number Diff line change 1+ ../AGENTS.md
Original file line number Diff line number Diff line change 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 : []
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments