@adhdev/daemon-standalone 0.9.82-rc.18 → 0.9.82-rc.19
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 +30 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/public/assets/index-CsEmn20l.css +1 -0
- package/public/assets/{index-BfLqOvWH.js → index-Deb1Bk0M.js} +27 -27
- package/public/index.html +2 -2
- package/vendor/mcp-server/index.js +5 -0
- package/vendor/mcp-server/index.js.map +1 -1
- package/public/assets/index-DYP5yBTS.css +0 -1
package/public/index.html
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<meta name="description" content="ADHDev self-hosted dashboard for controlling AI agents" />
|
|
8
8
|
<link rel="icon" href="/otter-logo.png" />
|
|
9
9
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
|
|
10
|
-
<script type="module" crossorigin src="/assets/index-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-Deb1Bk0M.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-CgiI0UIA.js">
|
|
12
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
12
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CsEmn20l.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<!-- Apply theme immediately to prevent FOIT (Flash of Incorrect Theme) -->
|
|
@@ -1586,6 +1586,11 @@ async function meshStatus(ctx) {
|
|
|
1586
1586
|
repoIdentity: mesh.repoIdentity,
|
|
1587
1587
|
policy: mesh.policy,
|
|
1588
1588
|
refreshedAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
1589
|
+
sourceOfTruth: {
|
|
1590
|
+
membership: "coordinator_daemon_live_mesh",
|
|
1591
|
+
currentStatus: "live_git_and_session_probes",
|
|
1592
|
+
historicalEvidenceOnly: ["recoveryHints", "ledgerSummary"]
|
|
1593
|
+
},
|
|
1589
1594
|
nodes: results,
|
|
1590
1595
|
branchConvergenceSummary: summarizeBranchConvergence(results)
|
|
1591
1596
|
};
|