@mindexec/cli 0.2.319 → 0.2.320
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 +1 -1
- package/wwwroot/_content/MindExecution.Shared/css/mind-map-overrides.css +10 -9
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +1 -1
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-renderer.js +1 -1
- package/wwwroot/index.html +3 -3
- package/wwwroot/service-worker-assets.js +5 -5
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
--mind-node-selection-edge-rgb: 37, 99, 235;
|
|
69
69
|
--mind-node-selection-glow-rgb: 59, 130, 246;
|
|
70
70
|
--mind-node-selection-glow-soft-rgb: 191, 219, 254;
|
|
71
|
+
--mind-node-static-edge: #111827;
|
|
71
72
|
--node-selection-glow-rgb: 59, 130, 246;
|
|
72
73
|
--node-selection-glow-rgb-soft: 191, 219, 254;
|
|
73
74
|
}
|
|
@@ -1491,7 +1492,7 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
|
|
|
1491
1492
|
background: rgba(255, 255, 255, 0.985) !important;
|
|
1492
1493
|
background-color: rgba(255, 255, 255, 0.985) !important;
|
|
1493
1494
|
background-image: none !important;
|
|
1494
|
-
border: 1px solid
|
|
1495
|
+
border: 1px solid var(--mind-node-static-edge) !important;
|
|
1495
1496
|
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
|
|
1496
1497
|
border-radius: 2px !important;
|
|
1497
1498
|
outline: none !important;
|
|
@@ -1499,7 +1500,7 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
|
|
|
1499
1500
|
|
|
1500
1501
|
.mind-map-text-overlay-v2-card.is-passive[data-content-type="memo"],
|
|
1501
1502
|
.mind-map-text-overlay-v2-card.is-passive[data-content-type="note"] {
|
|
1502
|
-
border-color:
|
|
1503
|
+
border-color: var(--mind-node-static-edge) !important;
|
|
1503
1504
|
border-radius: 6px !important;
|
|
1504
1505
|
}
|
|
1505
1506
|
|
|
@@ -2070,8 +2071,8 @@ html.mindcanvas-platform-apple .css3d-resolution-wrapper.is-automation-relation-
|
|
|
2070
2071
|
background: transparent !important;
|
|
2071
2072
|
background-color: transparent !important;
|
|
2072
2073
|
background-image: none !important;
|
|
2073
|
-
border-color:
|
|
2074
|
-
outline-color:
|
|
2074
|
+
border-color: var(--mind-node-static-edge) !important;
|
|
2075
|
+
outline-color: var(--mind-node-static-edge) !important;
|
|
2075
2076
|
box-shadow: none !important;
|
|
2076
2077
|
}
|
|
2077
2078
|
|
|
@@ -3477,13 +3478,13 @@ html body .css3d-resolution-wrapper.node-type-embed .map-node.selected {
|
|
|
3477
3478
|
outline-offset: 0 !important;
|
|
3478
3479
|
}
|
|
3479
3480
|
|
|
3480
|
-
/* Text nodes keep
|
|
3481
|
+
/* Text nodes keep the same dark edge in motion and settled states now that decorative glow/shadow is gone.
|
|
3481
3482
|
Keep this scoped away from template, MDM, media, CSV, and remote-control cards. */
|
|
3482
3483
|
html body .css3d-resolution-wrapper > .map-node-bubble,
|
|
3483
3484
|
html body .css3d-resolution-wrapper > .map-node-note,
|
|
3484
3485
|
html body .css3d-resolution-wrapper > .map-node-code,
|
|
3485
3486
|
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) {
|
|
3486
|
-
border: 1px solid
|
|
3487
|
+
border: 1px solid var(--mind-node-static-edge) !important;
|
|
3487
3488
|
-webkit-box-shadow: none !important;
|
|
3488
3489
|
box-shadow: none !important;
|
|
3489
3490
|
-webkit-filter: none !important;
|
|
@@ -3524,7 +3525,7 @@ html body .css3d-resolution-wrapper > .map-node-automation:focus-within:not(.map
|
|
|
3524
3525
|
}
|
|
3525
3526
|
|
|
3526
3527
|
/* Final node edge policy:
|
|
3527
|
-
- unselected text-like surfaces use a
|
|
3528
|
+
- unselected text-like surfaces use a shared dark edge because glow is removed
|
|
3528
3529
|
- selected nodes, including AI task nodes, use the same blue edge as notes */
|
|
3529
3530
|
html body .css3d-resolution-wrapper.node-type-text > .map-node,
|
|
3530
3531
|
html body .css3d-resolution-wrapper.node-type-markdown > .map-node,
|
|
@@ -3534,7 +3535,7 @@ html body .css3d-resolution-wrapper > .map-node-agent:not(.map-node-template-car
|
|
|
3534
3535
|
html body .css3d-resolution-wrapper > .map-node-automation:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3535
3536
|
html body .mind-map-text-overlay-v2-shell.type-text,
|
|
3536
3537
|
html body .mind-map-text-overlay-v2-shell.type-markdown {
|
|
3537
|
-
border: 1px solid
|
|
3538
|
+
border: 1px solid var(--mind-node-static-edge) !important;
|
|
3538
3539
|
-webkit-box-shadow: none !important;
|
|
3539
3540
|
box-shadow: none !important;
|
|
3540
3541
|
-webkit-filter: none !important;
|
|
@@ -3574,7 +3575,7 @@ html body .css3d-resolution-wrapper.lod-low > .map-node-agent:not(.map-node-temp
|
|
|
3574
3575
|
html body .css3d-resolution-wrapper.lod-low > .map-node-automation:not(.map-node-template-card):not(.map-node-remote-fleet) {
|
|
3575
3576
|
background: rgba(255, 255, 255, 0.92) !important;
|
|
3576
3577
|
border: 0 !important;
|
|
3577
|
-
outline: 1px solid
|
|
3578
|
+
outline: 1px solid var(--mind-node-static-edge) !important;
|
|
3578
3579
|
outline-offset: 0 !important;
|
|
3579
3580
|
-webkit-box-shadow: none !important;
|
|
3580
3581
|
box-shadow: none !important;
|
|
@@ -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 = '20260621-pan-hit-edge-
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260621-pan-hit-edge-v804';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
// ▲▲▲ [Usage] ▲▲▲
|
|
52
52
|
|
|
53
53
|
// Procedural line rendering settings
|
|
54
|
-
const LOD_RENDERER_BUILD_ID = '20260621-pan-hit-edge-
|
|
54
|
+
const LOD_RENDERER_BUILD_ID = '20260621-pan-hit-edge-v804';
|
|
55
55
|
const DirtyKind = Object.freeze({
|
|
56
56
|
ResidentFullRebuild: 'resident-full-rebuild',
|
|
57
57
|
ResidentPatch: 'resident-patch',
|
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=20260621-pan-hit-edge-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-pan-hit-edge-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260621-pan-hit-edge-v804" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-pan-hit-edge-v804" />
|
|
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 = '20260621-pan-hit-edge-
|
|
582
|
+
const scriptVersion = '20260621-pan-hit-edge-v804';
|
|
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": "uewacM8C",
|
|
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-TAAJBJrcpNdmFLoefgNdicMJAVUw3zs8yI0nTGuYR28=",
|
|
46
46
|
"url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"url": "_content/MindExecution.Shared/js/marked.min.js"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
"hash": "sha256-
|
|
81
|
+
"hash": "sha256-De3oGUcCz1l28Dy2LZ0e6uDABVhEO2YwZXBEoOwaCNc=",
|
|
82
82
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"url": "_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"hash": "sha256-
|
|
117
|
+
"hash": "sha256-TDIjpVzBHnG856/WqhrhIIC/Iysim7DMMzfuADfMttc=",
|
|
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-
|
|
837
|
+
"hash": "sha256-gXujsMcnTgC0zCfaon0DxzTxdhaDhSqWtl/RchE8dx4=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|