diff --git a/dotfiles/common/.gemini/settings.json b/dotfiles/common/.gemini/settings.json new file mode 100644 index 0000000..ed4b590 --- /dev/null +++ b/dotfiles/common/.gemini/settings.json @@ -0,0 +1,14 @@ +{ + "security": { + "auth": { + "selectedType": "oauth-personal" + } + }, + "context": { + "fileName": [ + "~/.config/ai/bootstrap.md", + "~/.config/ai/rules/safety.md", + "~/.config/ai/AGENTS.md" + ] + } +}