@mindexec/cli 0.2.2 → 0.2.4

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.
Files changed (24) hide show
  1. package/README.md +50 -0
  2. package/package.json +6 -4
  3. package/remote-hub.js +737 -0
  4. package/scripts/remote-hub-smoke.mjs +146 -0
  5. package/server.js +144 -28
  6. package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +11 -0
  7. package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +732 -2
  8. package/wwwroot/_content/MindExecution.Shared/js/mind-map-nodes.js +3 -1
  9. package/wwwroot/_framework/MindExecution.Core.rydw4mhsbd.dll +0 -0
  10. package/wwwroot/_framework/{MindExecution.Kernel.gwwc40sc45.dll → MindExecution.Kernel.8sz1fl3k6s.dll} +0 -0
  11. package/wwwroot/_framework/{MindExecution.Plugins.Admin.0jgrn1sckv.dll → MindExecution.Plugins.Admin.iltai5c3i9.dll} +0 -0
  12. package/wwwroot/_framework/{MindExecution.Plugins.Business.13mme2qcag.dll → MindExecution.Plugins.Business.mscgb1gwpf.dll} +0 -0
  13. package/wwwroot/_framework/{MindExecution.Plugins.Concept.9al2g3v3f9.dll → MindExecution.Plugins.Concept.s888y8snr4.dll} +0 -0
  14. package/wwwroot/_framework/{MindExecution.Plugins.Directory.3w4t6n3se0.dll → MindExecution.Plugins.Directory.281klijdzl.dll} +0 -0
  15. package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.vfmfbygv5y.dll → MindExecution.Plugins.PlanMaster.2gy2ozelqp.dll} +0 -0
  16. package/wwwroot/_framework/{MindExecution.Plugins.YouTube.32jyiqs383.dll → MindExecution.Plugins.YouTube.1v8o9nnlzq.dll} +0 -0
  17. package/wwwroot/_framework/{MindExecution.Shared.7ttmykvopx.dll → MindExecution.Shared.04anisxh35.dll} +0 -0
  18. package/wwwroot/_framework/MindExecution.Web.0qdidsf6sl.dll +0 -0
  19. package/wwwroot/_framework/blazor.boot.json +21 -21
  20. package/wwwroot/index.html +1 -1
  21. package/wwwroot/service-worker-assets.js +26 -26
  22. package/wwwroot/service-worker.js +1 -1
  23. package/wwwroot/_framework/MindExecution.Core.1q1trifbuu.dll +0 -0
  24. package/wwwroot/_framework/MindExecution.Web.ozzcqp30uy.dll +0 -0
@@ -56,6 +56,7 @@
56
56
  }
57
57
 
58
58
  const BUSINESS_AUTOMATION_SEMANTIC_TYPE = 'BusinessAutomationNode';
59
+ const REMOTE_FLEET_SEMANTIC_TYPE = 'RemoteFleetMonitor';
59
60
  const AUTOMATION_INPUT_PINS_METADATA_KEY = 'AutomationInputPins';
60
61
  const AUTOMATION_OUTPUT_PINS_METADATA_KEY = 'AutomationOutputPins';
61
62
  const AUTOMATION_PIN_RAIL_WIDTH = 118;
@@ -101,7 +102,8 @@
101
102
  const semanticType = getNodeSemanticType(nodeModel);
102
103
  return semanticType === 'MindCanvasAgent'
103
104
  || semanticType === 'AgentCommand'
104
- || semanticType === BUSINESS_AUTOMATION_SEMANTIC_TYPE;
105
+ || semanticType === BUSINESS_AUTOMATION_SEMANTIC_TYPE
106
+ || semanticType === REMOTE_FLEET_SEMANTIC_TYPE;
105
107
  }
106
108
 
107
109
  function isAgentNodeModel(nodeModel) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "mainAssemblyName": "MindExecution.Web",
