Expand description
The studio’s visual vocabulary: one glyph-and-color encoding per semantic dimension, used identically in every workspace.
Color is never the only channel: every colored state has a glyph, so the
UI degrades gracefully on monochrome terminals. The palette is drawn from
the terminal’s 16 ANSI colors so the user’s scheme is respected, and
NO_COLOR disables color entirely.
Structs§
- Theme
- The active theme: whether color is enabled, and the style vocabulary.
Constants§
- GLYPH_
BROKEN - Glyph for a parse error or broken target.
- GLYPH_
COMPUTATION - Glyph for an Attested Computation concept.
- GLYPH_
CONCEPT - Glyph for a plain concept node.
- GLYPH_
FIXABLE - Glyph for a fixable diagnostic.
- GLYPH_
INDEX - Glyph for a reserved
index.mdfile. - GLYPH_
LOG - Glyph for a reserved
log.mdfile. - GLYPH_
OK - Glyph for a passing check.
- GLYPH_
STALE_ SOON - Glyph for a concept going stale within 30 days.
- GLYPH_
WARN - Suffix glyph for a stale concept or one carrying diagnostics.
- SPINNER_
FRAMES - Braille spinner frames shown while a reload or apply is in flight.
Functions§
- status_
glyph - The glyph for a lifecycle status:
●stable,◐draft,◌deprecated. - tier_
glyph - The glyph for a trust tier:
◆human-reviewed,●machine-confirmed,○unverified.