fabro/crates/arc-api
Bryan Helmkamp c2ea8b3084 Replace DIY terminal color with console crate
Styles fields change from &'static str (raw ANSI escape codes) to
console::Style, removing unsafe Send/Sync impls and manual reset
handling. The console crate handles TTY detection and NO_COLOR natively.

Also adds live connectivity probes to arc doctor (--live flag).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-03 16:02:10 -05:00
..
src Replace DIY terminal color with console crate 2026-03-03 16:02:10 -05:00
tests Add demo API server and wire React app to fetch from API 2026-03-02 09:39:53 -05:00
Cargo.toml Support base64-encoded PEM for ARC_JWT_PUBLIC_KEY and ARC_JWT_PRIVATE_KEY 2026-03-03 14:39:49 -05:00