InstallStatus = Literal['ok', 'skipped', 'error']Stable machine token for the tools install outcome, surfaced via --json.
ok (installed or already current), skipped (intentional opt-out), and
error (an install was expected but failed). Only error is unhealthy, so it
alone drives a non-zero exit code.