CLI v3.0.39
- Fixed CLI startup from Windows drive roots (e.g.
D:\) wherepath.basenameis empty and workspace manifest validation failed with a silent TUI exit or a Zodhinterror. Drive roots now get a fallback hint likeD:. - Fixed Windows npm global installs launching the compiled binary via async
spawn(instead ofspawnSync) so interactive mode keeps a real console TTY for OpenTUI. - Added
bin/trumbo.cmdin the published wrapper package as a direct platform-binary launcher on Windows. - Made the CI Slack release notification step optional when
SLACK_RELEASE_BOT_TOKENis not configured.
Full Changelog: cli-v3.0.38...cli-v3.0.39