@mindexec/cli 0.2.194 → 0.2.195

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.194",
3
+ "version": "0.2.195",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -218,8 +218,8 @@ body.is-zooming .css3d-resolution-wrapper.selected,
218
218
  body.is-panning .css3d-resolution-wrapper.selected,
219
219
  body.mindcanvas-is-moving .css3d-resolution-wrapper.selected,
220
220
  body.mindcanvas-is-dense .css3d-resolution-wrapper.selected {
221
- -webkit-filter: saturate(1.08) !important;
222
- filter: saturate(1.08) !important;
221
+ -webkit-filter: none !important;
222
+ filter: none !important;
223
223
  }
224
224
 
225
225
  body.is-resizing .css3d-resolution-wrapper {
@@ -1218,7 +1218,7 @@ body.is-node-dragging * {
1218
1218
  }
1219
1219
 
1220
1220
  /* Note/Image hard edge lives on the inner CSS3D card in app.css.
1221
- Keep the soft wrapper shadow, but strip the dark stroke from the card itself. */
1221
+ Node glow/shadow is retired; keep only crisp borders. */
1222
1222
  .map-node-note,
1223
1223
  .map-node-note.selected,
1224
1224
  .map-node-note:focus-within,
@@ -1232,61 +1232,38 @@ body.is-node-dragging * {
1232
1232
  }
1233
1233
 
1234
1234
  .css3d-resolution-wrapper.node-type-note {
1235
- -webkit-box-shadow:
1236
- 0 0 6px rgba(15, 23, 42, 0.25),
1237
- 0 0 16px rgba(15, 23, 42, 0.18),
1238
- 0 0 30px rgba(15, 23, 42, 0.12),
1239
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1240
- box-shadow:
1241
- 0 0 6px rgba(15, 23, 42, 0.25),
1242
- 0 0 16px rgba(15, 23, 42, 0.18),
1243
- 0 0 30px rgba(15, 23, 42, 0.12),
1244
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1235
+ -webkit-box-shadow: none !important;
1236
+ box-shadow: none !important;
1237
+ -webkit-filter: none !important;
1238
+ filter: none !important;
1245
1239
  }
1246
1240
 
1247
1241
  .css3d-resolution-wrapper.selected {
1248
1242
  outline: 1px solid rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.24) !important;
1249
- outline-offset: 1px;
1250
- -webkit-box-shadow:
1251
- 0 0 4px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.56),
1252
- 0 0 12px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.44),
1253
- 0 0 28px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.32),
1254
- 0 0 56px rgba(var(--node-selection-glow-rgb-soft, 191, 219, 254), 0.26) !important;
1255
- box-shadow:
1256
- 0 0 4px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.56),
1257
- 0 0 12px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.44),
1258
- 0 0 28px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.32),
1259
- 0 0 56px rgba(var(--node-selection-glow-rgb-soft, 191, 219, 254), 0.26) !important;
1260
- -webkit-filter: saturate(1.08) !important;
1261
- filter: saturate(1.08) !important;
1243
+ outline-offset: 0;
1244
+ -webkit-box-shadow: none !important;
1245
+ box-shadow: none !important;
1246
+ -webkit-filter: none !important;
1247
+ filter: none !important;
1262
1248
  }
1263
1249
 
1264
1250
  .css3d-resolution-wrapper.selection-style-agent.selected {
1265
1251
  outline: 1px solid rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.24) !important;
1266
- outline-offset: 1px;
1267
- -webkit-box-shadow:
1268
- 0 0 4px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.56),
1269
- 0 0 12px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.44),
1270
- 0 0 28px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.32),
1271
- 0 0 56px rgba(var(--node-selection-glow-rgb-soft, 191, 219, 254), 0.26) !important;
1272
- box-shadow:
1273
- 0 0 4px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.56),
1274
- 0 0 12px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.44),
1275
- 0 0 28px rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.32),
1276
- 0 0 56px rgba(var(--node-selection-glow-rgb-soft, 191, 219, 254), 0.26) !important;
1277
- -webkit-filter: saturate(1.08) !important;
1278
- filter: saturate(1.08) !important;
1252
+ outline-offset: 0;
1253
+ -webkit-box-shadow: none !important;
1254
+ box-shadow: none !important;
1255
+ -webkit-filter: none !important;
1256
+ filter: none !important;
1279
1257
  }
