@simonfestl/husky-cli 1.38.2 → 1.38.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,7 +263,7 @@ supervisorCommand
263
263
  });
264
264
  }
265
265
  // VM status
266
- console.log("\n🖥️ VM Fleet Status:");
266
+ console.log("\n🖥️ VM Workspace Status:");
267
267
  const runningWorkers = vms.filter((vm) => vm.name.includes("worker") && vm.status === "RUNNING");
268
268
  const suspendedWorkers = vms.filter((vm) => vm.name.includes("worker") && vm.status === "SUSPENDED");
269
269
  const terminatedWorkers = vms.filter((vm) => vm.name.includes("worker") && vm.status === "TERMINATED");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonfestl/husky-cli",
3
- "version": "1.38.2",
3
+ "version": "1.38.3",
4
4
  "description": "CLI for Huskyv0 Task Orchestration with Claude Agent SDK",
5
5
  "type": "module",
6
6
  "bin": {