@adhdev/daemon-standalone 1.0.32-rc.6 → 1.0.35-rc.1
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 +6 -8
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/public/assets/{index-CYjQsV8D.js → index-CK1PcLXn.js} +5 -5
- package/public/index.html +1 -1
- package/vendor/mcp-server/index.js +1 -1
- package/vendor/mcp-server/index.js.map +1 -1
- package/vendor/mcp-server/package.json +1 -1
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 ? "
|
|
33323
|
-
const commitShort = readInjected(true ? "
|
|
33324
|
-
const version2 = readInjected(true ? "1.0.
|
|
33325
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
33322
|
+
const commit = readInjected(true ? "65e293b631711246fb672d34f817058f4b78ef74" : void 0) ?? "unknown";
|
|
33323
|
+
const commitShort = readInjected(true ? "65e293b6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
33324
|
+
const version2 = readInjected(true ? "1.0.35-rc.1" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
33325
|
+
const builtAt = readInjected(true ? "2026-08-04T22:59:22.024Z" : 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
|
-
|
|
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
|
-
|
|
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,
|