@mindexec/cli 0.2.240 → 0.2.241

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.240",
3
+ "version": "0.2.241",
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-wheel-local-grid-v687';
8
+ const MINDMAP_CORE_BUILD_ID = '20260620-early-zoom-settle-v688';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -1359,6 +1359,13 @@
1359
1359
  return false;
1360
1360
  }
1361
1361
 
1362
+ module._viewSyncMotionActive = true;
1363
+ module._cameraMovingThisFrame = false;
1364
+ module._passiveOverlayResumeAt = Math.max(
1365
+ Number(module._passiveOverlayResumeAt || 0),
1366
+ frameStart + PASSIVE_OVERLAY_IDLE_DELAY_MS
1367
+ );
1368
+
1362
1369
  const forceUpdateFrames = Math.max(0, Number(module._forceUpdateFrames || 0));
1363
1370
  const cameraNavigationForceFrames = Math.max(0, Number(module._cameraNavigationForceFrames || 0));
1364
1371
  const hasForcedUpdate = forceUpdateFrames > 0;
@@ -6073,6 +6080,18 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
6073
6080
  // ▲▲▲ [Fix] ▲▲▲
6074
6081
  _profileSection('state');
6075
6082
 
6083
+ if (tryRunZoomSettleIdleFrame(
6084
+ this,
6085
+ loop,
6086
+ frameStart,
6087
+ isCameraMoving,
6088
+ shouldCaptureFramePerf,
6089
+ _frameProfTimes,
6090
+ _profileSection
6091
+ ) === true) {
6092
+ return;
6093
+ }
6094
+
6076
6095
  if (isCameraMoving !== this.prevIsCameraMoving) {
6077
6096
  const shouldSyncCss3dWillChangeForCameraMotion =
6078
6097
  this.renderDebugFlags?.enableCss3dWillChange === true;
@@ -6182,17 +6201,6 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
6182
6201
  // 3. Unified Visibility & LOD Pass (One Loop to Rule Them All)
6183
6202
  // ----------------------------------------------------------------
6184
6203
  this.frameCount = (this.frameCount || 0) + 1;
6185
- if (tryRunZoomSettleIdleFrame(
6186
- this,
6187
- loop,
6188
- frameStart,
6189
- isCameraMoving,
6190
- shouldCaptureFramePerf,
6191
- _frameProfTimes,
6192
- _profileSection
6193
- ) === true) {
6194
- return;
6195
- }
6196
6204
  if (tryRunUltraEarlyCameraOnlyFrame(
6197
6205
  this,
6198
6206
  loop,
@@ -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-wheel-local-grid-v687" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-wheel-local-grid-v687" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260620-early-zoom-settle-v688" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-early-zoom-settle-v688" />
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-wheel-local-grid-v687';
582
+ const scriptVersion = '20260620-early-zoom-settle-v688';
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": "I0AXIJjK",
2
+ "version": "Azpij/Ze",
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-8p7OvkuyBw73fQofCagjgfFiJjChW3CNNjVXLPnB4gI=",
81
+ "hash": "sha256-UuGoFLXc/GlZ4MRTa3KygAqSXdKp0rkEhfqTbPiEU+0=",
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-nh71RuG23un6F40UEbFST44+bBlneJzI8Iq89UahHPQ=",
837
+ "hash": "sha256-AaY4BAWdgzWIRXmu8ejn54Xy3cJR6KUId17pr2C5m38=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: I0AXIJjK */
1
+ /* Manifest version: Azpij/Ze */
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