registrydump

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

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

View Source
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

func RegistryJSON() ([]byte, error)

RegistryJSON renders the registry as deterministic, indented JSON with a trailing newline, self-validated against the strictspec registry schema.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL