@mindexec/cli 0.2.251 → 0.2.252

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": "@mindexec/cli",
3
- "version": "0.2.251",
3
+ "version": "0.2.252",
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 = '20260620-flat-css3d-zoom-v698';
8
+ const MINDMAP_CORE_BUILD_ID = '20260620-wheel-zoom-local-grid-v699';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -492,10 +492,10 @@
492
492
  }
493
493
 
494
494
  // Static backgrounds can move as a single viewport surface. Continuous
495
- // particle themes keep real animation only when the user explicitly asks
496
- // for 60fps animation; the default work mode reuses the last WebGL
497
- // surface during camera motion so one animated background cannot dominate
498
- // pan/zoom cost on low-power GPUs.
495
+ // particle themes keep real animation during non-zoom camera motion only
496
+ // when the user explicitly asks for 60fps animation; active wheel zoom
497
+ // freezes the WebGL surface separately so raw wheel cadence cannot be
498
+ // dominated by background rendering.
499
499
  if (isContinuousBackgroundTheme(module) === true) {
500
500
  return module?.useAnimation60Fps !== true;
501
501
  }
@@ -506,7 +506,6 @@
506
506
  function shouldFreezeWebglSurfaceForZoom(module) {
507
507
  return !!(
508
508
  module?.isZooming === true &&
509
- module?.useAnimation60Fps !== true &&
510
509
  module?._lastWebglRenderedCameraState
511
510
  );
512
511
  }
@@ -3984,7 +3983,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
3984
3983
  layer.style.willChange = 'transform, opacity';
3985
3984
  layer.style.transform = 'translate3d(0, 0, 0)';
3986
3985
  layer.style.transition = 'opacity 90ms linear';
3987
- const mask = 'radial-gradient(circle at center, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.86) 32%, rgba(0,0,0,0.42) 58%, rgba(0,0,0,0.08) 78%, transparent 100%)';
3986
+ const mask = 'radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 28%, rgba(0,0,0,0.52) 50%, rgba(0,0,0,0.18) 70%, rgba(0,0,0,0.04) 86%, transparent 100%)';
3988
3987
  layer.style.maskImage = mask;
3989
3988
  layer.style.webkitMaskImage = mask;
3990
3989
 
@@ -7,8 +7,8 @@
7
7
  <title>MindExec | Business Execution OS for solo builders</title>
8
8
  <meta name="description" content="MindExec is an AI business execution OS for solo builders who want to turn notes, research, assets, and repeatable execution Skills into revenue-producing work." />
9
9
  <base href="/" />
10
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260620-flat-css3d-zoom-v698" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-flat-css3d-zoom-v698" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260620-wheel-zoom-local-grid-v699" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-wheel-zoom-local-grid-v699" />
12
12
  <!-- ?占썩뼹??Font Awesome (local) ?占썩뼹??-->
13
13
  <link rel="stylesheet" href="_content/MindExecution.Shared/lib/font-awesome/css/all.min.css" />
14
14
  <!-- ?占썩뼯??-->
@@ -579,7 +579,7 @@
579
579
  }
580
580
 
581
581
  const base = '_content/MindExecution.Shared/js/';
582
- const scriptVersion = '20260620-flat-css3d-zoom-v698';
582
+ const scriptVersion = '20260620-wheel-zoom-local-grid-v699';
583
583
  const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
584
584
  console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
585
585
  const criticalScripts = [
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "33ownALV",
2
+ "version": "Ed1ZH6Ns",
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-jDu+wKwx2c3EsR3/k3iRzYlFnMJDioCOC1NpETVqRnA=",
81
+ "hash": "sha256-1D8Eo9F7fkHRMUBj3KFHIEc327cNvsZX6Au7KTxoq54=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-kRfC28AL9LLXfW4M5tmMqFgRUHQ2nVhJSKnxZnA8Hec=",
837
+ "hash": "sha256-j7gWJiJRGm1VqT1AKNT1x23gyK8zzDo86AYXFi9ZJUY=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: 33ownALV */
1
+ /* Manifest version: Ed1ZH6Ns */
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