@mindexec/cli 0.2.106 → 0.2.107

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.106",
3
+ "version": "0.2.107",
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 = '20260616-live-csv-overlay-v566';
8
+ const MINDMAP_CORE_BUILD_ID = '20260616-mdm-simple-monitor-border-v567';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -13336,9 +13336,9 @@
13336
13336
  min-height: ${metrics.emptyMinHeight}px;
13337
13337
  box-sizing: border-box;
13338
13338
  border-radius: 8px;
13339
- border: 1px solid rgba(203, 213, 225, 0.72);
13339
+ border: 1px solid rgba(203, 213, 225, 0.66);
13340
13340
  background: #ffffff;
13341
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 8px 18px rgba(15, 23, 42, 0.04);
13341
+ box-shadow: none;
13342
13342
  `;
13343
13343
  shell.appendChild(screen);
13344
13344
  }
@@ -16084,7 +16084,8 @@
16084
16084
  overflow: hidden;
16085
16085
  border-radius: ${isDetail ? '8px' : '6px'};
16086
16086
  background: ${(hasLiveFrame || hasThumbnail) ? 'linear-gradient(135deg, #0f172a 0%, #1e293b 100%)' : '#ffffff'};
16087
- border: 1px solid rgba(15, 23, 42, ${isDetail ? '0.16' : '0.10'});
16087
+ border: 1px solid rgba(148, 163, 184, ${isDetail ? '0.34' : '0.24'});
16088
+ box-shadow: none;
16088
16089
  `;
16089
16090
 
16090
16091
  if (hasLiveFrame || hasThumbnail) {
@@ -16254,16 +16255,22 @@
16254
16255
  aspect-ratio: 16 / 9;
16255
16256
  box-sizing: border-box;
16256
16257
  overflow: hidden;
16257
- padding: 2px;
16258
+ padding: 0;
16258
16259
  border-radius: 8px;
16259
- background: #ffffff;
16260
- border: 1px solid ${connectedDevice ? 'rgba(16, 185, 129, 0.28)' : 'rgba(148, 163, 184, 0.22)'};
16261
- box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
16260
+ background: transparent;
16261
+ border: 0;
16262
+ box-shadow: none;
16263
+ outline: 0;
16262
16264
  cursor: pointer;
16263
16265
  pointer-events: auto;
16264
16266
  user-select: none;
16265
16267
  `;
16266
- card.appendChild(createDevicePreview(device, 'tile'));
16268
+ const preview = createDevicePreview(device, 'tile');
16269
+ if (isSelected) {
16270
+ preview.style.borderColor = 'rgba(37, 99, 235, 0.86)';
16271
+ preview.style.boxShadow = '0 0 0 1px rgba(37, 99, 235, 0.20)';
16272
+ }
16273
+ card.appendChild(preview);
16267
16274
  grid.appendChild(card);
16268
16275
  });
16269
16276
 
@@ -7,8 +7,8 @@
7
7
  <title>MindExec | Run your ideas as AI task graphs</title>
8
8
  <meta name="description" content="MindExec is an AI execution canvas for solo builders, researchers, developers, and creators. Start with free browser tools, then move serious work into saved MindCanvas projects." />
9
9
  <base href="/" />
10
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260616-live-csv-overlay-v566" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260616-live-csv-overlay-v566" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260616-mdm-simple-monitor-border-v567" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260616-mdm-simple-monitor-border-v567" />
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 = '20260616-live-csv-overlay-v566';
582
+ const scriptVersion = '20260616-mdm-simple-monitor-border-v567';
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": "4Z/beLB1",
2
+ "version": "lm4IaYy/",
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-7liM89dPcSTRsRDjW34NcN4nympUF2BXewfpgyA6P0c=",
81
+ "hash": "sha256-xoC/V6bym09C2/PSsXrMNa7JA6xWQTFq5RNRA+nojVs=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -86,7 +86,7 @@
86
86
  "url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
87
87
  },
88
88
  {
89
- "hash": "sha256-/afOejfgIcOoUzPkYMaApwHu/giAM6sAskPi5O2HaiQ=",
89
+ "hash": "sha256-3PsDD8j+YZE2SU7MQscT9DHl+zbP9r2NCCW6p8DzvOA=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-9bEQ4UJDWO+QrReSgUser1zhLacqGTPSLgMZQZxRCyM=",
837
+ "hash": "sha256-dsplZ/RaSr9+idAqCQA85yTQKyHFVw9MkMndOJpXrAQ=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: 4Z/beLB1 */
1
+ /* Manifest version: lm4IaYy/ */
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