@adaptic/maestro 1.1.3 → 1.1.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptic/maestro",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Maestro — Autonomous AI agent operating system. Deploy AI employees on dedicated Mac minis.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -331,7 +331,7 @@ configure_boot_services() {
331
331
 
332
332
  # Check which are loaded
333
333
  local loaded_count
334
- loaded_count=$(launchctl list 2>/dev/null | grep -c "ai.adaptic" || echo "0")
334
+ loaded_count=$(launchctl list 2>/dev/null | grep -c "ai.adaptic" || true)
335
335
  if [ "$loaded_count" -gt 0 ]; then
336
336
  ok "$loaded_count agents currently loaded"
337
337
  else