@adhdev/daemon-standalone 0.9.77-rc.11 → 0.9.77-rc.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-standalone",
3
- "version": "0.9.77-rc.11",
3
+ "version": "0.9.77-rc.12",
4
4
  "description": "ADHDev standalone daemon — embedded HTTP/WS server for local dashboard",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -57512,7 +57512,9 @@ var MESH_STATUS_TOOL = {
57512
57512
  description: "Get the current status of all nodes in the repo mesh \u2014 health, git state, active sessions. Use this to decide which node to send work to.",
57513
57513
  inputSchema: {
57514
57514
  type: "object",
57515
- properties: {}
57515
+ properties: {
57516
+ _gemini_compat: { type: "string", description: "Dummy property for Gemini compatibility. Ignore this." }
57517
+ }
57516
57518
  }
57517
57519
  };
57518
57520
  var MESH_LIST_NODES_TOOL = {
@@ -57520,7 +57522,9 @@ var MESH_LIST_NODES_TOOL = {
57520
57522
  description: "List all nodes in the mesh with their capabilities, platform, and workspace paths.",
57521
57523
  inputSchema: {
57522
57524
  type: "object",
57523
- properties: {}
57525
+ properties: {
57526
+ _gemini_compat: { type: "string", description: "Dummy property for Gemini compatibility. Ignore this." }
57527
+ }
57524
57528
  }
57525
57529
  };
57526
57530
  var MESH_ENQUEUE_TASK_TOOL = {