@adhdev/daemon-standalone 1.0.32-rc.6 → 1.0.34

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
@@ -33319,10 +33319,10 @@ var require_dist3 = __commonJS({
33319
33319
  }
33320
33320
  function getDaemonBuildInfo() {
33321
33321
  if (cached2) return cached2;
33322
- const commit = readInjected(true ? "33a4c7ca2aa0efdc3c96f9c6d17fed587e9361ce" : void 0) ?? "unknown";
33323
- const commitShort = readInjected(true ? "33a4c7ca" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33324
- const version2 = readInjected(true ? "1.0.32-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33325
- const builtAt = readInjected(true ? "2026-08-04T09:31:31.573Z" : void 0);
33322
+ const commit = readInjected(true ? "65e293b631711246fb672d34f817058f4b78ef74" : void 0) ?? "unknown";
33323
+ const commitShort = readInjected(true ? "65e293b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33324
+ const version2 = readInjected(true ? "1.0.34" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33325
+ const builtAt = readInjected(true ? "2026-08-04T14:54:57.283Z" : void 0);
33326
33326
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
33327
33327
  return cached2;
33328
33328
  }
@@ -47854,8 +47854,7 @@ When the user asks to **set up / configure / onboard** this repo for Repo Mesh (
47854
47854
  },
47855
47855
  commands: {
47856
47856
  type: "array",
47857
- minItems: 1,
47858
- maxItems: 8,
47857
+ description: "Not schema-length-limited: validateMeshRefineConfig accepts any number of commands (including zero).",
47859
47858
  items: {
47860
47859
  type: "object",
47861
47860
  additionalProperties: false,
@@ -47878,8 +47877,7 @@ When the user asks to **set up / configure / onboard** this repo for Repo Mesh (
47878
47877
  },
47879
47878
  bootstrapCommands: {
47880
47879
  type: "array",
47881
- maxItems: 4,
47882
- description: "DEPRECATED: define bootstrap once in .adhdev/worktree_bootstrap.json. Honored only when no worktree_bootstrap config exists (with a deprecation warning); worktree_bootstrap wins when both exist.",
47880
+ description: "DEPRECATED: define bootstrap once in .adhdev/worktree_bootstrap.json. Honored only when no worktree_bootstrap config exists (with a deprecation warning); worktree_bootstrap wins when both exist. Not schema-length-limited: validateMeshRefineConfig accepts any number of entries.",
47883
47881
  items: {
47884
47882
  type: "object",
47885
47883
  additionalProperties: false,