formatters/src¶
Output formatters for PromptScript.
Generates configuration files for various AI tools (e.g., JSON, YAML, etc.) from the compiled PromptScript AST.
Classes¶
- AdalFormatter
- AmpFormatter
- AntigravityFormatter
- AugmentFormatter
- BaseFormatter
- ClaudeFormatter
- ClineFormatter
- CodeBuddyFormatter
- CodexFormatter
- CommandCodeFormatter
- ContinueFormatter
- ConventionRenderer
- CortexFormatter
- CrushFormatter
- CursorFormatter
- FactoryFormatter
- FormatterRegistry
- GeminiFormatter
- GitHubFormatter
- GooseFormatter
- IflowFormatter
- JunieFormatter
- KiloFormatter
- KiroFormatter
- KodeFormatter
- MarkdownInstructionFormatter
- McpjamFormatter
- MistralVibeFormatter
- MuxFormatter
- NeovateFormatter
- OpenClawFormatter
- OpenCodeFormatter
- OpenHandsFormatter
- PiFormatter
- PochiFormatter
- QoderFormatter
- QwenCodeFormatter
- RooFormatter
- TraeFormatter
- WindsurfFormatter
- ZencoderFormatter
Interfaces¶
- ConventionRendererOptions
- ExtractionRule
- FeatureCoverageSummary
- FeatureSpec
- FormatOptions
- Formatter
- FormatterOutput
- MarkdownAgentConfig
- MarkdownCommandConfig
- MarkdownFormatterConfig
- MarkdownSkillConfig
- ParityReport
- SectionInfo
- SectionSpec
- SourceBlockConfig
- StandaloneFormatOptions
Type Aliases¶
- ActivationType
- AdalVersion
- AmpVersion
- AntigravityVersion
- AugmentVersion
- ClineVersion
- CodeBuddyVersion
- CodexVersion
- CommandCodeVersion
- ContinueVersion
- CortexVersion
- CrushVersion
- FactoryVersion
- FeatureCategory
- FeatureStatus
- FormatterFactory
- GeminiVersion
- GooseVersion
- IflowVersion
- JunieVersion
- KiloVersion
- KiroVersion
- KodeVersion
- MarkdownVersion
- McpjamVersion
- MistralVibeVersion
- MuxVersion
- NeovateVersion
- OpenClawVersion
- OpenCodeVersion
- OpenHandsVersion
- PiVersion
- PochiVersion
- QoderVersion
- QwenCodeVersion
- RooVersion
- SectionNameKey
- ToolName
- TraeVersion
- WindsurfVersion
- ZencoderVersion
Variables¶
- ADAL_VERSIONS
- AMP_VERSIONS
- ANTIGRAVITY_VERSIONS
- AUGMENT_VERSIONS
- CLAUDE_VERSIONS
- CLINE_VERSIONS
- CODEBUDDY_VERSIONS
- CODEX_VERSIONS
- COMMAND_CODE_VERSIONS
- CONTINUE_VERSIONS
- conventionRenderers
- CORTEX_VERSIONS
- CRUSH_VERSIONS
- EXTRACTION_RULES
- FACTORY_VERSIONS
- FEATURE_MATRIX
- GEMINI_VERSIONS
- GITHUB_VERSIONS
- GOOSE_VERSIONS
- IFLOW_VERSIONS
- JUNIE_VERSIONS
- KILO_VERSIONS
- KIRO_VERSIONS
- KNOWN_SECTIONS
- KODE_VERSIONS
- MCPJAM_VERSIONS
- MISTRAL_VIBE_VERSIONS
- MUX_VERSIONS
- NEOVATE_VERSIONS
- OPENCLAW_VERSIONS
- OPENCODE_VERSIONS
- OPENHANDS_VERSIONS
- PARITY_MATRIX
- PI_VERSIONS
- POCHI_VERSIONS
- QODER_VERSIONS
- QWEN_CODE_VERSIONS
- ROO_VERSIONS
- TRAE_VERSIONS
- WINDSURF_VERSIONS
- ZENCODER_VERSIONS
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
References¶
FormatterName¶
Re-exports FormatterName