@mindexec/cli 0.2.41 → 0.2.42

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.41",
3
+ "version": "0.2.42",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -2282,10 +2282,16 @@ body.is-panning .mind-map-text-overlay-v2-card.is-passive .mind-map-text-overlay
2282
2282
  }
2283
2283
 
2284
2284
  .template-card__title-block {
2285
+ display: grid;
2286
+ grid-template-columns: auto minmax(0, 1fr);
2287
+ column-gap: 8px;
2288
+ row-gap: 2px;
2289
+ align-items: baseline;
2285
2290
  min-width: 0;
2286
2291
  }
2287
2292
 
2288
2293
  .template-card__eyebrow {
2294
+ grid-column: 1 / -1;
2289
2295
  color: #64748b;
2290
2296
  font-size: 10px;
2291
2297
  font-weight: 800;
@@ -2294,20 +2300,27 @@ body.is-panning .mind-map-text-overlay-v2-card.is-passive .mind-map-text-overlay
2294
2300
  }
2295
2301
 
2296
2302
  .template-card__title {
2297
- margin-top: 3px;
2303
+ min-width: 0;
2304
+ margin-top: 0;
2298
2305
  color: #0f172a;
2299
2306
  font-size: 20px;
2300
2307
  font-weight: 800;
2301
2308
  line-height: 1.15;
2302
- overflow-wrap: anywhere;
2309
+ overflow: hidden;
2310
+ text-overflow: ellipsis;
2311
+ white-space: nowrap;
2303
2312
  }
2304
2313
 
2305
2314
  .template-card__summary {
2306
- margin-top: 5px;
2315
+ min-width: 0;
2316
+ margin-top: 0;
2307
2317
  color: #475569;
2308
2318
  font-size: 12px;
2309
- line-height: 1.45;
2310
- overflow-wrap: anywhere;
2319
+ font-weight: 700;
2320
+ line-height: 1.2;
2321
+ overflow: hidden;
2322
+ text-overflow: ellipsis;
2323
+ white-space: nowrap;
2311
2324
  }
2312
2325
 
2313
2326
  .template-card__prompt {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "mainAssemblyName": "MindExecution.Web",
3
3
  "resources": {
4
- "hash": "sha256-LXAJ4vavBiH0gW7sIe3OgKH5osbdIL5IfUaOrJB056A=",
4
+ "hash": "sha256-mHCtlUxUtnRLOtm/6e2rao/b9Nu5+xYIG8Cxx8aFLNI=",
5
5
  "fingerprinting": {
6
6
  "Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
7
7
  "Markdig.d1j7v41cl1.dll": "Markdig.dll",
@@ -131,7 +131,7 @@
131
131
  "MindExecution.Plugins.Directory.y74f55e8x3.dll": "MindExecution.Plugins.Directory.dll",
132
132
  "MindExecution.Plugins.PlanMaster.wbclikss3p.dll": "MindExecution.Plugins.PlanMaster.dll",
133
133
  "MindExecution.Plugins.YouTube.fwync0c60s.dll": "MindExecution.Plugins.YouTube.dll",
134
- "MindExecution.Shared.eemv6jbvss.dll": "MindExecution.Shared.dll",
134
+ "MindExecution.Shared.araen3jk1e.dll": "MindExecution.Shared.dll",
135
135
  "MindExecution.Web.3x7btjkiy5.dll": "MindExecution.Web.dll",
136
136
  "dotnet.js": "dotnet.js",
137
137
  "dotnet.native.qc8g39g30v.js": "dotnet.native.js",
@@ -282,7 +282,7 @@
282
282
  "MindExecution.Kernel.z56elxihok.dll": "sha256-STATJelRGcW9SDGgsw6YmQi6tkQje52dy4lyT3QU4qs=",
283
283
  "MindExecution.Plugins.Concept.tkxbh2hokn.dll": "sha256-vYcH7WM686ptbay3iIx5k+zChLgpxvgKxpvHGaDv0kY=",
284
284
  "MindExecution.Plugins.PlanMaster.wbclikss3p.dll": "sha256-rBPdSa0fGB1Y73RXymqsLzyGXwfr5BQRFZS8wyAmiSw=",
285
- "MindExecution.Shared.eemv6jbvss.dll": "sha256-2hrK2TD/R6bpVKmTXaHSI1BbfnDRJR7uxXZAaIW1zyM=",
285
+ "MindExecution.Shared.araen3jk1e.dll": "sha256-9sBLG9hGRCI2aJVwzd1tbHfl+LMk3hc9oVp5EubnQdo=",
286
286
  "MindExecution.Web.3x7btjkiy5.dll": "sha256-1yXNI95k4vlq26Y8YlgIi69ufjSYk2OffuR6A864dUQ="
287
287
  },
288
288
  "lazyAssembly": {
@@ -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=20260610-template-card-v460" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260610-template-card-v460" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260613-template-card-inline-summary-v461" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260613-template-card-inline-summary-v461" />
12
12
  <!-- ?쇄뼹??Font Awesome (local) ?쇄뼹??-->
13
13
  <link rel="stylesheet" href="_content/MindExecution.Shared/lib/font-awesome/css/all.min.css" />
14
14
  <!-- ?꿎뼯??-->
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "P5rJ7sPB",
2
+ "version": "aXuUUujO",
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-SwiYCegnTRFedhTd9xEwvhhTJc7L4RbYTrP8KnQ+yjE=",
45
+ "hash": "sha256-BQdCDRJQX7PiT/7AaeT11SXri099O+sl5lQoyjpQ+Q0=",
46
46
  "url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
47
47
  },
48
48
  {
@@ -442,8 +442,8 @@
442
442
  "url": "_framework/MindExecution.Plugins.YouTube.fwync0c60s.dll"
443
443
  },
444
444
  {
445
- "hash": "sha256-2hrK2TD/R6bpVKmTXaHSI1BbfnDRJR7uxXZAaIW1zyM=",
446
- "url": "_framework/MindExecution.Shared.eemv6jbvss.dll"
445
+ "hash": "sha256-9sBLG9hGRCI2aJVwzd1tbHfl+LMk3hc9oVp5EubnQdo=",
446
+ "url": "_framework/MindExecution.Shared.araen3jk1e.dll"
447
447
  },
448
448
  {
449
449
  "hash": "sha256-1yXNI95k4vlq26Y8YlgIi69ufjSYk2OffuR6A864dUQ=",
@@ -770,7 +770,7 @@
770
770
  "url": "_framework/Websocket.Client.vapounvmnl.dll"
771
771
  },
772
772
  {
773
- "hash": "sha256-MqNNAhxn9vl7mzZu+B/8gKky8GXVA4nw1FBdOJi3v5w=",
773
+ "hash": "sha256-0+5TBCVcw2eTOUeLr7CCWVwpXjz7zRWuHpJoskMb2jI=",
774
774
  "url": "_framework/blazor.boot.json"
775
775
  },
776
776
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-bjvQNTq7IFWd435tpUl5xUScla/vHBE+JHSWSDH464c=",
837
+ "hash": "sha256-2DrUTlHi/psz7d4TwdXV/IjMTlDk12gJ0x81ae3fV2U=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: P5rJ7sPB */
1
+ /* Manifest version: aXuUUujO */
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