@adhdev/daemon-standalone 1.0.49-rc.1 → 1.0.49-rc.2
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
|
@@ -37056,10 +37056,10 @@ var require_dist3 = __commonJS({
|
|
|
37056
37056
|
}
|
|
37057
37057
|
function getDaemonBuildInfo() {
|
|
37058
37058
|
if (cached2) return cached2;
|
|
37059
|
-
const commit = readInjected(true ? "
|
|
37060
|
-
const commitShort = readInjected(true ? "
|
|
37061
|
-
const version2 = readInjected(true ? "1.0.49-rc.
|
|
37062
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
37059
|
+
const commit = readInjected(true ? "48ce5d9b7420dbc3520cd6c7ddee34af47c23627" : void 0) ?? "unknown";
|
|
37060
|
+
const commitShort = readInjected(true ? "48ce5d9b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
37061
|
+
const version2 = readInjected(true ? "1.0.49-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
37062
|
+
const builtAt = readInjected(true ? "2026-08-14T06:05:14.635Z" : void 0);
|
|
37063
37063
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
37064
37064
|
return cached2;
|
|
37065
37065
|
}
|
|
@@ -98095,7 +98095,7 @@ ${buttons.join("\n")}`;
|
|
|
98095
98095
|
timestamp: Date.now(),
|
|
98096
98096
|
taskId,
|
|
98097
98097
|
finalSummary,
|
|
98098
|
-
evidenceLevel: "
|
|
98098
|
+
evidenceLevel: "reported",
|
|
98099
98099
|
completionDiagnostic: { source: "pre_cleanup_transcript_completion" }
|
|
98100
98100
|
});
|
|
98101
98101
|
return true;
|
|
@@ -98144,7 +98144,7 @@ ${buttons.join("\n")}`;
|
|
|
98144
98144
|
timestamp: Date.now(),
|
|
98145
98145
|
taskId,
|
|
98146
98146
|
finalSummary,
|
|
98147
|
-
evidenceLevel: "
|
|
98147
|
+
evidenceLevel: "reported",
|
|
98148
98148
|
completionDiagnostic: { source: diagnosticSource }
|
|
98149
98149
|
});
|
|
98150
98150
|
return true;
|
|
@@ -100810,7 +100810,7 @@ ${buttons.join("\n")}`;
|
|
|
100810
100810
|
timestamp: pending.timestamp,
|
|
100811
100811
|
taskId: pending.taskId,
|
|
100812
100812
|
finalSummary,
|
|
100813
|
-
evidenceLevel: "
|
|
100813
|
+
evidenceLevel: "reported",
|
|
100814
100814
|
completionDiagnostic: {
|
|
100815
100815
|
source: "clean_final_assistant",
|
|
100816
100816
|
cleanPath: true,
|
|
@@ -100949,7 +100949,7 @@ ${buttons.join("\n")}`;
|
|
|
100949
100949
|
* • prior emit was WEAK → re-arm ONE-SHOT, but only across a real generating→idle
|
|
100950
100950
|
* transition: require busyEpoch to have advanced past the weak emit's epoch, so a
|
|
100951
100951
|
* static idle screen cannot re-fire the same weak frame. The genuine re-emit passes
|
|
100952
|
-
* evidenceLevel:'
|
|
100952
|
+
* evidenceLevel:'reported' (non-weak), overwriting the latch → any subsequent idle
|
|
100953
100953
|
* tick hits the now-genuine latch and is suppressed. Never a third emit.
|
|
100954
100954
|
*/
|
|
100955
100955
|
shouldSuppressCompletionReEmit(taskId) {
|