Variable: OPENCODE_VERSIONS¶
constOPENCODE_VERSIONS:object
Defined in: formatters/src/formatters/opencode.ts:11
OpenCode formatter version information.
Type Declaration¶
full¶
readonlyfull:object
full.description¶
readonlydescription:"Multifile + .opencode/skills/<name>/SKILL.md + .opencode/agents/<name>.md"='Multifile + .opencode/skills/<name>/SKILL.md + .opencode/agents/<name>.md'
full.name¶
readonlyname:"full"='full'
full.outputPath¶
readonlyoutputPath:"OPENCODE.md"='OPENCODE.md'
multifile¶
readonlymultifile:object
multifile.description¶
readonlydescription:"OPENCODE.md + .opencode/commands/<name>.md"='OPENCODE.md + .opencode/commands/<name>.md'
multifile.name¶
readonlyname:"multifile"='multifile'
multifile.outputPath¶
readonlyoutputPath:"OPENCODE.md"='OPENCODE.md'
simple¶
readonlysimple:object
simple.description¶
readonlydescription:"Single OPENCODE.md file"='Single OPENCODE.md file'
simple.name¶
readonlyname:"simple"='simple'
simple.outputPath¶
readonlyoutputPath:"OPENCODE.md"='OPENCODE.md'