1280
1258
 
1281
- /* During resize, keep the crisp selection edge but drop the large blur shadow.
1282
- The blur bleeds underneath overlapping siblings and looks like a second glow. */
1259
+ /* During resize, keep the crisp selection edge and avoid decorative glow. */
1283
1260
  body.is-resizing .css3d-resolution-wrapper.selected,
1284
1261
  body.is-resizing .css3d-resolution-wrapper.node-type-note.selected,
1285
1262
  body.is-resizing .css3d-resolution-wrapper.node-type-image.selected,
1286
1263
  body.is-resizing .css3d-resolution-wrapper.node-type-video.selected,
1287
1264
  body.is-resizing .css3d-resolution-wrapper.node-type-embed.selected {
1288
1265
  outline: 1px solid rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.34) !important;
1289
- outline-offset: 1px;
1266
+ outline-offset: 0;
1290
1267
  -webkit-box-shadow: none !important;
1291
1268
  box-shadow: none !important;
1292
1269
  -webkit-filter: none !important;
@@ -1294,18 +1271,10 @@ body.is-resizing .css3d-resolution-wrapper.node-type-embed.selected {
1294
1271
  }
1295
1272
 
1296
1273
  .css3d-resolution-wrapper.node-type-note.selected {
1297
- -webkit-box-shadow:
1298
- 0 0 4px rgba(var(--node-selection-glow-rgb), 0.56),
1299
- 0 0 12px rgba(var(--node-selection-glow-rgb), 0.44),
1300
- 0 0 28px rgba(var(--node-selection-glow-rgb), 0.32),
1301
- 0 0 56px rgba(var(--node-selection-glow-rgb-soft), 0.26) !important;
1302
- box-shadow:
1303
- 0 0 4px rgba(var(--node-selection-glow-rgb), 0.56),
1304
- 0 0 12px rgba(var(--node-selection-glow-rgb), 0.44),
1305
- 0 0 28px rgba(var(--node-selection-glow-rgb), 0.32),
1306
- 0 0 56px rgba(var(--node-selection-glow-rgb-soft), 0.26) !important;
1307
- -webkit-filter: saturate(1.08) !important;
1308
- filter: saturate(1.08) !important;
1274
+ -webkit-box-shadow: none !important;
1275
+ box-shadow: none !important;
1276
+ -webkit-filter: none !important;
1277
+ filter: none !important;
1309
1278
  }
1310
1279
 
1311
1280
  html.mindcanvas-platform-apple .css3d-resolution-wrapper.selected,
@@ -1320,61 +1289,33 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1320
1289
  }
1321
1290
 
1322
1291
  .css3d-resolution-wrapper.node-type-image {
1323
- -webkit-box-shadow:
1324
- 0 0 6px rgba(15, 23, 42, 0.25),
1325
- 0 0 16px rgba(15, 23, 42, 0.18),
1326
- 0 0 30px rgba(15, 23, 42, 0.12),
1327
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1328
- box-shadow:
1329
- 0 0 6px rgba(15, 23, 42, 0.25),
1330
- 0 0 16px rgba(15, 23, 42, 0.18),
1331
- 0 0 30px rgba(15, 23, 42, 0.12),
1332
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1292
+ -webkit-box-shadow: none !important;
1293
+ box-shadow: none !important;
1294
+ -webkit-filter: none !important;
1295
+ filter: none !important;
1333
1296
  }
1334
1297
 
1335
1298
  .css3d-resolution-wrapper.node-type-video,
1336
1299
  .css3d-resolution-wrapper.node-type-embed {
1337
- -webkit-box-shadow:
1338
- 0 0 6px rgba(15, 23, 42, 0.25),
1339
- 0 0 16px rgba(15, 23, 42, 0.18),
1340
- 0 0 30px rgba(15, 23, 42, 0.12),
1341
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1342
- box-shadow:
1343
- 0 0 6px rgba(15, 23, 42, 0.25),
1344
- 0 0 16px rgba(15, 23, 42, 0.18),
1345
- 0 0 30px rgba(15, 23, 42, 0.12),
1346
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1300
+ -webkit-box-shadow: none !important;
1301
+ box-shadow: none !important;
1302
+ -webkit-filter: none !important;
1303
+ filter: none !important;
1347
1304
  }
