pub fn output_is_compact(cli: &Cli) -> boolExpand description
Whether the caller asked for the compact decision-surface projection
(--output json-compact, heddle#470). Compact is a CLI-only modifier
on top of JSON output — it is never reachable from config
(output.format is json/text only), so the full machine contract
stays the default for piped/configured JSON.