pub fn initialize_platform() -> Result<()>Expand description
Initializes the platform before user-facing I/O.
MUST be called early in crate::run (after signals + log bootstrap).
ยงErrors
Propagates platform setup failures (Windows console APIs currently warn and
still return Ok so agents are not blocked on console edge cases).