Context. The gemini adapter's flags and JSON stats envelope were authored from docs — gemini wasn't installed locally, so it's envelope-tested, not verified against a live CLI.
Scope
- Install
gemini-cli; confirm -p / --output-format json / -m / --approval-mode auto_edit and the stats.models[].tokens shape.
- Capture a real result envelope as a fixture in
test/adapters.test.ts.
- Fix any drift; update the adapter header note (currently flagged "re-verify against your installed version").
Acceptance. A real gemini run parses to correct normalized tokens; arena doctor shows it green.
Context. The
geminiadapter's flags and JSONstatsenvelope were authored from docs —geminiwasn't installed locally, so it's envelope-tested, not verified against a live CLI.Scope
gemini-cli; confirm-p / --output-format json / -m / --approval-mode auto_editand thestats.models[].tokensshape.test/adapters.test.ts.Acceptance. A real gemini run parses to correct normalized tokens;
arena doctorshows it green.