Variable: GEMINI_VERSIONS¶
constGEMINI_VERSIONS:object
Defined in: formatters/src/formatters/gemini.ts:17
Gemini formatter version information.
Type Declaration¶
full¶
readonlyfull:object
full.description¶
readonlydescription:"Multifile (Gemini has no agent concept, equivalent to multifile)"='Multifile (Gemini has no agent concept, equivalent to multifile)'
full.name¶
readonlyname:"full"='full'
full.outputPath¶
readonlyoutputPath:"GEMINI.md"='GEMINI.md'
multifile¶
readonlymultifile:object
multifile.description¶
readonlydescription:"GEMINI.md + .gemini/commands/<name>.toml + .gemini/skills/<name>/skill.md"='GEMINI.md + .gemini/commands/<name>.toml + .gemini/skills/<name>/skill.md'
multifile.name¶
readonlyname:"multifile"='multifile'
multifile.outputPath¶
readonlyoutputPath:"GEMINI.md"='GEMINI.md'
simple¶
readonlysimple:object
simple.description¶
readonlydescription:"Single GEMINI.md file"='Single GEMINI.md file'
simple.name¶
readonlyname:"simple"='simple'
simple.outputPath¶
readonlyoutputPath:"GEMINI.md"='GEMINI.md'