@mindexec/cli 0.2.333 → 0.2.335

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.333",
3
+ "version": "0.2.335",
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 = '20260621-remote-fleet-flat-guard-v817';
8
+ const MINDMAP_CORE_BUILD_ID = '20260621-live-surface-motion-flat-guard-v819';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -933,9 +933,29 @@
933
933
  }
934
934
 
935
935
  const rotation = camera.rotation || {};
936
- return Math.abs(Number(rotation.x || 0)) <= 1e-5 &&
937
- Math.abs(Number(rotation.y || 0)) <= 1e-5 &&
938
- Math.abs(Number(rotation.z || 0)) <= 1e-5;
936
+ if (Math.abs(Number(rotation.x || 0)) > 1e-5 ||
937
+ Math.abs(Number(rotation.y || 0)) > 1e-5 ||
938
+ Math.abs(Number(rotation.z || 0)) > 1e-5) {
939
+ return false;
940
+ }
941
+
942
+ return hasUnsafeVisibleCss3dFlatCameraSurface(module) !== true;
943
+ }
944
+
945
+ function hasUnsafeVisibleCss3dFlatCameraSurface(module) {
946
+ const visibleEntries = collectVisibleCss3dEntriesForSettledFlatScene(module);
947
+ const entries = visibleEntries.entries;
948
+ if (!Array.isArray(entries) || entries.length === 0) {
949
+ return false;
950
+ }
951
+
952
+ for (const entry of entries) {
953
+ if (isCss3dEntryUnsafeForSettledFlatScene(entry) === true) {
954
+ return true;
955
+ }
956
+ }
957
+
958
+ return false;
939
959
  }
940
960
 
941
961
  function isCss3dEntryRenderableForFlatScene(entry) {
@@ -51,7 +51,7 @@
51
51
  // ▲▲▲ [Usage] ▲▲▲
52
52
 
53
53
  // Procedural line rendering settings
54
- const LOD_RENDERER_BUILD_ID = '20260621-remote-fleet-flat-guard-v817';
54
+ const LOD_RENDERER_BUILD_ID = '20260621-live-surface-motion-flat-guard-v819';
55
55
  const DirtyKind = Object.freeze({
56
56
  ResidentFullRebuild: 'resident-full-rebuild',
57
57
  ResidentPatch: 'resident-patch',
@@ -6199,16 +6199,12 @@
6199
6199
  );
6200
6200
  }
6201
6201
 
6202
- if (entry.cssObject) {
6203
- this._showNodeCss3d(entry, module);
6204
- processedCount++;
6205
- } else {
6206
- const alreadyQueued = this._css3dQueuedMap.has(nodeId);
6207
- this._enqueueCss3dBuild(entry, module, true);
6208
- if (!alreadyQueued) {
6209
- processedCount++;
6210
- }
6211
- }
6202
+ // NEAR/NORMAL is the readable path. Build and reveal the
6203
+ // visible CSS3D surface in-place so the expanded NORMAL
6204
+ // band cannot show a blank low-detail shell while a
6205
+ // deferred queue waits for motion/cooldown.
6206
+ this._showNodeCss3d(entry, module);
6207
+ processedCount++;
6212
6208
  }
6213
6209
  });
6214
6210
 
@@ -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=20260621-remote-fleet-flat-guard-v817" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-remote-fleet-flat-guard-v817" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260621-live-surface-motion-flat-guard-v819" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-live-surface-motion-flat-guard-v819" />
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 = '20260621-remote-fleet-flat-guard-v817';
582
+ const scriptVersion = '20260621-live-surface-motion-flat-guard-v819';
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": "QlhDFUWA",
2
+ "version": "+2wYVwcD",
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-/jQH/gQsGeFFq3YYK8HUWI5VMRDgFypdi3RXUvKcI/A=",
81
+ "hash": "sha256-yVJwG659ROgSb0WXRPR04D3uI5dDoqZZcracSdq92qI=",
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-BnNYgQ1Xox84ONaqI/KpxNrUED/fnP6zahXqiE72lS4=",
117
+ "hash": "sha256-wPOENbEHb4bUCBBSlwdwH2IHZRHblliQVFO8p+9+jMY=",
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-Ce7sOA795xMWTdeqE6R7eC4FAPEHUTlqOIiKCW9GQgE=",
837
+ "hash": "sha256-vAUasi7DPHCqS35l8tqs7Mp5Yg4mlKfEGTvBcdIwxRw=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: QlhDFUWA */
1
+ /* Manifest version: +2wYVwcD */
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