3
3
  "resources": {
4
- "hash": "sha256-bpjahUAizPTcZ5/jYUUN2m7UstGT3kbK9FOnfweXUO8=",
4
+ "hash": "sha256-ei2Zh3i4bzfRC0LQiNOOGqlx8qC3i1LaPPF8R1ZZfiI=",
5
5
  "fingerprinting": {
6
6
  "Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
7
7
  "Markdig.d1j7v41cl1.dll": "Markdig.dll",
@@ -123,16 +123,16 @@
123
123
  "System.m05i39uvk9.dll": "System.dll",
124
124
  "netstandard.0xet7jg7ky.dll": "netstandard.dll",
125
125
  "System.Private.CoreLib.rkafq04oma.dll": "System.Private.CoreLib.dll",
126
- "MindExecution.Core.1q1trifbuu.dll": "MindExecution.Core.dll",
127
- "MindExecution.Kernel.gwwc40sc45.dll": "MindExecution.Kernel.dll",
128
- "MindExecution.Plugins.Admin.0jgrn1sckv.dll": "MindExecution.Plugins.Admin.dll",
129
- "MindExecution.Plugins.Business.13mme2qcag.dll": "MindExecution.Plugins.Business.dll",
130
- "MindExecution.Plugins.Concept.9al2g3v3f9.dll": "MindExecution.Plugins.Concept.dll",
131
- "MindExecution.Plugins.Directory.3w4t6n3se0.dll": "MindExecution.Plugins.Directory.dll",
132
- "MindExecution.Plugins.PlanMaster.vfmfbygv5y.dll": "MindExecution.Plugins.PlanMaster.dll",
133
- "MindExecution.Plugins.YouTube.32jyiqs383.dll": "MindExecution.Plugins.YouTube.dll",
134
- "MindExecution.Shared.7ttmykvopx.dll": "MindExecution.Shared.dll",
135
- "MindExecution.Web.ozzcqp30uy.dll": "MindExecution.Web.dll",
126
+ "MindExecution.Core.rydw4mhsbd.dll": "MindExecution.Core.dll",
127
+ "MindExecution.Kernel.8sz1fl3k6s.dll": "MindExecution.Kernel.dll",
128
+ "MindExecution.Plugins.Admin.iltai5c3i9.dll": "MindExecution.Plugins.Admin.dll",
129
+ "MindExecution.Plugins.Business.mscgb1gwpf.dll": "MindExecution.Plugins.Business.dll",
130
+ "MindExecution.Plugins.Concept.s888y8snr4.dll": "MindExecution.Plugins.Concept.dll",
131
+ "MindExecution.Plugins.Directory.281klijdzl.dll": "MindExecution.Plugins.Directory.dll",
132
+ "MindExecution.Plugins.PlanMaster.2gy2ozelqp.dll": "MindExecution.Plugins.PlanMaster.dll",
133
+ "MindExecution.Plugins.YouTube.1v8o9nnlzq.dll": "MindExecution.Plugins.YouTube.dll",
134
+ "MindExecution.Shared.04anisxh35.dll": "MindExecution.Shared.dll",
135
+ "MindExecution.Web.0qdidsf6sl.dll": "MindExecution.Web.dll",
136
136
  "dotnet.js": "dotnet.js",
137
137
  "dotnet.native.xsn1d6x2kd.js": "dotnet.native.js",
138
138
  "dotnet.native.vz0adxojrz.wasm": "dotnet.native.wasm",
@@ -278,18 +278,18 @@
278
278
  "System.Xml.XDocument.c539ki6cuq.dll": "sha256-MPTRJkptrL9nGa2tl4kF46+wErNUYRPCGblX3ANoKoY=",
279
279
  "System.m05i39uvk9.dll": "sha256-5jDfIdbYAigw7/Q/lMzt5W/+cayGbW9ko9FvuaN1GsQ=",
280
280
  "netstandard.0xet7jg7ky.dll": "sha256-xENDv620uJ8fHwLJ2bdhrTHz4QPjvqXOztnk2a4wr0c=",
281
- "MindExecution.Core.1q1trifbuu.dll": "sha256-Bx+DnvKBnQ6pU+WkVnBtHJWmbT8+AfwdrzIsZOYRuwk=",
282
- "MindExecution.Kernel.gwwc40sc45.dll": "sha256-kHUYRsoWMKBagWUNqjc2tZDNhinix4z4JbCHhmQqr+w=",
283
- "MindExecution.Plugins.Concept.9al2g3v3f9.dll": "sha256-QYQcZjx/1n94cDfUijDLZP+Mb0V8qN/BXwg+Yabys7U=",
284
- "MindExecution.Plugins.PlanMaster.vfmfbygv5y.dll": "sha256-W5LWlsDtp+V4lm7BLdhefVcNkfRJ8b67uF7CWh5vtng=",
285
- "MindExecution.Shared.7ttmykvopx.dll": "sha256-a2JiyNIN4cEhbaPuCSHbToBV2fLKbDK0/aEOrEB0vHs=",
286
- "MindExecution.Web.ozzcqp30uy.dll": "sha256-NM/QHswprBwzOuOVX0bH1Q9dOfu0eLz784S5dFaMLT0="
281
+ "MindExecution.Core.rydw4mhsbd.dll": "sha256-s7r1GaMpvZ1RlLjiZO0RM4QK7CrQNbP6hcxpGO4H2vs=",
282
+ "MindExecution.Kernel.8sz1fl3k6s.dll": "sha256-aH4xUmfv18Zuwc1QVpIg1lZwyeNq2j/gnwEYRCiSgGs=",
283
+ "MindExecution.Plugins.Concept.s888y8snr4.dll": "sha256-RCJ1pfe7Pu+W0O7jNXCoR8X6IPK4+0ShVNdJyFM7DvY=",
284
+ "MindExecution.Plugins.PlanMaster.2gy2ozelqp.dll": "sha256-4r45+0ahnIZ9fvQ60VJb4OymhE8XTFMZ7jIF71DPrfE=",
285
+ "MindExecution.Shared.04anisxh35.dll": "sha256-8CQC4804ef5KlfH9/MULdbWZzL7YvpS7elf263ZYRlw=",
286
+ "MindExecution.Web.0qdidsf6sl.dll": "sha256-CF3kk5RKIgyaPytT7v1WVS9qj73pzXVbQ+vMxfyQQ2Y="
287
287
  },
288
288
  "lazyAssembly": {
289
- "MindExecution.Plugins.Admin.0jgrn1sckv.dll": "sha256-bGesH24e01NzlKAZSfHwmyCRSCqXh7Dh8IzpYUD/+vQ=",
290
- "MindExecution.Plugins.Business.13mme2qcag.dll": "sha256-Tc/4bEirMCQn6JXVksPprJln7V0VOUCHXOqdMYYoHOc=",
291
- "MindExecution.Plugins.Directory.3w4t6n3se0.dll": "sha256-A3Cd8T7bI7w2uz0HT8L6inpQp40EVGFAks1Hl7bPxo0=",
292
- "MindExecution.Plugins.YouTube.32jyiqs383.dll": "sha256-BfHgivxHkj3qFVB0s5RJXV7nvvbJjpSue9Cnbcbx8co="
289
+ "MindExecution.Plugins.Admin.iltai5c3i9.dll": "sha256-VrqPUOhOEQtnZuf97TfpU1ueaYKncgML/ylgcY3/3H4=",
290
+ "MindExecution.Plugins.Business.mscgb1gwpf.dll": "sha256-OsxBerI3pzCELMXu5vIOAQI5wQyKcWoOwc2d+N/nvCM=",
291
+ "MindExecution.Plugins.Directory.281klijdzl.dll": "sha256-MnBG5SBYBloYJ15miLmaRwTM/7/CE9KM/vcMgVPDGK8=",
292
+ "MindExecution.Plugins.YouTube.1v8o9nnlzq.dll": "sha256-I6jStz9j3BGIhprlmF+TfL5WpVuBKSVm3XYovlD5f+w="
293
293
  }
294
294
  },
