Files
Ikraam Ghoor 681ac31a4f Added TTY-aware colour to terminal output
The Reporter hand-rolled ANSI escape codes and emitted them
unconditionally, so colour leaked into piped or redirected output as
unreadable escape sequences. Colour was also limited to the lint
summary.

Output now routes through the tone gem, which suppresses ANSI when
the stream is not a terminal. Colour extends to the warnings the
poller and form-field validation emit, and to the error the
executable prints on a fatal failure.
2026-05-18 21:51:51 +01:00
..