Run launches the interactive dashboard. It refuses to start without a TTY,
returning a usage error that points at the equivalent CLI commands (FR-041).
Sanitize strips terminal control sequences and non-printable control
characters from untrusted content before it is rendered, defending against
terminal-injection via remote SKILL.md content (FR-045). Newlines and tabs
are preserved.