fd7d2b7580
* fix(cmd): quote executable path on Windows in command string Wrap the executable path in double quotes when running on Windows sopaths containing spaces are handled correctly. Previously the base command used an unquoted path which could break execution for users whose install location includes spaces. This change only alters the Windows branch to produce a quoted executable path while keeping the non-Windows command unchanged. * fix(codetool): quote bun paths in shell commands to spaces