295
295
  "cacheBootResources": true,
@@ -558,7 +558,7 @@
558
558
  }
559
559
 
560
560
  const base = '_content/MindExecution.Shared/js/';
561
- const scriptVersion = '20260610-template-card-v460';
561
+ const scriptVersion = '20260612-remote-task-v464';
562
562
  const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
563
563
  console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
564
564
  const criticalScripts = [
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "IFXfuOYd",
2
+ "version": "xZ2srqoC",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -78,7 +78,7 @@
78
78
  "url": "_content/MindExecution.Shared/js/marked.min.js"
79
79
  },
80
80
  {
81
- "hash": "sha256-Njstb0CPStc2mmPhfiAWmqPZEHooyzZ5DfcPfAXF21A=",
81
+ "hash": "sha256-H2KIQzUqbg//NwybrTBnXWJZlM5uB4qvHK5jiNCJG3M=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -86,7 +86,7 @@
86
86
  "url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
87
87
  },
88
88
  {
89
- "hash": "sha256-tbkbEIXDKELigOD/5f5XEfRmaXg8Q7NJ/OpLyKC2gg0=",
89
+ "hash": "sha256-oCghpRmu/8JqF3GAUtmueGLrHLWHpaF3XIcK+VUwY64=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -134,7 +134,7 @@
134
134
  "url": "_content/MindExecution.Shared/js/mind-map-node-search-worker.js"
135
135
  },
