Skip to content

PromptScript API


Variable: OPENCODE_VERSIONS

const OPENCODE_VERSIONS: object

Defined in: formatters/src/formatters/opencode.ts:11

OpenCode formatter version information.

Type Declaration

full

readonly full: object

full.description

readonly description: "Multifile + .opencode/skills/<name>/SKILL.md + .opencode/agents/<name>.md" = 'Multifile + .opencode/skills/<name>/SKILL.md + .opencode/agents/<name>.md'

full.name

readonly name: "full" = 'full'

full.outputPath

readonly outputPath: "OPENCODE.md" = 'OPENCODE.md'

multifile

readonly multifile: object

multifile.description

readonly description: "OPENCODE.md + .opencode/commands/<name>.md" = 'OPENCODE.md + .opencode/commands/<name>.md'

multifile.name

readonly name: "multifile" = 'multifile'

multifile.outputPath

readonly outputPath: "OPENCODE.md" = 'OPENCODE.md'

simple

readonly simple: object

simple.description

readonly description: "Single OPENCODE.md file" = 'Single OPENCODE.md file'

simple.name

readonly name: "simple" = 'simple'

simple.outputPath

readonly outputPath: "OPENCODE.md" = 'OPENCODE.md'