pub fn show_host() -> StringExpand description
Collect the current host context via
crate::host_context::collect_host_context and render it as
a human-readable multi-line report via
crate::host_context::HostContext::format_human. The output
ends with a newline; callers print it verbatim.