@pushpalsdev/cli 1.0.73 → 1.0.76

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": "@pushpalsdev/cli",
3
- "version": "1.0.73",
3
+ "version": "1.0.76",
4
4
  "description": "PushPals terminal CLI for LocalBuddy -> RemoteBuddy orchestration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9506,9 +9506,9 @@ async function main() {
9506
9506
  await orchestrator.emitStartupStatus();
9507
9507
  orchestrator.startStatusHeartbeat();
9508
9508
  orchestrator.startSessionEventMonitor();
9509
+ await orchestrator.ensureWorkerCapacityOnStartup();
9509
9510
  orchestrator.startAutonomy();
9510
9511
  orchestrator.startAutonomyRuntimeConfigPolling();
9511
- await orchestrator.ensureWorkerCapacityOnStartup();
9512
9512
  const pollMs = CONFIG.remotebuddy.pollMs;
9513
9513
  orchestrator.startPolling(pollMs);
9514
9514
  }