Skip to content

Commit b6af454

Browse files
authored
chore(repo): add Gemini Code Assist config
1 parent 4625961 commit b6af454

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.gemini/config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
have_fun: false
2+
memory_config:
3+
disabled: false
4+
code_review:
5+
disable: false
6+
comment_severity_threshold: LOW
7+
max_review_comments: -1
8+
pull_request_opened:
9+
help: true
10+
summary: true
11+
code_review: true
12+
include_drafts: true
13+
ignore_patterns:
14+
- "**/node_modules/**"

.gemini/styleguide.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# React Native Firebase Gemini Review Guide
2+
3+
If an `AGENTS.md` file exists at the repository root, follow that guidance first.
4+
5+
If no root `AGENTS.md` file exists, use the guidance below.
6+
7+
## Testing expectations
8+
9+
- Suggest tests when behavior changes or regression risk increases.
10+
- Prefer focused tests near the changed package rather than broad new coverage.
11+
- Avoid asking for redundant tests when existing coverage already appears sufficient.
12+

0 commit comments

Comments
 (0)