pub const SCHEMA_URL: &str = "https://raw.githubusercontent.com/oakoss/linesmith/main/config.schema.json";Expand description
URL for the published JSON Schema, pinned to main. Single
canonical URL — same shape bacon, starship, and dprint ship.
The schema evolves forward-compatibly (fields added, not
removed); editors validate “config field is allowed by schema”
rather than “binary supports field,” so a schema slightly ahead
of the installed binary loosens validation rather than tightens
it. Versioned per-tag self-hosted URLs (biome’s model) are the
destination once linesmith has its own website plus
schemastore.org coverage.