136
136
  {
137
- "hash": "sha256-2qBxbVqSdyOUf9ZphBekCGWunuKiFOPRlK/vB2hiCBw=",
137
+ "hash": "sha256-UNYwysmH7qa2H0uMg1M0+FbzNvkxVnOUsOTtDVCc4b4=",
138
138
  "url": "_content/MindExecution.Shared/js/mind-map-nodes.js"
139
139
  },
140
140
  {
@@ -410,44 +410,44 @@
410
410
  "url": "_framework/MimeMapping.og9ys58ylm.dll"
411
411
  },
412
412
  {
413
- "hash": "sha256-Bx+DnvKBnQ6pU+WkVnBtHJWmbT8+AfwdrzIsZOYRuwk=",
414
- "url": "_framework/MindExecution.Core.1q1trifbuu.dll"
413
+ "hash": "sha256-s7r1GaMpvZ1RlLjiZO0RM4QK7CrQNbP6hcxpGO4H2vs=",
414
+ "url": "_framework/MindExecution.Core.rydw4mhsbd.dll"
415
415
  },
416
416
  {
417
- "hash": "sha256-kHUYRsoWMKBagWUNqjc2tZDNhinix4z4JbCHhmQqr+w=",
418
- "url": "_framework/MindExecution.Kernel.gwwc40sc45.dll"
417
+ "hash": "sha256-aH4xUmfv18Zuwc1QVpIg1lZwyeNq2j/gnwEYRCiSgGs=",
418
+ "url": "_framework/MindExecution.Kernel.8sz1fl3k6s.dll"
419
419
  },
420
420
  {
421
- "hash": "sha256-bGesH24e01NzlKAZSfHwmyCRSCqXh7Dh8IzpYUD/+vQ=",
422
- "url": "_framework/MindExecution.Plugins.Admin.0jgrn1sckv.dll"
421
+ "hash": "sha256-VrqPUOhOEQtnZuf97TfpU1ueaYKncgML/ylgcY3/3H4=",
422
+ "url": "_framework/MindExecution.Plugins.Admin.iltai5c3i9.dll"
423
423
  },
424
424
  {
425
- "hash": "sha256-Tc/4bEirMCQn6JXVksPprJln7V0VOUCHXOqdMYYoHOc=",
426
- "url": "_framework/MindExecution.Plugins.Business.13mme2qcag.dll"
425
+ "hash": "sha256-OsxBerI3pzCELMXu5vIOAQI5wQyKcWoOwc2d+N/nvCM=",
426
+ "url": "_framework/MindExecution.Plugins.Business.mscgb1gwpf.dll"
427
427
  },
