@mindexec/cli 0.2.194 → 0.2.196

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.196",
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 {
@@ -1217,11 +1217,8 @@ body.is-node-dragging * {
1217
1217
  overflow: hidden !important;
1218
1218
  }
1219
1219
 
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. */
1222
- .map-node-note,
1223
- .map-node-note.selected,
1224
- .map-node-note:focus-within,
1220
+ /* Image hard edge lives on its own media surface.
1221
+ Text nodes keep a crisp border so overlapping nodes remain readable. */
1225
1222
  .map-node-image-container,
1226
1223
  .map-node-image-container.selected {
1227
1224
  border: none !important;
@@ -1232,61 +1229,38 @@ body.is-node-dragging * {
1232
1229
  }
1233
1230
 
1234
1231
  .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;
1232
+ -webkit-box-shadow: none !important;
1233
+ box-shadow: none !important;
1234
+ -webkit-filter: none !important;
1235
+ filter: none !important;
1245
1236
  }
1246
1237
 
1247
1238
  .css3d-resolution-wrapper.selected {
1248
1239
  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;
1240
+ outline-offset: 0;
1241
+ -webkit-box-shadow: none !important;
1242
+ box-shadow: none !important;
1243
+ -webkit-filter: none !important;
1244
+ filter: none !important;
1262
1245
  }
1263
1246
 
1264
1247
  .css3d-resolution-wrapper.selection-style-agent.selected {
1265
1248
  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;
1249
+ outline-offset: 0;
1250
+ -webkit-box-shadow: none !important;
1251
+ box-shadow: none !important;
1252
+ -webkit-filter: none !important;
1253
+ filter: none !important;
1279
1254
  }
1280
1255
 
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. */
1256
+ /* During resize, keep the crisp selection edge and avoid decorative glow. */
1283
1257
  body.is-resizing .css3d-resolution-wrapper.selected,
1284
1258
  body.is-resizing .css3d-resolution-wrapper.node-type-note.selected,
1285
1259
  body.is-resizing .css3d-resolution-wrapper.node-type-image.selected,
1286
1260
  body.is-resizing .css3d-resolution-wrapper.node-type-video.selected,
1287
1261
  body.is-resizing .css3d-resolution-wrapper.node-type-embed.selected {
1288
1262
  outline: 1px solid rgba(var(--node-selection-glow-rgb, 59, 130, 246), 0.34) !important;
1289
- outline-offset: 1px;
1263
+ outline-offset: 0;
1290
1264
  -webkit-box-shadow: none !important;
1291
1265
  box-shadow: none !important;
1292
1266
  -webkit-filter: none !important;
@@ -1294,18 +1268,10 @@ body.is-resizing .css3d-resolution-wrapper.node-type-embed.selected {
1294
1268
  }
1295
1269
 
1296
1270
  .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;
1271
+ -webkit-box-shadow: none !important;
1272
+ box-shadow: none !important;
1273
+ -webkit-filter: none !important;
1274
+ filter: none !important;
1309
1275
  }
1310
1276
 
1311
1277
  html.mindcanvas-platform-apple .css3d-resolution-wrapper.selected,
@@ -1320,61 +1286,33 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1320
1286
  }
1321
1287
 
1322
1288
  .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;
1289
+ -webkit-box-shadow: none !important;
1290
+ box-shadow: none !important;
1291
+ -webkit-filter: none !important;
1292
+ filter: none !important;
1333
1293
  }
1334
1294
 
1335
1295
  .css3d-resolution-wrapper.node-type-video,
1336
1296
  .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;
1297
+ -webkit-box-shadow: none !important;
1298
+ box-shadow: none !important;
1299
+ -webkit-filter: none !important;
1300
+ filter: none !important;
1347
1301
  }
1348
1302
 
1349
1303
  .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;
1304
+ -webkit-box-shadow: none !important;
1305
+ box-shadow: none !important;
1306
+ -webkit-filter: none !important;
1307
+ filter: none !important;
1362
1308
  }
1363
1309
 
1364
1310
  .css3d-resolution-wrapper.node-type-video.selected,
1365
1311
  .css3d-resolution-wrapper.node-type-embed.selected {
1366
1312
  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;
1313
+ outline-offset: 0;
1314
+ -webkit-box-shadow: none !important;
1315
+ box-shadow: none !important;
1378
1316
  -webkit-filter: none !important;
1379
1317
  filter: none !important;
1380
1318
  }
@@ -1382,16 +1320,8 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1382
1320
  .css3d-resolution-wrapper.node-type-video.selected-media-safe,
