Skip to content

Commit 4b24e03

Browse files
chore: Created local '.gemini/' from remote 'sync-files/defaults/.gemini/' (#545)
1 parent aae9287 commit 4b24e03

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.gemini/GEMINI.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Overview
2+
3+
This codebase is part of the Google Workspace GitHub organization, https://github.com/googleworkspace.
4+
5+
## Style Guide
6+
7+
Use open source best practices for code style and formatting with a preference for Google's style guides.
8+
9+
## Tools
10+
11+
- Verify against Google Workspace documentation with the `workspace-developer` MCP server tools.
12+
- Use `gh` for GitHub interactions.

.gemini/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Config for the Gemini Pull Request Review Bot.
2+
# https://github.com/marketplace/gemini-code-assist
3+
have_fun: false
4+
code_review:
5+
disable: false
6+
comment_severity_threshold: "HIGH"
7+
max_review_comments: -1
8+
pull_request_opened:
9+
help: false
10+
summary: true
11+
code_review: true
12+
ignore_patterns: []

.gemini/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"workspace-developer": {
4+
"httpUrl": "https://workspace-developer.goog/mcp",
5+
"trust": true
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)