You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: The daemon banner uses hardcoded light foreground colors when stdout is a TTY, so the Bitsocial wordmark becomes unreadable on light terminal themes. In non-TTY/container logs, color is disabled entirely and the banner loses the visual hierarchy expected from src/cli/ascii-banner.ts.
Plan:
Make banner rendering testable without writing directly to process stdout.
Use readable foreground defaults for both dark and light terminal themes.
Preserve a clean no-color fallback for plain logs and terminals that opt out of ANSI color.
Add focused tests for color, no-color, and light-background environment behavior.
Plan: