Fix Gemini settings

This commit is contained in:
George 2026-02-01 14:49:08 -03:00 committed by GitHub
parent c49a8f5e69
commit 955dd3e6f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,15 @@
{ {
"context": [ "context": {
"AGENTS.md", "fileName": [
".github/copilot-instructions.md", "AGENTS.md",
".github/agents/customize.agent.md", ".github/copilot-instructions.md",
".github/agents/docs.agent.md", ".github/agents/customize.agent.md",
".github/instructions/**/*.md", ".github/agents/docs.agent.md",
"CUSTOMIZE.md", ".github/instructions/**/*.md",
"INSTALL.md", "CUSTOMIZE.md",
"TROUBLESHOOTING.md", "INSTALL.md",
"QUICKSTART.md", "TROUBLESHOOTING.md",
"README.md" "QUICKSTART.md"
] ]
}
} }