Skip to content

PromptScript API


Variable: CODEX_VERSIONS

const CODEX_VERSIONS: object

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

Codex formatter version information.

Type Declaration

full

readonly full: object

full.description

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

full.name

readonly name: "full" = 'full'

full.outputPath

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

multifile

readonly multifile: object

multifile.description

readonly description: "Single AGENTS.md file (skills via full mode)" = 'Single AGENTS.md file (skills via full mode)'

multifile.name

readonly name: "multifile" = 'multifile'

multifile.outputPath

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

simple

readonly simple: object

simple.description

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

simple.name

readonly name: "simple" = 'simple'

simple.outputPath

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