@mindexec/cli 0.2.319 → 0.2.321

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.319",
3
+ "version": "0.2.321",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -68,6 +68,7 @@
68
68
  --mind-node-selection-edge-rgb: 37, 99, 235;
69
69
  --mind-node-selection-glow-rgb: 59, 130, 246;
70
70
  --mind-node-selection-glow-soft-rgb: 191, 219, 254;
71
+ --mind-node-static-edge: #111827;
71
72
  --node-selection-glow-rgb: 59, 130, 246;
72
73
  --node-selection-glow-rgb-soft: 191, 219, 254;
73
74
  }
@@ -1491,7 +1492,7 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1491
1492
  background: rgba(255, 255, 255, 0.985) !important;
1492
1493
  background-color: rgba(255, 255, 255, 0.985) !important;
1493
1494
  background-image: none !important;
1494
- border: 1px solid rgba(55, 65, 81, 0.28) !important;
1495
+ border: 1px solid var(--mind-node-static-edge) !important;
1495
1496
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
1496
1497
  border-radius: 2px !important;
1497
1498
  outline: none !important;
@@ -1499,7 +1500,7 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1499
1500
 
1500
1501
  .mind-map-text-overlay-v2-card.is-passive[data-content-type="memo"],
1501
1502
  .mind-map-text-overlay-v2-card.is-passive[data-content-type="note"] {
1502
- border-color: rgba(17, 24, 39, 0.22) !important;
1503
+ border-color: var(--mind-node-static-edge) !important;
1503
1504
  border-radius: 6px !important;
1504
1505
  }
1505
1506
 
@@ -2070,8 +2071,8 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
2070
2071
  background: transparent !important;
2071
2072
  background-color: transparent !important;
2072
2073
  background-image: none !important;
2073
- border-color: rgba(17, 24, 39, 0.22) !important;
2074
- outline-color: rgba(17, 24, 39, 0.22) !important;
2074
+ border-color: var(--mind-node-static-edge) !important;
2075
+ outline-color: var(--mind-node-static-edge) !important;
2075
2076
  box-shadow: none !important;
2076
2077
  }
2077
2078
 
@@ -3477,13 +3478,13 @@ html body .css3d-resolution-wrapper.node-type-embed .map-node.selected {
3477
3478
  outline-offset: 0 !important;
3478
3479
  }
3479
3480
 
3480
- /* Text nodes keep a visible but alpha-soft edge now that decorative glow/shadow is gone.
3481
+ /* Text nodes keep the same dark edge in motion and settled states now that decorative glow/shadow is gone.
3481
3482
  Keep this scoped away from template, MDM, media, CSV, and remote-control cards. */
3482
3483
  html body .css3d-resolution-wrapper > .map-node-bubble,
3483
3484
  html body .css3d-resolution-wrapper > .map-node-note,
3484
3485
  html body .css3d-resolution-wrapper > .map-node-code,