1383
1321
  .css3d-resolution-wrapper.node-type-embed.selected-media-safe {
1384
1322
  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;
1323
+ -webkit-box-shadow: none !important;
1324
+ box-shadow: none !important;
1395
1325
  -webkit-filter: none !important;
1396
1326
  filter: none !important;
1397
1327
  }
@@ -1399,13 +1329,9 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1399
1329
  .css3d-resolution-wrapper.node-type-video.selected-media-safe .map-node.selected,
1400
1330
  .css3d-resolution-wrapper.node-type-embed.selected-media-safe .map-node.selected {
1401
1331
  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;
1332
+ outline-offset: 0;
1333
+ -webkit-box-shadow: none !important;
1334
+ box-shadow: none !important;
1409
1335
  }
1410
1336
 
1411
1337
  .map-node-memo.selected,
@@ -1416,9 +1342,7 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
1416
1342
  .map-node-code.selected,
1417
1343
  .map-node-code:focus-within {
1418
1344
  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;
1345
+ box-shadow: none !important;
1422
1346
  overflow: hidden !important;
1423
1347
  }
1424
1348
 
@@ -3504,3 +3428,38 @@ html body .css3d-resolution-wrapper.node-type-embed .map-node.selected {
3504
3428
  filter: none !important;
3505
3429
  outline-offset: 0 !important;
3506
3430
  }
3431
+
3432
+ /* Text nodes need a visible hard edge now that decorative glow/shadow is gone.
3433
+ Keep this scoped away from template, MDM, media, CSV, and remote-control cards. */
3434
+ html body .css3d-resolution-wrapper > .map-node-bubble,
3435
+ html body .css3d-resolution-wrapper > .map-node-note,
3436
+ html body .css3d-resolution-wrapper > .map-node-code,
3437
+ html body .css3d-resolution-wrapper > .map-node-agent:not(.map-node-template-card):not(.map-node-remote-fleet),
3438
+ html body .css3d-resolution-wrapper > .map-node-memo:not(.map-node-template-card):not(.map-node-remote-fleet) {
3439
+ border: 1px solid rgba(17, 24, 39, 0.88) !important;
3440
+ -webkit-box-shadow: none !important;
3441
+ box-shadow: none !important;
3442
+ -webkit-filter: none !important;
3443
+ filter: none !important;
3444
+ }
3445
+
3446
+ html body .css3d-resolution-wrapper.selected > .map-node-bubble,
3447
+ html body .css3d-resolution-wrapper.selected > .map-node-note,
3448
+ html body .css3d-resolution-wrapper.selected > .map-node-code,
3449
+ html body .css3d-resolution-wrapper.selected > .map-node-agent:not(.map-node-template-card):not(.map-node-remote-fleet),
3450
+ html body .css3d-resolution-wrapper.selected > .map-node-memo:not(.map-node-template-card):not(.map-node-remote-fleet),
3451
+ html body .css3d-resolution-wrapper > .map-node-bubble.selected,
3452
+ html body .css3d-resolution-wrapper > .map-node-note.selected,
3453
+ html body .css3d-resolution-wrapper > .map-node-note:focus-within,
3454
+ html body .css3d-resolution-wrapper > .map-node-code.selected,
3455
+ html body .css3d-resolution-wrapper > .map-node-code:focus-within,
3456
+ html body .css3d-resolution-wrapper > .map-node-agent.selected:not(.map-node-template-card):not(.map-node-remote-fleet),
3457
+ html body .css3d-resolution-wrapper > .map-node-agent:focus-within:not(.map-node-template-card):not(.map-node-remote-fleet),
3458
+ html body .css3d-resolution-wrapper > .map-node-memo.selected:not(.map-node-template-card):not(.map-node-remote-fleet),
3459
+ html body .css3d-resolution-wrapper > .map-node-memo:focus-within:not(.map-node-template-card):not(.map-node-remote-fleet) {
3460
+ border-color: var(--mind-node-selection-edge) !important;
3461
+ -webkit-box-shadow: none !important;
3462
+ box-shadow: none !important;
3463
+ -webkit-filter: none !important;
3464
+ filter: none !important;
3465
+ }
@@ -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-text-node-border-v613" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-text-node-border-v613" />
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-text-node-border-v613';
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": "iBwjCw5h",
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-Uz0yKoS3dqQn6Wub7Z5Xz4QwJ/wysZ7EKB2fs01V31U=",
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-oq0WDrtQdjlYX1ccHWhNkU1iHIclV7doPHQPVFWzlOM=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: YvzQLuC6 */
1
+ /* Manifest version: iBwjCw5h */
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