Skip to content

PromptScript API


Variable: AUGMENT_VERSIONS

const AUGMENT_VERSIONS: object

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

Augment formatter version information.

Type Declaration

full

readonly full: object

full.description

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

full.name

readonly name: "full" = 'full'

full.outputPath

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

multifile

readonly multifile: object

multifile.description

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

multifile.name

readonly name: "multifile" = 'multifile'

multifile.outputPath

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

simple

readonly simple: object

simple.description

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

simple.name

readonly name: "simple" = 'simple'

simple.outputPath

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