3485
3486
  html body .css3d-resolution-wrapper > .map-node-memo:not(.map-node-agent):not(.map-node-automation):not(.map-node-template-card):not(.map-node-remote-fleet) {
3486
- border: 1px solid rgba(17, 24, 39, 0.22) !important;
3487
+ border: 1px solid var(--mind-node-static-edge) !important;
3487
3488
  -webkit-box-shadow: none !important;
3488
3489
  box-shadow: none !important;
3489
3490
  -webkit-filter: none !important;
@@ -3524,7 +3525,7 @@ html body .css3d-resolution-wrapper > .map-node-automation:focus-within:not(.map
3524
3525
  }
3525
3526
 
3526
3527
  /* Final node edge policy:
3527
- - unselected text-like surfaces use a soft dark edge because glow is removed
3528
+ - unselected text-like surfaces use a shared dark edge because glow is removed
3528
3529
  - selected nodes, including AI task nodes, use the same blue edge as notes */
3529
3530
  html body .css3d-resolution-wrapper.node-type-text > .map-node,
3530
3531
  html body .css3d-resolution-wrapper.node-type-markdown > .map-node,
@@ -3534,7 +3535,7 @@ html body .css3d-resolution-wrapper > .map-node-agent:not(.map-node-template-car
3534
3535
  html body .css3d-resolution-wrapper > .map-node-automation:not(.map-node-template-card):not(.map-node-remote-fleet),
3535
3536
  html body .mind-map-text-overlay-v2-shell.type-text,
3536
3537
  html body .mind-map-text-overlay-v2-shell.type-markdown {
3537
- border: 1px solid rgba(17, 24, 39, 0.22) !important;
3538
+ border: 1px solid var(--mind-node-static-edge) !important;
3538
3539
  -webkit-box-shadow: none !important;
3539
3540
  box-shadow: none !important;
3540
3541
  -webkit-filter: none !important;
@@ -3574,7 +3575,7 @@ html body .css3d-resolution-wrapper.lod-low > .map-node-agent:not(.map-node-temp
3574
3575
  html body .css3d-resolution-wrapper.lod-low > .map-node-automation:not(.map-node-template-card):not(.map-node-remote-fleet) {
3575
3576
  background: rgba(255, 255, 255, 0.92) !important;
3576
3577
  border: 0 !important;
3577
- outline: 1px solid rgba(17, 24, 39, 0.22) !important;
3578
+ outline: 1px solid var(--mind-node-static-edge) !important;
3578
3579
  outline-offset: 0 !important;
3579
3580
  -webkit-box-shadow: none !important;
3580
3581
  box-shadow: none !important;
@@ -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-pan-hit-edge-v803';
8
+ const MINDMAP_CORE_BUILD_ID = '20260621-ref-lod-ranges-v805';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -1335,7 +1335,8 @@ window.MindMapInteractions = (function () {
1335
1335
 
1336
1336
  // LOD 모드(MID/FAR)인 경우 CSS3D를 즉시 숨김
1337
1337
  const cameraZ = module.camera?.position?.z || 0;
1338
- const isInLodMode = cameraZ >= 5000; // LOD_THRESHOLDS.MID = 5000
1338
+ const lodThreshold = Number(window.LODRenderer?.LOD_THRESHOLDS?.MID ?? window.LODRenderer?.LOD_THRESHOLD_NEAR ?? 12000);
1339
+ const isInLodMode = cameraZ >= lodThreshold;
1339
1340
 
1340
1341
  if (isInLodMode && module.lodRenderer) {
1341
1342
  // CSS3D 즉시 숨김
@@ -7577,7 +7578,8 @@ window.MindMapInteractions = (function () {
7577
7578
 
7578
7579
  // LOD 모드(MID/FAR)인 경우 CSS3D를 즉시 숨김
7579
7580
  const cameraZ = module.camera?.position?.z || 0;
7580
- const isInLodMode = cameraZ >= 5000; // LOD_THRESHOLDS.MID = 5000
7581
+ const lodThreshold = Number(window.LODRenderer?.LOD_THRESHOLDS?.MID ?? window.LODRenderer?.LOD_THRESHOLD_NEAR ?? 12000);
7582
+ const isInLodMode = cameraZ >= lodThreshold;
7581
7583
 
7582
7584
  if (isInLodMode && module.lodRenderer) {
7583
7585
  // CSS3D 즉시 숨김
@@ -13,13 +13,13 @@
13
13
  // LOD thresholds (explicit bands)
14
14
  const LOD_THRESHOLDS = {
15
15
  NEAR: 4500, // ~4500: DOM overlay + CSS3D
16
- NORMAL: 4500, // Legacy alias; NORMAL no longer keeps a scaled CSS3D band.
17
- MID: 4500, // 4500~30000: resident instanced nodes + line silhouettes
16
+ NORMAL: 12000, // 4500~12000: CSS3D only
17
+ MID: 12000, // 12000~30000: instanced text lines + nodes
18
18
  FAR: 30000 // 30000~: nodes only (lines hidden)
19
19
  };
20
-
21
- // Backward-compatible pivot (used by legacy LOD switch)
22
- const LOD_THRESHOLD_FAR = LOD_THRESHOLDS.MID; // Switch to resident LOD past this
20
+
21
+ // Backward-compatible pivot (used by legacy LOD switch)
22
+ const LOD_THRESHOLD_FAR = LOD_THRESHOLDS.MID; // Switch to LOD past this
23
23
  const LOD_THRESHOLD_NEAR = LOD_THRESHOLDS.MID; // Switch to full-res before this
24
24
  function isDocumentHidden() {
25
25
  return typeof document !== 'undefined' && document.visibilityState === 'hidden';
@@ -45,13 +45,13 @@
45
45
  }
46
46
  return 'NEAR';
47
47
  }
48
-
48
+
49
49
  // ▼▼▼ [Usage] Distance Threshold for Titles ▼▼▼
50
50
  const TITLE_VISIBLE_DISTANCE = 600; // Only show titles when camera is VERY close (Zoom Level 1~2)
51
51
  // ▲▲▲ [Usage] ▲▲▲
52
52
 
53
53
  // Procedural line rendering settings
54
- const LOD_RENDERER_BUILD_ID = '20260621-pan-hit-edge-v803';
54
+ const LOD_RENDERER_BUILD_ID = '20260621-ref-lod-ranges-v805';
55
55
  const DirtyKind = Object.freeze({
56
56
  ResidentFullRebuild: 'resident-full-rebuild',
57
57
  ResidentPatch: 'resident-patch',
@@ -6016,7 +6016,7 @@
6016
6016
 
6017
6017
  } else {
6018
6018
  perfTime('fullResSetup', () => {
6019
- // Full-res: NEAR only. NORMAL is intentionally collapsed into resident MID.
6019
+ // Full-res: NEAR / NORMAL. MID/FAR use resident instances.
6020
6020
  const tNearStart = performance.now();
6021
6021
  if (this.instancedHaloMesh) this.instancedHaloMesh.visible = false;
6022
6022
  if (this.instancedConsoleMesh) this.instancedConsoleMesh.visible = false;
@@ -265,8 +265,8 @@
265
265
  const cameraZ = Number(module?.camera?.position?.z || 0);
266
266
  const thresholds = globalThis.LODRenderer?.LOD_THRESHOLDS || {
267
267
  NEAR: 4500,
268
- NORMAL: 4500,
269
- MID: 4500,
268
+ NORMAL: 12000,
269
+ MID: 12000,
270
270
  FAR: 30000
271
271
  };
272
272
 
@@ -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-pan-hit-edge-v803" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-pan-hit-edge-v803" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260621-ref-lod-ranges-v805" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-ref-lod-ranges-v805" />
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-pan-hit-edge-v803';
582
+ const scriptVersion = '20260621-ref-lod-ranges-v805';
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": "eA7xDZQG",
2
+ "version": "3Ka2w7qJ",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -42,7 +42,7 @@
42
42
  "url": "_content/MindExecution.Shared/css/app.css"
43
43
  },
44
44
  {
45
- "hash": "sha256-TCqZlfQ4+4djLTCUj+BY3XKLAf6fsc2NZrFoueOHNQg=",
45
+ "hash": "sha256-TAAJBJrcpNdmFLoefgNdicMJAVUw3zs8yI0nTGuYR28=",
46
46
  "url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
47
47
  },
48
48
  {
@@ -78,7 +78,7 @@
78
78
  "url": "_content/MindExecution.Shared/js/marked.min.js"
79
79
  },
80
80
  {
81
- "hash": "sha256-W3IAzNepKZIDX9gyiJ/3WgZhsH3H0RY9VdtGBPF8LoU=",
81
+ "hash": "sha256-m6KWa32UOWdrax0gLxscn0In9SyChgZM3lE83v9Tjgc=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -106,7 +106,7 @@
106
106
  "url": "_content/MindExecution.Shared/js/mind-map-glow-shader.js"
107
107
  },
108
108
  {
109
- "hash": "sha256-tU6TgB0yR2ft8+e/QouGtynlKONttkjzO8LQ+7q+58I=",
109
+ "hash": "sha256-1taPMgvVhV1m1iz9G0GYUmAyJ4jhfrVOjlvWJTZK8wQ=",
110
110
  "url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
111
111
  },
112
112
  {
@@ -114,7 +114,7 @@
114
114
  "url": "_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js"
115
115
  },
116
116
  {
117
- "hash": "sha256-gEmU4LbdrbDLscJYMw8LSe9blqtOxr8uUXBQgsXYSiM=",
117
+ "hash": "sha256-uniEvN3xHYzUzwq9rYHWXHO0MkXWLhLg0f5bb1Sr8G4=",
118
118
  "url": "_content/MindExecution.Shared/js/mind-map-lod-renderer.js"
119
119
  },
120
120
  {
@@ -154,7 +154,7 @@
154
154
  "url": "_content/MindExecution.Shared/js/mind-map-text-lod-system.js"
155
155
  },
156
156
  {
157
- "hash": "sha256-sZTTl62peGAqDd9+m/YczR9wkdC+HObxfPq019dwLDA=",
157
+ "hash": "sha256-DhBdiSTdzfLDAMOfZxvOyv9WX2PUCswiScye6gg29tE=",
158
158
  "url": "_content/MindExecution.Shared/js/mind-map-text-overlay-v2.js"
159
159
  },
160
160
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-JXNj2b05QRvXyXN1bBAatUFhC3IeEg0Luq0D0GwSwZI=",
837
+ "hash": "sha256-vMFjPFlZyqwoz7i3mCkVrxStNm4+cpdCvAaa9KyQdwU=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: eA7xDZQG */
1
+ /* Manifest version: 3Ka2w7qJ */
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