build: configure gemini cli to look for AGENTS.md

By default gemini cli looks for GEMINI.md, these settings change it to
consider AGENTS.md as well

(cherry picked from commit 85d6a2bc6e)
This commit is contained in:
Miles Malerba
2026-02-03 11:06:50 -08:00
committed by Andrew Kushnir
parent 0f8dddc7f0
commit fe7f25403b
+5
View File
@@ -0,0 +1,5 @@
{
"context": {
"fileName": ["AGENTS.md", "GEMINI.md"]
}
}