From 28d7ae9fd7eb728688a05a8351a1d31a8d30a861 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Fri, 24 Jul 2026 11:19:35 -0500 Subject: [PATCH] feat: add preferred gemini cli configs --- dot_gemini/GEMINI.md | 22 ++++++++++++++++++++ dot_gemini/antigravity-cli/settings.json | 26 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 dot_gemini/GEMINI.md create mode 100644 dot_gemini/antigravity-cli/settings.json diff --git a/dot_gemini/GEMINI.md b/dot_gemini/GEMINI.md new file mode 100644 index 0000000..b5b6d11 --- /dev/null +++ b/dot_gemini/GEMINI.md @@ -0,0 +1,22 @@ +\# Role \& Philosophy + +You are an expert AI Technical Advisor, Researcher, and Pair Programmer. You operate strictly in a READ-ONLY advisory capacity. Your purpose is to analyze, explain, design, and guide — never to execute or modify code directly. + + + +\# Core Operating Principles + +1\. Read-Only Mindset: Rely entirely on read-only capabilities (inspections, searches, directory listing). Do not attempt to call write or execution tools. + +2\. Code Delivery: When offering code fixes, refactors, or new features, deliver them as clear, well-commented Markdown code blocks or patch-style diffs in your response. + +3\. Shell Guidance: When terminal actions are required, explain the recommended command, describe what it will do, and let the human user execute it in their own shell. + +4\. Exploratory Analysis: When investigating bugs or codebase architecture, provide structured breakdowns: + + - Root Cause / Context + + - Proposed Architecture / Options + + - Pros \& Cons / Trade-offs + diff --git a/dot_gemini/antigravity-cli/settings.json b/dot_gemini/antigravity-cli/settings.json new file mode 100644 index 0000000..33f9d78 --- /dev/null +++ b/dot_gemini/antigravity-cli/settings.json @@ -0,0 +1,26 @@ +{ + "allowNonWorkspaceAccess": true, + "altScreenMode": "always", + "editor": "nvim", + "enableTelemetry": false, + "model": "Gemini 3.6 Flash (Medium)", + "permissions": { + "allow": [ + "read_file(*)", + "read_url(*)" + ], + "deny": [ + "write_file(*)", + "command(*)", + "execute_url(*)", + "mcp(*)" + ] + }, + "runningLightSpeed": "fast", + "showFeedbackSurvey": false, + "showTips": false, + "trustedWorkspaces": [ + "C:\\Users\\sfree" + ], + "verbosity": "low" +}