1348
1305
 
1349
1306
  .css3d-resolution-wrapper.node-type-image.selected {
1350
- -webkit-box-shadow:
1351
- 0 0 4px rgba(var(--node-selection-glow-rgb), 0.56),
1352
- 0 0 12px rgba(var(--node-selection-glow-rgb), 0.44),
1353
- 0 0 28px rgba(var(--node-selection-glow-rgb), 0.32),
1354
- 0 0 56px rgba(var(--node-selection-glow-rgb-soft), 0.26) !important;
1355
- box-shadow:
1356
- 0 0 4px rgba(var(--node-selection-glow-rgb), 0.56),
1357
- 0 0 12px rgba(var(--node-selection-glow-rgb), 0.44),
1358
- 0 0 28px rgba(var(--node-selection-glow-rgb), 0.32),
1359
- 0 0 56px rgba(var(--node-selection-glow-rgb-soft), 0.26) !important;
1360
- -webkit-filter: saturate(1.08) !important;
1361
- filter: saturate(1.08) !important;
1307
+ -webkit-box-shadow: none !important;
1308
+ box-shadow: none !important;
1309
+ -webkit-filter: none !important;
1310
+ filter: none !important;
1362
1311
  }
1363
1312
 
1364
1313
  .css3d-resolution-wrapper.node-type-video.selected,
1365
1314
  .css3d-resolution-wrapper.node-type-embed.selected {
1366
1315
  outline: 1px solid rgba(var(--node-selection-glow-rgb), 0.24) !important;
1367
- outline-offset: 1px;
1368
- -webkit-box-shadow:
1369
- 0 0 6px rgba(15, 23, 42, 0.25),
1370
- 0 0 16px rgba(15, 23, 42, 0.18),
1371
- 0 0 30px rgba(15, 23, 42, 0.12),
1372
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1373
- box-shadow:
1374
- 0 0 6px rgba(15, 23, 42, 0.25),
1375
- 0 0 16px rgba(15, 23, 42, 0.18),
1376
- 0 0 30px rgba(15, 23, 42, 0.12),
1377
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1316
+ outline-offset: 0;
1317
+ -webkit-box-shadow: none !important;
1318
+ box-shadow: none !important;
1378
1319
  -webkit-filter: none !important;
1379
1320
  filter: none !important;
1380
1321
  }
@@ -1382,16 +1323,8 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1382
1323
  .css3d-resolution-wrapper.node-type-video.selected-media-safe,
1383
1324
  .css3d-resolution-wrapper.node-type-embed.selected-media-safe {
1384
1325
  outline: none !important;
1385
- -webkit-box-shadow:
1386
- 0 0 6px rgba(15, 23, 42, 0.25),
1387
- 0 0 16px rgba(15, 23, 42, 0.18),
1388
- 0 0 30px rgba(15, 23, 42, 0.12),
1389
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1390
- box-shadow:
1391
- 0 0 6px rgba(15, 23, 42, 0.25),
1392
- 0 0 16px rgba(15, 23, 42, 0.18),
1393
- 0 0 30px rgba(15, 23, 42, 0.12),
1394
- 0 0 50px rgba(15, 23, 42, 0.08) !important;
1326
+ -webkit-box-shadow: none !important;
1327
+ box-shadow: none !important;
1395
1328
  -webkit-filter: none !important;
1396
1329
  filter: none !important;
1397
1330
  }
@@ -1399,13 +1332,9 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1399
1332
  .css3d-resolution-wrapper.node-type-video.selected-media-safe .map-node.selected,
1400
1333
  .css3d-resolution-wrapper.node-type-embed.selected-media-safe .map-node.selected {
1401
1334
  outline: 1px solid rgba(var(--node-selection-glow-rgb), 0.82) !important;
1402
- outline-offset: -1px;
1403
- -webkit-box-shadow:
1404
- 0 0 0 1px rgba(var(--node-selection-glow-rgb), 0.18) inset,
1405
- 0 0 0 1px rgba(var(--node-selection-glow-rgb-soft), 0.12) !important;
1406
- box-shadow:
1407
- 0 0 0 1px rgba(var(--node-selection-glow-rgb), 0.18) inset,
1408
- 0 0 0 1px rgba(var(--node-selection-glow-rgb-soft), 0.12) !important;
1335
+ outline-offset: 0;
1336
+ -webkit-box-shadow: none !important;
1337
+ box-shadow: none !important;
1409
1338
  }
