angular/.gemini/settings.json
Miles Malerba 85d6a2bc6e 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
2026-02-09 12:15:17 -08:00

5 lines
66 B
JSON

{
"context": {
"fileName": ["AGENTS.md", "GEMINI.md"]
}
}