@adhdev/daemon-standalone 0.9.82-rc.391 → 0.9.82-rc.393

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
@@ -30108,10 +30108,10 @@ var require_dist3 = __commonJS({
30108
30108
  }
30109
30109
  function getDaemonBuildInfo() {
30110
30110
  if (cached2) return cached2;
30111
- const commit = readInjected(true ? "75257fc67bcdde54dd5c0220f7ac0b77ca95875d" : void 0) ?? "unknown";
30112
- const commitShort = readInjected(true ? "75257fc6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
30113
- const version2 = readInjected(true ? "0.9.82-rc.391" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
30114
- const builtAt = readInjected(true ? "2026-06-26T11:26:02.956Z" : void 0);
30111
+ const commit = readInjected(true ? "9b3ac923b7b0f7181f9e9cdc85ad888dc63e0ad0" : void 0) ?? "unknown";
30112
+ const commitShort = readInjected(true ? "9b3ac923" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
30113
+ const version2 = readInjected(true ? "0.9.82-rc.393" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
30114
+ const builtAt = readInjected(true ? "2026-06-27T05:47:33.892Z" : void 0);
30115
30115
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
30116
30116
  return cached2;
30117
30117
  }
@@ -44463,6 +44463,12 @@ ${cleanBody}`;
44463
44463
  directDispatchTaskIdForLedger = readNonEmptyString2(args.metadataEvent.taskId) || resolveActiveDirectDispatchTaskId(args.meshId, sessionId);
44464
44464
  completedTaskForLedger = markSessionTerminal(sessionId, "failed");
44465
44465
  }
44466
+ } else if (args.event === "worktree_bootstrap_complete" || args.event === "worktree_bootstrap_failed") {
44467
+ setImmediate(() => {
44468
+ triggerMeshQueue(components, args.meshId).catch((e) => {
44469
+ LOG2.warn("MeshQueue", `Queue re-fire after ${args.event} failed (mesh ${args.meshId}): ${e?.message || e}`);
44470
+ });
44471
+ });
44466
44472
  }
44467
44473
  const ledgerKind = EVENT_TO_LEDGER_KIND[args.event];
44468
44474
  if (ledgerKind) {