1410
1339
 
1411
1340
  .map-node-memo.selected,
@@ -1416,9 +1345,7 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1416
1345
  .map-node-code.selected,
1417
1346
  .map-node-code:focus-within {
1418
1347
  border-color: var(--mind-node-selection-edge) !important;
1419
- box-shadow:
1420
- 0 0 18px 0 rgba(var(--mind-node-selection-glow-rgb), 0.24),
1421
- 0 0 32px 0 rgba(var(--mind-node-selection-glow-soft-rgb), 0.16) !important;
1348
+ box-shadow: none !important;
1422
1349
  overflow: hidden !important;
1423
1350
  }
1424
1351
 
@@ -2136,7 +2136,7 @@
2136
2136
  isSelected,
2137
2137
  {
2138
2138
  edgeVisible: false,
2139
- glowVisible: !cssIsVisible
2139
+ glowVisible: false
2140
2140
  }
2141
2141
  );
2142
2142
  if (cssIsVisible) {
@@ -2834,7 +2834,7 @@
2834
2834
  ? visible
2835
2835
  : null;
2836
2836
  const edgeVisible = visibilityConfig ? !!visibilityConfig.edgeVisible : !!visible;
2837
- const glowVisible = visibilityConfig ? !!visibilityConfig.glowVisible : !!visible;
2837
+ const glowVisible = false;
2838
2838
  const imageMidEdge = entry.imageMidEdgeMesh || entry.glObject.getObjectByName('imageMidEdge');
2839
2839
  const imageMidGlow = entry.imageMidGlowMesh || entry.glObject.getObjectByName('imageMidGlow');
2840
2840
  entry.imageMidEdgeMesh = imageMidEdge || null;
@@ -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=20260617-note-scroll-view-v611" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260617-note-scroll-view-v611" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260618-node-no-glow-v612" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-node-no-glow-v612" />
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 = '20260617-note-scroll-view-v611';
582
+ const scriptVersion = '20260618-node-no-glow-v612';
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": "YvzQLuC6",
2
+ "version": "mgN72BWo",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -38,11 +38,11 @@
38
38
  "url": "_content/MindExecution.Shared/css/admin-dashboard.css"
39
39
  },
40
40
  {
41
- "hash": "sha256-Bc/DBeKdy3Ke0LIv0oBym0szw6N9FPC4/MlQOb0UDE0=",
41
+ "hash": "sha256-nxQDaISrghccxZQCUUebg86WmiOuo0AAVP2Sd6X0uWM=",
42
42
  "url": "_content/MindExecution.Shared/css/app.css"
43
43
  },
44
44
  {
45
- "hash": "sha256-wChrC3fMupOM4JbqTPYaHzRLum57D9Qyl9WDKLjOIQc=",
45
+ "hash": "sha256-HZKOm11YuA4O+epDepAIOICiWR2Umvw/0RQw3R0/gL8=",
46
46
  "url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
47
47
  },
48
48
  {
@@ -86,7 +86,7 @@
86
86
  "url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
87
87
  },
88
88
  {
89
- "hash": "sha256-iffYpXf4mZFXrOm/S/kG7/LddxCFVZYOvRWL5PMg870=",
89
+ "hash": "sha256-oDQZbLfB1Ylw4OmCyR8pHCGLbKQ2UlNmHoYooD/50GY=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -114,7 +114,7 @@
114
114
  "url": "_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js"
115
115
  },
116
116
  {
117
- "hash": "sha256-FryEbkE4OJGqj4N15HS9JpcGUSeq3l6NOdEVeepPOAI=",
117
+ "hash": "sha256-7DJMVuTigQhlp5GUmxHH6a8e0IMlYi/Tz1Vu9lIZiho=",
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-lN61w54gvVeokmrGVYWF73NCi+cReoJ7J0/4myF8Fgk=",
837
+ "hash": "sha256-vbKJG7msZYn5IzSiN29u6RPsHviqxMMwqvXaNkcCU/U=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: YvzQLuC6 */
1
+ /* Manifest version: mgN72BWo */
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