428
428
  {
429
- "hash": "sha256-QYQcZjx/1n94cDfUijDLZP+Mb0V8qN/BXwg+Yabys7U=",
430
- "url": "_framework/MindExecution.Plugins.Concept.9al2g3v3f9.dll"
429
+ "hash": "sha256-RCJ1pfe7Pu+W0O7jNXCoR8X6IPK4+0ShVNdJyFM7DvY=",
430
+ "url": "_framework/MindExecution.Plugins.Concept.s888y8snr4.dll"
431
431
  },
432
432
  {
433
- "hash": "sha256-A3Cd8T7bI7w2uz0HT8L6inpQp40EVGFAks1Hl7bPxo0=",
434
- "url": "_framework/MindExecution.Plugins.Directory.3w4t6n3se0.dll"
433
+ "hash": "sha256-MnBG5SBYBloYJ15miLmaRwTM/7/CE9KM/vcMgVPDGK8=",
434
+ "url": "_framework/MindExecution.Plugins.Directory.281klijdzl.dll"
435
435
  },
436
436
  {
437
- "hash": "sha256-W5LWlsDtp+V4lm7BLdhefVcNkfRJ8b67uF7CWh5vtng=",
438
- "url": "_framework/MindExecution.Plugins.PlanMaster.vfmfbygv5y.dll"
437
+ "hash": "sha256-4r45+0ahnIZ9fvQ60VJb4OymhE8XTFMZ7jIF71DPrfE=",
438
+ "url": "_framework/MindExecution.Plugins.PlanMaster.2gy2ozelqp.dll"
439
439
  },
440
440
  {
441
- "hash": "sha256-BfHgivxHkj3qFVB0s5RJXV7nvvbJjpSue9Cnbcbx8co=",
442
- "url": "_framework/MindExecution.Plugins.YouTube.32jyiqs383.dll"
441
+ "hash": "sha256-I6jStz9j3BGIhprlmF+TfL5WpVuBKSVm3XYovlD5f+w=",
442
+ "url": "_framework/MindExecution.Plugins.YouTube.1v8o9nnlzq.dll"
443
443
  },
444
444
  {
445
- "hash": "sha256-a2JiyNIN4cEhbaPuCSHbToBV2fLKbDK0/aEOrEB0vHs=",
446
- "url": "_framework/MindExecution.Shared.7ttmykvopx.dll"
445
+ "hash": "sha256-8CQC4804ef5KlfH9/MULdbWZzL7YvpS7elf263ZYRlw=",
446
+ "url": "_framework/MindExecution.Shared.04anisxh35.dll"
447
447
  },
448
448
  {
449
- "hash": "sha256-NM/QHswprBwzOuOVX0bH1Q9dOfu0eLz784S5dFaMLT0=",
450
- "url": "_framework/MindExecution.Web.ozzcqp30uy.dll"
449
+ "hash": "sha256-CF3kk5RKIgyaPytT7v1WVS9qj73pzXVbQ+vMxfyQQ2Y=",
450
+ "url": "_framework/MindExecution.Web.0qdidsf6sl.dll"
451
451
  },
452
452
  {
453
453
  "hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
@@ -770,7 +770,7 @@
770
770
  "url": "_framework/Websocket.Client.vapounvmnl.dll"
771
771
  },
772
772
  {
773
- "hash": "sha256-1V8kJI8cQQC5wH7NDXOkR1Bl3ZCqG0lKzlAZShrzyJA=",
773
+ "hash": "sha256-pgZK03P5rDjSp61sZae0rpKy7fjg88JxqpQFSe7f/6Q=",
774
774
  "url": "_framework/blazor.boot.json"
775
775
  },
776
776
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-78bACARkTS2HDx0RnUgBr8qzgYhIv/9sm+az5Gi7nkk=",
837
+ "hash": "sha256-O+OZkgaXnLILhly2Of1gV09vQgw+YgNGMz375BoNSTk=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: IFXfuOYd */
1
+ /* Manifest version: xZ2srqoC */
2
2
  // Hosted deployments should prefer the network over stale offline caches.
3
3
  // This service worker immediately clears old Blazor offline caches and unregisters itself.
4
4