@mindexec/cli 0.2.475 → 0.2.476

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 (19) hide show
  1. package/package.json +1 -1
  2. package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
  3. package/remote-fast/osx-x64/mindexec-remote-fast.dll +0 -0
  4. package/remote-fast/win-x64/mindexec-remote-fast.dll +0 -0
  5. package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +8 -4
  6. package/wwwroot/_framework/{MindExecution.Core.5oz806gln6.dll → MindExecution.Core.cx2pre7qz2.dll} +0 -0
  7. package/wwwroot/_framework/{MindExecution.Kernel.jfsc26t6jl.dll → MindExecution.Kernel.engfih12kr.dll} +0 -0
  8. package/wwwroot/_framework/{MindExecution.Plugins.Admin.4f1hhljks9.dll → MindExecution.Plugins.Admin.xfunemn9zi.dll} +0 -0
  9. package/wwwroot/_framework/{MindExecution.Plugins.Business.320s5nhcal.dll → MindExecution.Plugins.Business.ja94a5ze3i.dll} +0 -0
  10. package/wwwroot/_framework/{MindExecution.Plugins.Concept.mdxge25pcc.dll → MindExecution.Plugins.Concept.3q05vzviqb.dll} +0 -0
  11. package/wwwroot/_framework/{MindExecution.Plugins.Directory.j0im38uwcb.dll → MindExecution.Plugins.Directory.re4jjs91d1.dll} +0 -0
  12. package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.agi5e28akr.dll → MindExecution.Plugins.PlanMaster.89etwfquz1.dll} +0 -0
  13. package/wwwroot/_framework/{MindExecution.Plugins.YouTube.dhjioxusa0.dll → MindExecution.Plugins.YouTube.aqf4vztjji.dll} +0 -0
  14. package/wwwroot/_framework/{MindExecution.Shared.2v0z3krjjz.dll → MindExecution.Shared.9b1rucdxvv.dll} +0 -0
  15. package/wwwroot/_framework/{MindExecution.Web.cn6dtudfnb.dll → MindExecution.Web.ssp0n0xf1e.dll} +0 -0
  16. package/wwwroot/_framework/blazor.boot.json +21 -21
  17. package/wwwroot/index.html +1 -1
  18. package/wwwroot/service-worker-assets.js +24 -24
  19. package/wwwroot/service-worker.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindexec/cli",
3
- "version": "0.2.475",
3
+ "version": "0.2.476",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -5,7 +5,7 @@
5
5
  const DEBUG = false;
6
6
  const FPS_DEBUG = false;
7
7
  const FRAME_PERF_DEBUG = false;
8
- const MINDMAP_CORE_BUILD_ID = '20260822-particle-idle-30fps-v870';
8
+ const MINDMAP_CORE_BUILD_ID = '20260822-particle-idle-30fps-v871';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -89,7 +89,11 @@
89
89
  const CURSOR_WORLD_THICKNESS = 4;
90
90
  const RENDER_DEBUG_METRICS_CACHE_MS = 250;
91
91
  const ANIMATION_IDLE_LOW_FPS_DELAY_MS = 500;
92
- const PARTICLE_THEME_IDLE_FRAME_DELAY_MS = 1000 / 30;
92
+ // Delayed wakes are followed by requestAnimationFrame. On a 60Hz display,
93
+ // a full 33ms timer plus that rAF produces a measured 50ms/20fps cadence.
94
+ // Wake one display interval early so the final presentation lands near
95
+ // 33ms/30fps while remaining aligned to the browser's paint cycle.
96
+ const PARTICLE_THEME_IDLE_WAKE_DELAY_MS = 1000 / 60;
93
97
  const WHEEL_ZOOM_BURST_QUIET_FRAME_LIMIT = 12;
94
98
  const HOME_CAMERA_NORMAL_MID_Z = 8250;
95
99
  const HOME_DENSE_CLUSTER_MIN_CELL_SIZE = 1200;
@@ -7577,7 +7581,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
7577
7581
  const idleAnimationDelayMs = this.useAnimation60Fps === true
7578
7582
  ? 0
