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
This commit is contained in:
Miles Malerba
2026-02-03 11:06:50 -08:00
committed by Andrew Kushnir
parent 7ddd10bb44
commit 85d6a2bc6e
+5
View File
@@ -0,0 +1,5 @@
{
"context": {
"fileName": ["AGENTS.md", "GEMINI.md"]
}
}