Our extension triggers a review within Gemini CLI too eagerly e.g. even something like "review this code for correctness". Likely because of the workflow specified in the extension's GEMINI.md
Options:
- Move the workflow (scratchpad + 2 pass flow) to the analyze.toml
- We did not do this earlier because we wanted to re-use the same workflow in multiple commands potentially, but there was some discussion about re-using commands in other commands, so maybe we can re-use that.
- Alternatively, we can build the prompts dynamically, we could then have a "constant" somewhere and reference it
Our extension triggers a review within Gemini CLI too eagerly e.g. even something like "review this code for correctness". Likely because of the workflow specified in the extension's
GEMINI.mdOptions: