formatters/src¶
Output formatters for PromptScript.
Generates configuration files for various AI tools (e.g., JSON, YAML, etc.) from the compiled PromptScript AST.
Classes¶
- AntigravityFormatter
- BaseFormatter
- ClaudeFormatter
- ConventionRenderer
- CursorFormatter
- FormatterRegistry
- GitHubFormatter
Interfaces¶
- ExtractionRule
- FeatureCoverageSummary
- FeatureSpec
- FormatOptions
- Formatter
- FormatterOutput
- ParityReport
- SectionInfo
- SectionSpec
- SourceBlockConfig
- StandaloneFormatOptions
Type Aliases¶
- ActivationType
- AntigravityVersion
- CursorVersion
- FeatureCategory
- FeatureStatus
- FormatterFactory
- FormatterName
- ToolName
Variables¶
- ANTIGRAVITY_VERSIONS
- CLAUDE_VERSIONS
- conventionRenderers
- CURSOR_VERSIONS
- EXTRACTION_RULES
- FEATURE_MATRIX
- GITHUB_VERSIONS
- KNOWN_SECTIONS
- PARITY_MATRIX
Functions¶
- analyzeFormatterOutput
- createConventionRenderer
- extractSectionsFromOutput
- findMissingSections
- format
- generateFeatureMatrixReport
- getAllSections
- getExpectedSections
- getFeatureCoverage
- getFeaturesByCategory
- getFormatter
- getOptionalSections
- getPlannedFeatures
- getRequiredSections
- getSourceBlocks
- getToolComparison
- getToolFeatures
- hasFormatter
- identifyFeatureGaps
- listFormatters
- matchesSectionHeader
- normalizeSectionName
- registerFormatter
- toolSupportsFeature
- unregisterFormatter
- validateSectionContent