7579
7583
  : (shouldUseParticleAnimation30Fps === true
7580
- ? PARTICLE_THEME_IDLE_FRAME_DELAY_MS
7584
+ ? PARTICLE_THEME_IDLE_WAKE_DELAY_MS
7581
7585
  : ANIMATION_IDLE_LOW_FPS_DELAY_MS);
7582
7586
  this._lastAnimationLoopDelayMs = idleAnimationDelayMs;
7583
7587
  this._animationLoopExecuting = false;
@@ -7592,7 +7596,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
7592
7596
  hasPendingAnimationWakeWork !== true;
7593
7597
  if (shouldContinueLowFpsIdleCadence) {
7594
7598
  nextAnimationLoopDelayMs = shouldUseParticleAnimation30Fps === true
7595
- ? PARTICLE_THEME_IDLE_FRAME_DELAY_MS
7599
+ ? PARTICLE_THEME_IDLE_WAKE_DELAY_MS
7596
7600
  : ANIMATION_IDLE_LOW_FPS_DELAY_MS;
7597
7601
  this._lastAnimationLoopDelayMs = nextAnimationLoopDelayMs;
7598
7602
  this._animationLoopExecuting = false;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "mainAssemblyName": "MindExecution.Web",
3
3
  "resources": {
4
- "hash": "sha256-sDnKI4OUmJ72ejDB7f1Nz45Z59TiU/UmDappWg6tc/A=",
4
+ "hash": "sha256-KJFNFtka3NkB1eImFq2tHfpv8lxpOgkY+x3aRLN1WQg=",
5
5
  "fingerprinting": {
6
6
  "Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
7
7
  "Markdig.d1j7v41cl1.dll": "Markdig.dll",
@@ -122,16 +122,16 @@
122
122
  "System.brmz7yk5qh.dll": "System.dll",
123
123
  "netstandard.b50t77veor.dll": "netstandard.dll",
124
124
  "System.Private.CoreLib.wflwsce1yq.dll": "System.Private.CoreLib.dll",
125
- "MindExecution.Core.5oz806gln6.dll": "MindExecution.Core.dll",
126
- "MindExecution.Kernel.jfsc26t6jl.dll": "MindExecution.Kernel.dll",
127
- "MindExecution.Plugins.Admin.4f1hhljks9.dll": "MindExecution.Plugins.Admin.dll",
128
- "MindExecution.Plugins.Business.320s5nhcal.dll": "MindExecution.Plugins.Business.dll",
129
- "MindExecution.Plugins.Concept.mdxge25pcc.dll": "MindExecution.Plugins.Concept.dll",
130
- "MindExecution.Plugins.Directory.j0im38uwcb.dll": "MindExecution.Plugins.Directory.dll",
131
- "MindExecution.Plugins.PlanMaster.agi5e28akr.dll": "MindExecution.Plugins.PlanMaster.dll",
132
- "MindExecution.Plugins.YouTube.dhjioxusa0.dll": "MindExecution.Plugins.YouTube.dll",
133
- "MindExecution.Shared.2v0z3krjjz.dll": "MindExecution.Shared.dll",
134
- "MindExecution.Web.cn6dtudfnb.dll": "MindExecution.Web.dll",
125
+ "MindExecution.Core.cx2pre7qz2.dll": "MindExecution.Core.dll",
126
+ "MindExecution.Kernel.engfih12kr.dll": "MindExecution.Kernel.dll",
127
+ "MindExecution.Plugins.Admin.xfunemn9zi.dll": "MindExecution.Plugins.Admin.dll",
128
+ "MindExecution.Plugins.Business.ja94a5ze3i.dll": "MindExecution.Plugins.Business.dll",
129
+ "MindExecution.Plugins.Concept.3q05vzviqb.dll": "MindExecution.Plugins.Concept.dll",
130
+ "MindExecution.Plugins.Directory.re4jjs91d1.dll": "MindExecution.Plugins.Directory.dll",
131
+ "MindExecution.Plugins.PlanMaster.89etwfquz1.dll": "MindExecution.Plugins.PlanMaster.dll",
132
+ "MindExecution.Plugins.YouTube.aqf4vztjji.dll": "MindExecution.Plugins.YouTube.dll",
133
+ "MindExecution.Shared.9b1rucdxvv.dll": "MindExecution.Shared.dll",
134
+ "MindExecution.Web.ssp0n0xf1e.dll": "MindExecution.Web.dll",
135
135
  "dotnet.native.566r55w3xu.js": "dotnet.native.js",
136
136
  "dotnet.native.x6q5aixc38.wasm": "dotnet.native.wasm",
137
137
  "dotnet.js": "dotnet.js",
@@ -276,18 +276,18 @@
276
276
  "System.Xml.XDocument.sn51jas17n.dll": "sha256-GNI2kFgFmPTwzuzwUn8gxK+AzGLUWRJFdg9JzIbrybQ=",
277
277
  "System.brmz7yk5qh.dll": "sha256-CfM2miyj1KHApFmqMdLYWio3S/jrdON2pW9Xr2nTwlo=",
278
278
  "netstandard.b50t77veor.dll": "sha256-//jQGOXjb8ET8WtXgOJrAxLx6E7zDJ5RjRRutwkvmxo=",
279
- "MindExecution.Core.5oz806gln6.dll": "sha256-lX7hqlSSiSRsuJzB7h6Up9SpU7P3aYrJzVUcRdRR+IE=",
280
- "MindExecution.Kernel.jfsc26t6jl.dll": "sha256-74S9IXNNvnYGUwVboeyRuR6xqH/I4e2WffLD8UgpE7U=",
281
- "MindExecution.Plugins.Business.320s5nhcal.dll": "sha256-tR/+xIus4mOecil69Maf6AGTHlumlk/dH5WZ/GEGtoU=",
282
- "MindExecution.Plugins.Concept.mdxge25pcc.dll": "sha256-Bk0cG/bJei7/dkQaXTKuoJRwMKtRPnwB0jMS3S0fvhw=",
283
- "MindExecution.Plugins.PlanMaster.agi5e28akr.dll": "sha256-Vv0YylupqDzMMjXQix5ftpGgiUDMu2eU5gTdlx4RE+Y=",
284
- "MindExecution.Shared.2v0z3krjjz.dll": "sha256-HhIvs53kzsdIZmjzOS85TAGpqf02q5YkKPOBzhNDnp4=",
285
- "MindExecution.Web.cn6dtudfnb.dll": "sha256-GJizZu6YwEC8/Eyah+zm2NKrLxiUFLhdyyaC2nulYE8="
279
+ "MindExecution.Core.cx2pre7qz2.dll": "sha256-8EFO/TFkWPKbzUSyzzQIeKT0fk71BPeGO3g/dvd7CZ0=",
280
+ "MindExecution.Kernel.engfih12kr.dll": "sha256-9jfnnT82jALXP26g0LHu8YjZzTh89UizyEX3wI5qUmg=",
281
+ "MindExecution.Plugins.Business.ja94a5ze3i.dll": "sha256-9cmlPKva+jrkETDmhTjEHSM+nszmwAtPIp4G+r+rGUg=",
282
+ "MindExecution.Plugins.Concept.3q05vzviqb.dll": "sha256-6+0r+jjw4jZ1Agxqqsf1TReVQlpuT6DNbYqkBj05Lzg=",
283
+ "MindExecution.Plugins.PlanMaster.89etwfquz1.dll": "sha256-lDatg4Vdq8m5Vx6D59AbK2xgum/kX+BOYpP9PrsDo04=",
284
+ "MindExecution.Shared.9b1rucdxvv.dll": "sha256-myKnzVHRh2/FxULDWFV9yjDJo6fya9ResEBr55VJGWA=",
285
+ "MindExecution.Web.ssp0n0xf1e.dll": "sha256-ZDaCfRaCps+ABQqwNbjgu9pxQ73Nv3IdFCZxaILfp6Q="
286
286
  },
287
287
  "lazyAssembly": {
288
- "MindExecution.Plugins.Admin.4f1hhljks9.dll": "sha256-cHb6YLLKQ2QnzRL09Eux4VNMT1JsIEp26oC268O6nQA=",
289
- "MindExecution.Plugins.Directory.j0im38uwcb.dll": "sha256-s+f1K8cPkx8ka/lb7avZJT3loPtovkl/qXJLkY3j31M=",
290
- "MindExecution.Plugins.YouTube.dhjioxusa0.dll": "sha256-IU/ga79SCspsZ+TeN38Y/SBfu+mzhb0jtRu4gnlj9s4="
288
+ "MindExecution.Plugins.Admin.xfunemn9zi.dll": "sha256-3Y/3h1JaubYdkbknLZQg5Tbg0oq6u1vSap2Sxf+cUkQ=",
289
+ "MindExecution.Plugins.Directory.re4jjs91d1.dll": "sha256-E1C1OEOE50l/Gk2iZR4Er1XhuebJ4fAt5CJK/vNrCAQ=",
290
+ "MindExecution.Plugins.YouTube.aqf4vztjji.dll": "sha256-XlyPzONOki6JuUOiazObfQP2Cnh29HpqtN4HGYrG/eU="
291
291
  }
292
292
  },
293
293
  "cacheBootResources": true,
@@ -614,7 +614,7 @@
614
614
  }
