Preserve the original str form of start_command in model definitions all the way to the kernel runner so the kernel runner's existing [shell, "-c", str] wrapping handles shell semantics (line continuations, $VAR expansion, pipes) — eliminating the need to manually strip backslashes from copy-pasted multi-line vendor recipes (e.g. vLLM).