module RatatuiRuby::OutputGuard

Output protection for TUI sessions and batch/CLI mode.

This module provides mechanisms to prevent accidental output to stdout/stderr during TUI sessions and to support headless (batch/CLI) mode for applications that can run with or without a TUI.

@see guard_io @see headless!