@mindexec/cli 0.2.252 → 0.2.253

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.252",
3
+ "version": "0.2.253",
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-zoom-local-grid-v699';
8
+ const MINDMAP_CORE_BUILD_ID = '20260620-ua-zoom-motion-lite-v700';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -1412,7 +1412,6 @@
1412
1412
  module.isDraggingMultipleNodes === true ||
1413
1413
  module.isResizing === true ||
1414
1414
  module.isWindowResizing === true ||
1415
- module.useAnimation60Fps === true ||
1416
1415
  !module.camera) {
1417
1416
  return false;
1418
1417
  }
@@ -2937,13 +2937,23 @@
2937
2937
 
2938
2938
  const dirtyPositionCount = this._dirtyPositionIds?.size || 0;
2939
2939
  const pendingSelectionCount = this._pendingSelectionRefreshIds?.size || 0;
2940
- const imageAtlasQueued = this._imageAtlasQueuedIds?.size || 0;
2941
- const imageAtlasLoading = this._imageAtlasLoadingIds?.size || 0;
2942
- const imageAtlasReady = this._imageAtlasBatchReadyIds?.size || 0;
2943
- const lineDetailRestorePending =
2944
- ENABLE_INSTANCED_TEXT_LINES === true &&
2945
- this._lineDetailsPatchPending === true &&
2946
- lodBand === 'MID';
2940
+ const hasDeferredVisualPatchWork = !!(
2941
+ this._imageAtlasRebuildPending === true ||
2942
+ (this._imageAtlasQueuedIds?.size || 0) > 0 ||
2943
+ (this._imageAtlasLoadingIds?.size || 0) > 0 ||
2944
+ (this._imageAtlasBatchReadyIds?.size || 0) > 0 ||
2945
+ this._imageAtlasBatchActive === true ||
2946
+ this._lodCleanupPending === true ||
2947
+ this._postLoadVisualSyncPending === true ||
2948
+ this._deferLineRestorePending === true ||
2949
+ (ENABLE_INSTANCED_TEXT_LINES === true &&
2950
+ this._lineDetailsPatchPending === true &&
2951
+ lodBand === 'MID') ||
2952
+ this._pendingLodVisibilityVersion >= 0
2953
+ );
2954
+ if (hasDeferredVisualPatchWork) {
2955
+ this._residentCameraOnlyDeferredVisualWork = true;
2956
+ }
2947
2957
 
2948
2958
  return !(
2949
2959
  this._instancesDirty === true ||
@@ -2952,17 +2962,7 @@
2952
2962
  this._isNodeArrayDirty === true ||
2953
2963
  dirtyPositionCount > 0 ||
2954
2964
  pendingSelectionCount > 0 ||
2955
- this._imageAtlasRebuildPending === true ||
2956
- imageAtlasQueued > 0 ||
2957
- imageAtlasLoading > 0 ||
2958
- imageAtlasReady > 0 ||
2959
- this._imageAtlasBatchActive === true ||
2960
- this._lodCleanupPending === true ||
2961
- this._postLoadVisualSyncPending === true ||
2962
- this._residentRebuildPending === true ||
2963
- this._deferLineRestorePending === true ||
2964
- lineDetailRestorePending === true ||
2965
- this._pendingLodVisibilityVersion >= 0
2965
+ this._residentRebuildPending === true
2966
2966
  );
2967
2967
  }
2968
2968
 
@@ -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-zoom-local-grid-v699" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-wheel-zoom-local-grid-v699" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260620-ua-zoom-motion-lite-v700" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-ua-zoom-motion-lite-v700" />
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-zoom-local-grid-v699';
582
+ const scriptVersion = '20260620-ua-zoom-motion-lite-v700';
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": "Ed1ZH6Ns",
2
+ "version": "cbeRCxCY",
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-1D8Eo9F7fkHRMUBj3KFHIEc327cNvsZX6Au7KTxoq54=",
81
+ "hash": "sha256-lrCuOWm7tbksmYX4rJyM8v8JMFcbXZJk9wBLV3cqkx8=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -114,7 +114,7 @@
114
114
  "url": "_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js"
115
115
  },
116
116
  {
117
- "hash": "sha256-CkbATXEMdPSeKddXjOucy20mJm9vY2Sbn4I8/uQiCeg=",
117
+ "hash": "sha256-GV55pbSXnKE79f7Fvjh995B6wrzgPmh6BUWD26/RlCA=",
118
118
  "url": "_content/MindExecution.Shared/js/mind-map-lod-renderer.js"
119
119
  },
120
120
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-j7gWJiJRGm1VqT1AKNT1x23gyK8zzDo86AYXFi9ZJUY=",
837
+ "hash": "sha256-AYdDosbesyW2YOj7H3N2TFgxxb+lX8Rv5EkqLcUorjY=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: Ed1ZH6Ns */
1
+ /* Manifest version: cbeRCxCY */
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