Documentation
¶
Overview ¶
Package registrydump renders the committed registry artifacts: REGISTRY.json (the machine-readable rule registry the CI release diff classifies bumps from) and docs/MATRIX.md (the language x feature support matrix generated from the registry and the language profiles).
Both renderings are deterministic. RegistryJSON self-validates its output through the strictspec-generated reader before returning — an invalid dump is a hard error, never a written artifact.
Index ¶
Constants ¶
const FormatVersion = 1
FormatVersion is the registry dump's document format_version, checked exactly by the strictspec schema (schema/strictspec/registry.schema.toml).
Variables ¶
This section is empty.
Functions ¶
func MatrixMarkdown ¶
func MatrixMarkdown() []byte
MatrixMarkdown renders docs/MATRIX.md: the language x feature support matrix, computed from the rule registry (requires/uses model plus per-rule not_applicable overrides) and the capability statuses in the language profiles.
func RegistryJSON ¶
RegistryJSON renders the registry as deterministic, indented JSON with a trailing newline, self-validated against the strictspec registry schema.
Types ¶
This section is empty.