Skip to content

PromptScript API


Variable: PARITY_MATRIX

const PARITY_MATRIX: SectionSpec[]

Defined in: formatters/src/parity-matrix.ts:74

The Parity Matrix - complete specification of formatter behavior.

This is the single source of truth for what each formatter should produce from each AST block. Use this to: - Verify new formatter implementations - Detect regressions in existing formatters - Document expected behavior - Generate test cases automatically