615
615
 
616
616
  const base = '_content/MindExecution.Shared/js/';
617
- const scriptVersion = '20260822-selection-particle-title-v981';
617
+ const scriptVersion = '20260822-particle-30fps-v982';
618
618
  const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
619
619
  console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
620
620
  const criticalScripts = [
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "rBmrDqka",
2
+ "version": "HPm7rkFu",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -90,7 +90,7 @@ self.assetsManifest = {
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-board-render-ownership.js"
91
91
  },
92
92
  {
93
- "hash": "sha256-ND0JQLzUTqTCz2C0tjAzZmUZbMlvFfVzXfgEq/rPumU=",
93
+ "hash": "sha256-4pOmo9eR52ndvYD21w2oJ+H20sGk6evm6LgmJH3s9RI=",
94
94
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
95
95
  },
96
96
  {
@@ -446,44 +446,44 @@ self.assetsManifest = {
446
446
  "url": "_framework/MimeMapping.og9ys58ylm.dll"
447
447
  },
448
448
  {
449
- "hash": "sha256-lX7hqlSSiSRsuJzB7h6Up9SpU7P3aYrJzVUcRdRR+IE=",
450
- "url": "_framework/MindExecution.Core.5oz806gln6.dll"
449
+ "hash": "sha256-8EFO/TFkWPKbzUSyzzQIeKT0fk71BPeGO3g/dvd7CZ0=",
450
+ "url": "_framework/MindExecution.Core.cx2pre7qz2.dll"
451
451
  },
452
452
  {
453
- "hash": "sha256-74S9IXNNvnYGUwVboeyRuR6xqH/I4e2WffLD8UgpE7U=",
454
- "url": "_framework/MindExecution.Kernel.jfsc26t6jl.dll"
453
+ "hash": "sha256-9jfnnT82jALXP26g0LHu8YjZzTh89UizyEX3wI5qUmg=",
454
+ "url": "_framework/MindExecution.Kernel.engfih12kr.dll"
455
455
  },
456
456
  {
457
- "hash": "sha256-cHb6YLLKQ2QnzRL09Eux4VNMT1JsIEp26oC268O6nQA=",
458
- "url": "_framework/MindExecution.Plugins.Admin.4f1hhljks9.dll"
457
+ "hash": "sha256-3Y/3h1JaubYdkbknLZQg5Tbg0oq6u1vSap2Sxf+cUkQ=",
458
+ "url": "_framework/MindExecution.Plugins.Admin.xfunemn9zi.dll"
459
459
  },
460
460
  {
461
- "hash": "sha256-tR/+xIus4mOecil69Maf6AGTHlumlk/dH5WZ/GEGtoU=",
462
- "url": "_framework/MindExecution.Plugins.Business.320s5nhcal.dll"
461
+ "hash": "sha256-9cmlPKva+jrkETDmhTjEHSM+nszmwAtPIp4G+r+rGUg=",
462
+ "url": "_framework/MindExecution.Plugins.Business.ja94a5ze3i.dll"
463
463
  },
464
464
  {
465
- "hash": "sha256-Bk0cG/bJei7/dkQaXTKuoJRwMKtRPnwB0jMS3S0fvhw=",
466
- "url": "_framework/MindExecution.Plugins.Concept.mdxge25pcc.dll"
465
+ "hash": "sha256-6+0r+jjw4jZ1Agxqqsf1TReVQlpuT6DNbYqkBj05Lzg=",
466
+ "url": "_framework/MindExecution.Plugins.Concept.3q05vzviqb.dll"
467
467
  },
468
468
  {
469
- "hash": "sha256-s+f1K8cPkx8ka/lb7avZJT3loPtovkl/qXJLkY3j31M=",
470
- "url": "_framework/MindExecution.Plugins.Directory.j0im38uwcb.dll"
469
+ "hash": "sha256-E1C1OEOE50l/Gk2iZR4Er1XhuebJ4fAt5CJK/vNrCAQ=",
470
+ "url": "_framework/MindExecution.Plugins.Directory.re4jjs91d1.dll"
471
471
  },
472
472
  {
473
- "hash": "sha256-Vv0YylupqDzMMjXQix5ftpGgiUDMu2eU5gTdlx4RE+Y=",
474
- "url": "_framework/MindExecution.Plugins.PlanMaster.agi5e28akr.dll"
473
+ "hash": "sha256-lDatg4Vdq8m5Vx6D59AbK2xgum/kX+BOYpP9PrsDo04=",
474
+ "url": "_framework/MindExecution.Plugins.PlanMaster.89etwfquz1.dll"
475
475
  },
476
476
  {
477
- "hash": "sha256-IU/ga79SCspsZ+TeN38Y/SBfu+mzhb0jtRu4gnlj9s4=",
478
- "url": "_framework/MindExecution.Plugins.YouTube.dhjioxusa0.dll"
477
+ "hash": "sha256-XlyPzONOki6JuUOiazObfQP2Cnh29HpqtN4HGYrG/eU=",
478
+ "url": "_framework/MindExecution.Plugins.YouTube.aqf4vztjji.dll"
479
479
  },
480
480
  {
481
- "hash": "sha256-HhIvs53kzsdIZmjzOS85TAGpqf02q5YkKPOBzhNDnp4=",
482
- "url": "_framework/MindExecution.Shared.2v0z3krjjz.dll"
481
+ "hash": "sha256-myKnzVHRh2/FxULDWFV9yjDJo6fya9ResEBr55VJGWA=",
482
+ "url": "_framework/MindExecution.Shared.9b1rucdxvv.dll"
483
483
  },
484
484
  {
485
- "hash": "sha256-GJizZu6YwEC8/Eyah+zm2NKrLxiUFLhdyyaC2nulYE8=",
486
- "url": "_framework/MindExecution.Web.cn6dtudfnb.dll"
485
+ "hash": "sha256-ZDaCfRaCps+ABQqwNbjgu9pxQ73Nv3IdFCZxaILfp6Q=",
486
+ "url": "_framework/MindExecution.Web.ssp0n0xf1e.dll"
487
487
  },
488
488
  {
489
489
  "hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
@@ -802,7 +802,7 @@ self.assetsManifest = {
802
802
  "url": "_framework/Websocket.Client.vapounvmnl.dll"
803
803
  },
804
804
  {
805
- "hash": "sha256-RoOqCtF/Mt8lbyMaWb/5zrdLv2xxadGnJ6hYfTEiXxk=",
805
+ "hash": "sha256-FJ2gsz9lGPZl29F+ZSruUfQrC5QUJInrPE4cjp4038s=",
806
806
  "url": "_framework/blazor.boot.json"
807
807
  },
808
808
  {
@@ -878,7 +878,7 @@ self.assetsManifest = {
878
878
  "url": "icon-512.png"
879
879
  },
880
880
  {
881
- "hash": "sha256-5iVGkYozM42Y2ths+0zgMYehxk0R4xHBfFkcFiLI1JE=",
881
+ "hash": "sha256-iS15ehBSXbGhfHEXPokEUpM+j8nq0cE3xDxvFpSfa7A=",
882
882
  "url": "index.html"
883
883
  },
884
884
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: rBmrDqka */
1
+ /* Manifest version: HPm7rkFu */
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