Skip to content

PromptScript API


Variable: ANTIGRAVITY_VERSIONS

const ANTIGRAVITY_VERSIONS: object

Defined in: formatters/src/formatters/antigravity.ts:24

Antigravity formatter version information.

Type Declaration

agents-md

readonly agents-md: object

agents-md.description

readonly description: "Root AGENTS.md (interoperable with Codex, Cursor, etc.)" = 'Root AGENTS.md (interoperable with Codex, Cursor, etc.)'

agents-md.name

readonly name: "agents-md" = 'agents-md'

agents-md.outputPath

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

frontmatter

readonly frontmatter: object

frontmatter.description

readonly description: "Markdown with YAML frontmatter for activation" = 'Markdown with YAML frontmatter for activation'

frontmatter.name

readonly name: "frontmatter" = 'frontmatter'

frontmatter.outputPath

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

simple

readonly simple: object

simple.description

readonly description: "Plain Markdown without frontmatter" = 'Plain Markdown without frontmatter'

simple.name

readonly name: "simple" = 'simple'

simple.outputPath

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