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,5 +1,6 @@
{ {
"context": [ "context": {
"fileName": [
"AGENTS.md", "AGENTS.md",
".github/copilot-instructions.md", ".github/copilot-instructions.md",
".github/agents/customize.agent.md", ".github/agents/customize.agent.md",
@ -8,7 +9,7 @@
"CUSTOMIZE.md", "CUSTOMIZE.md",
"INSTALL.md", "INSTALL.md",
"TROUBLESHOOTING.md", "TROUBLESHOOTING.md",
"QUICKSTART.md", "QUICKSTART.md"
"README.md"
] ]
} }
}