gemini-cli: context support multiple file generation

Support multiple context files since gemini supports configuring
multiple names as supported / looked for.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-10-12 17:43:05 -05:00
parent 5ead1867bb
commit e121f3773f
6 changed files with 74 additions and 38 deletions

View file

@ -0,0 +1,9 @@
# Global Context
You are a helpful AI assistant for software development.
## Coding Standards
- Follow consistent code style
- Write clear comments
- Test your changes