From e3f7a8bb4e22d6f94e4647c43a6649367d5ef598 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Sun, 2 Aug 2026 17:02:41 +1000 Subject: [PATCH] 0.43.0 followup: two remaining '(.exe) dev' runtime-guidance strings -> minted Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.com --- src/make.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/make.tcl b/src/make.tcl index 581d3700..98eaffcc 100644 --- a/src/make.tcl +++ b/src/make.tcl @@ -7119,7 +7119,7 @@ if {$::punkboot::command ni {bakehouse bake bin}} { puts stdout " - use 'make.tcl bake' to bake executable kits/zipkits from the vfs folders if you have runtimes installed" puts stdout " Note that without the vfscommonupdate step, 'make.tcl bake' will include any manual changes in the *custom* vfs folders but" puts stdout " without the latest minted modules." - puts stdout " calling 'builtexename(.exe) dev' will allow testing of minted modules before they are baked into the kits/zipkits via 'vfscommonupdate' then 'bake'" + puts stdout " calling 'builtexename(.exe) minted' will allow testing of minted modules before they are baked into the kits/zipkits via 'vfscommonupdate' then 'bake'" puts stdout " - consumer full path from a clean checkout: 'make.tcl bakehouse'" puts stdout "-done-" exit 0 @@ -9441,7 +9441,7 @@ if {$had_kits} { puts stdout " - use 'make.tcl vfscommonupdate' to promote minted modules into the base vfs folder /src/vfs/_vfscommon.vfs (promotion gate)" puts stdout " - Note that without the vfscommonupdate step, 'make.tcl bake' (the kit-assembly stage of 'make.tcl bakehouse') will bake vfs based executables" puts stdout " that include your current custom vfs folders in src/vfs, but with a _vfscommon.vfs that doesn't have the latest minted modules" - puts stdout " calling 'builtexename(.exe) dev' will allow testing of minted modules before they are baked into the kits/zipkits via 'vfscommonupdate' then 'bake'" + puts stdout " calling 'builtexename(.exe) minted' will allow testing of minted modules before they are baked into the kits/zipkits via 'vfscommonupdate' then 'bake'" } else { puts stdout " module builds processed" puts stdout ""