Skip to content

PromptScript API


Variable: COMMAND_CODE_VERSIONS

const COMMAND_CODE_VERSIONS: object

Defined in: formatters/src/formatters/command-code.ts:8

Type Declaration

full

readonly full: object

full.description

readonly description: ".commandcode/rules/project.md + .commandcode/skills/<name>/SKILL.md" = '.commandcode/rules/project.md + .commandcode/skills/<name>/SKILL.md'

full.name

readonly name: "full" = 'full'

full.outputPath

readonly outputPath: ".commandcode/rules/project.md" = '.commandcode/rules/project.md'

multifile

readonly multifile: object

multifile.description

readonly description: "Single .commandcode/rules/project.md file (skills via full mode)" = 'Single .commandcode/rules/project.md file (skills via full mode)'

multifile.name

readonly name: "multifile" = 'multifile'

multifile.outputPath

readonly outputPath: ".commandcode/rules/project.md" = '.commandcode/rules/project.md'

simple

readonly simple: object

simple.description

readonly description: "Single .commandcode/rules/project.md file" = 'Single .commandcode/rules/project.md file'

simple.name

readonly name: "simple" = 'simple'

simple.outputPath

readonly outputPath: ".commandcode/rules/project.md" = '.commandcode/rules/project.md'