Expand description
OS introspection — the few knobs scripts actually need.
(os-platform) → “linux” | “macos” | “windows” | “other” (os-arch) → “x86_64” | “aarch64” | … (hostname) → machine hostname string (username) → $USER / $USERNAME / system user (user-home) → $HOME expanded