@adhdev/daemon-standalone 0.9.82-rc.251 → 0.9.82-rc.253

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/dist/index.js CHANGED
@@ -74609,7 +74609,7 @@ ${ptyResult.output.slice(-2e3)}`);
74609
74609
  nodeStatuses.push(status);
74610
74610
  }
74611
74611
  const callerCoordinatorDaemonId = typeof args?.coordinatorDaemonId === "string" && args.coordinatorDaemonId.trim() ? args.coordinatorDaemonId.trim() : this.deps.statusInstanceId || void 0;
74612
- const pendingCoordinatorEvents = drainPendingMeshCoordinatorEvents(meshId, callerCoordinatorDaemonId);
74612
+ const pendingCoordinatorEvents = getPendingMeshCoordinatorEvents(meshId, callerCoordinatorDaemonId);
74613
74613
  const previewFreshness = (() => {
74614
74614
  const localRepoRoot = nodeStatuses.map((node) => readStringValue(node?.git?.repoRoot, node?.repoRoot, node?.workspace)).find((candidate) => !!candidate && fs23.existsSync(candidate));
74615
74615
  return localRepoRoot ? buildPreviewFreshness(localRepoRoot) : void 0;
@@ -74617,7 +74617,7 @@ ${ptyResult.output.slice(-2e3)}`);
74617
74617
  const asyncRefineJobs = buildMeshAsyncRefineJobs({
74618
74618
  meshId,
74619
74619
  ledgerEntries: asyncRefineLedgerEntries,
74620
- pendingEvents: pendingCoordinatorEvents
74620
+ pendingEvents: [...pendingCoordinatorEvents]
74621
74621
  });
74622
74622
  const historicalSessions = buildHistoricalMeshSessions({
74623
74623
  meshId,