@mindexec/cli 0.2.199 → 0.2.200
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
|
@@ -3442,8 +3442,7 @@ html body .css3d-resolution-wrapper.node-type-embed .map-node.selected {
|
|
|
3442
3442
|
html body .css3d-resolution-wrapper > .map-node-bubble,
|
|
3443
3443
|
html body .css3d-resolution-wrapper > .map-node-note,
|
|
3444
3444
|
html body .css3d-resolution-wrapper > .map-node-code,
|
|
3445
|
-
html body .css3d-resolution-wrapper > .map-node-agent:not(.map-node-template-card):not(.map-node-remote-fleet)
|
|
3446
|
-
html body .css3d-resolution-wrapper > .map-node-memo:not(.map-node-template-card):not(.map-node-remote-fleet) {
|
|
3445
|
+
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) {
|
|
3447
3446
|
border: 1px solid rgba(17, 24, 39, 0.88) !important;
|
|
3448
3447
|
-webkit-box-shadow: none !important;
|
|
3449
3448
|
box-shadow: none !important;
|
|
@@ -3454,17 +3453,29 @@ html body .css3d-resolution-wrapper > .map-node-memo:not(.map-node-template-card
|
|
|
3454
3453
|
html body .css3d-resolution-wrapper.selected > .map-node-bubble,
|
|
3455
3454
|
html body .css3d-resolution-wrapper.selected > .map-node-note,
|
|
3456
3455
|
html body .css3d-resolution-wrapper.selected > .map-node-code,
|
|
3457
|
-
html body .css3d-resolution-wrapper.selected > .map-node-agent:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3458
|
-
html body .css3d-resolution-wrapper.selected > .map-node-memo:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3456
|
+
html body .css3d-resolution-wrapper.selected > .map-node-memo:not(.map-node-agent):not(.map-node-automation):not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3459
3457
|
html body .css3d-resolution-wrapper > .map-node-bubble.selected,
|
|
3460
3458
|
html body .css3d-resolution-wrapper > .map-node-note.selected,
|
|
3461
3459
|
html body .css3d-resolution-wrapper > .map-node-note:focus-within,
|
|
3462
3460
|
html body .css3d-resolution-wrapper > .map-node-code.selected,
|
|
3463
3461
|
html body .css3d-resolution-wrapper > .map-node-code:focus-within,
|
|
3462
|
+
html body .css3d-resolution-wrapper > .map-node-memo.selected:not(.map-node-agent):not(.map-node-automation):not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3463
|
+
html body .css3d-resolution-wrapper > .map-node-memo:focus-within:not(.map-node-agent):not(.map-node-automation):not(.map-node-template-card):not(.map-node-remote-fleet) {
|
|
3464
|
+
border-color: var(--mind-node-selection-edge) !important;
|
|
3465
|
+
-webkit-box-shadow: none !important;
|
|
3466
|
+
box-shadow: none !important;
|
|
3467
|
+
-webkit-filter: none !important;
|
|
3468
|
+
filter: none !important;
|
|
3469
|
+
}
|
|
3470
|
+
|
|
3471
|
+
html body .css3d-resolution-wrapper > .map-node-agent:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3472
|
+
html body .css3d-resolution-wrapper > .map-node-automation:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3473
|
+
html body .css3d-resolution-wrapper.selected > .map-node-agent:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3474
|
+
html body .css3d-resolution-wrapper.selected > .map-node-automation:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3464
3475
|
html body .css3d-resolution-wrapper > .map-node-agent.selected:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3465
3476
|
html body .css3d-resolution-wrapper > .map-node-agent:focus-within:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3466
|
-
html body .css3d-resolution-wrapper > .map-node-
|
|
3467
|
-
html body .css3d-resolution-wrapper > .map-node-
|
|
3477
|
+
html body .css3d-resolution-wrapper > .map-node-automation.selected:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3478
|
+
html body .css3d-resolution-wrapper > .map-node-automation:focus-within:not(.map-node-template-card):not(.map-node-remote-fleet) {
|
|
3468
3479
|
border-color: var(--mind-node-selection-edge) !important;
|
|
3469
3480
|
-webkit-box-shadow: none !important;
|
|
3470
3481
|
box-shadow: none !important;
|
package/wwwroot/index.html
CHANGED
|
@@ -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=20260618-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260618-ai-task-color-v617-x1" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-ai-task-color-v617-x1" />
|
|
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 = '20260618-
|
|
582
|
+
const scriptVersion = '20260618-ai-task-color-v617-x1';
|
|
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": "
|
|
2
|
+
"version": "d1CDnQD2",
|
|
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-
|
|
45
|
+
"hash": "sha256-QdkOPhzeNz4Sdh7GmWE6bLQMxeIiW9gdzZFxacC8RSM=",
|
|
46
46
|
"url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"url": "image-manifest.json"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"hash": "sha256-
|
|
837
|
+
"hash": "sha256-XXiyn3HbR7NYo5PB+7hwoCQk39sLol7ESR/vGdwmE1w=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|