Fixed
Error: program not foundon Windows whenrunner run <script>dispatches
through npm / yarn / pnpm (issue #20). Bare-name spawns now walk
PATH×PATHEXTso.cmd/.batshims (npm.cmd, yarn.cmd, pnpm.cmd)
resolve the same way they do under cmd.exe / PowerShell. Same fix covers
every other Windows-shimmed tool runner dispatches: turbo, deno, make,
task, just, composer, poetry, pipenv, uv, bundle, go, bacon, and the
runner run <bin>arbitrary-target fallback. Non-Windows targets are
unchanged.
What's Changed
Full Changelog: v0.8.0...v0.8.1