@adhdev/daemon-core 0.9.82-rc.251 → 0.9.82-rc.252

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
@@ -45065,7 +45065,7 @@ ${ptyResult.output.slice(-2e3)}`);
45065
45065
  nodeStatuses.push(status);
45066
45066
  }
45067
45067
  const callerCoordinatorDaemonId = typeof args?.coordinatorDaemonId === "string" && args.coordinatorDaemonId.trim() ? args.coordinatorDaemonId.trim() : this.deps.statusInstanceId || void 0;
45068
- const pendingCoordinatorEvents = drainPendingMeshCoordinatorEvents(meshId, callerCoordinatorDaemonId);
45068
+ const pendingCoordinatorEvents = getPendingMeshCoordinatorEvents(meshId, callerCoordinatorDaemonId);
45069
45069
  const previewFreshness = (() => {
45070
45070
  const localRepoRoot = nodeStatuses.map((node) => readStringValue(node?.git?.repoRoot, node?.repoRoot, node?.workspace)).find((candidate) => !!candidate && fs23.existsSync(candidate));
45071
45071
  return localRepoRoot ? buildPreviewFreshness(localRepoRoot) : void 0;
@@ -45073,7 +45073,7 @@ ${ptyResult.output.slice(-2e3)}`);
45073
45073
  const asyncRefineJobs = buildMeshAsyncRefineJobs({
45074
45074
  meshId,
45075
45075
  ledgerEntries: asyncRefineLedgerEntries,
45076
- pendingEvents: pendingCoordinatorEvents
45076
+ pendingEvents: [...pendingCoordinatorEvents]
45077
45077
  });
45078
45078
  const historicalSessions = buildHistoricalMeshSessions({
45079
45079
  meshId,