@adhdev/daemon-standalone 0.9.82-rc.195 → 0.9.82-rc.196

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/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-CBBYmxbw.js"></script>
10
+ <script type="module" crossorigin src="/assets/index-0rc1KNB7.js"></script>
11
11
  <link rel="modulepreload" crossorigin href="/assets/vendor-BwuWgaJI.js">
12
- <link rel="stylesheet" crossorigin href="/assets/index-nXxZVWAP.css">
12
+ <link rel="stylesheet" crossorigin href="/assets/index-DNAiYM9S.css">
13
13
  </head>
14
14
  <body>
15
15
  <!-- Apply theme immediately to prevent FOIT (Flash of Incorrect Theme) -->
@@ -2659,8 +2659,8 @@ async function meshViewQueue(ctx, args) {
2659
2659
  meshId: ctx.mesh.id,
2660
2660
  queue: fullQueue,
2661
2661
  ledgerEntries,
2662
- // Always pass BeadsDB records (may be empty). buildMeshActiveWork uses them for local
2663
- // dispatches and falls through to ledger scan for remote P2P dispatches not in BeadsDB.
2662
+ // Always pass MeshRuntimeStore records (may be empty). buildMeshActiveWork uses them for local
2663
+ // dispatches and falls through to ledger scan for remote P2P dispatches not in MeshRuntimeStore.
2664
2664
  directDispatches,
2665
2665
  nodes: liveNodes
2666
2666
  });