@mindexec/cli 0.2.237 → 0.2.238

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.237",
3
+ "version": "0.2.238",
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-direct-wheel-target-v684';
8
+ const MINDMAP_CORE_BUILD_ID = '20260620-zoom-local-grid-lite-v685';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -3985,6 +3985,17 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
3985
3985
  const layerLeft = centerX - LOCAL_SNAP_GRID_RADIUS_PX;
3986
3986
  const layerTop = centerY - LOCAL_SNAP_GRID_RADIUS_PX;
3987
3987
 
3988
+ if (this.isZooming === true && !!this._lastLocalSnapGridKey) {
3989
+ const transformKey = `${Math.round(layerLeft * 2)}|${Math.round(layerTop * 2)}`;
3990
+ if (transformKey !== this._lastLocalSnapGridTransformKey) {
3991
+ this._lastLocalSnapGridTransformKey = transformKey;
3992
+ layer.style.transform = `translate3d(${layerLeft.toFixed(2)}px, ${layerTop.toFixed(2)}px, 0)`;
3993
+ }
3994
+ this._localSnapGridStyleDeferredForZoom = true;
3995
+ this._setLocalSnapGridVisible(true, this._lastLocalSnapGridOpacity || null);
3996
+ return true;
3997
+ }
3998
+
3988
3999
  const camera = this.camera;
3989
4000
  const cameraZ = Math.max(1, Number(camera.position?.z || 1));
3990
4001
  const vfov = (Number(camera.fov || 45) * Math.PI) / 180;
@@ -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-direct-wheel-target-v684" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-direct-wheel-target-v684" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260620-zoom-local-grid-lite-v685" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-zoom-local-grid-lite-v685" />
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-direct-wheel-target-v684';
582
+ const scriptVersion = '20260620-zoom-local-grid-lite-v685';
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": "IIlS3KHe",
2
+ "version": "m2eA1tax",
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-H18/XyewvO9SVFS2nO2dPoQYGBOE/gJePFFzWFPczrQ=",
81
+ "hash": "sha256-5uOvUmP/bBUruRKwPYeRMGSc+c3Rveqs6U7ndyiQjrE=",
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-8EJKzxPGCZ5nFiB8Ic8rgWorCpmj242yBNF2UuI0cUA=",
837
+ "hash": "sha256-QgNQBZwjpGf0YLj7chbJtEILZGBPVgczuWESdif4sMk=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: IIlS3KHe */
1
+ /* Manifest version: m2eA1tax */
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