@mindexec/cli 0.2.318 → 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 +16 -12
- 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/_content/MindExecution.Shared/js/renderers/CSS3DRenderer.js +4 -5
- package/wwwroot/index.html +3 -3
- package/wwwroot/service-worker-assets.js +6 -6
- 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;
|
|
@@ -3560,9 +3561,11 @@ html body .css3d-resolution-wrapper > .map-node-automation:focus-within:not(.map
|
|
|
3560
3561
|
|
|
3561
3562
|
/* Low-detail CSS3D proxy policy.
|
|
3562
3563
|
NORMAL/MID overview cards are not a readable text surface. Keeping the full
|
|
3563
|
-
DOM body
|
|
3564
|
-
|
|
3565
|
-
|
|
3564
|
+
DOM body at that scale turns content into aliasing noise, so non-selected
|
|
3565
|
+
low-detail text-like nodes collapse to a lightweight surface. Keep a
|
|
3566
|
+
screen-pixel outline instead of a layout border so idle and pan frames share
|
|
3567
|
+
the same visible edge without changing hit geometry. NEAR and selected nodes
|
|
3568
|
+
remain high-detail. */
|
|
3566
3569
|
html body .css3d-resolution-wrapper.lod-low.node-type-text > .map-node,
|
|
3567
3570
|
html body .css3d-resolution-wrapper.lod-low.node-type-markdown > .map-node,
|
|
3568
3571
|
html body .css3d-resolution-wrapper.lod-low.node-type-note > .map-node-note,
|
|
@@ -3572,7 +3575,8 @@ html body .css3d-resolution-wrapper.lod-low > .map-node-agent:not(.map-node-temp
|
|
|
3572
3575
|
html body .css3d-resolution-wrapper.lod-low > .map-node-automation:not(.map-node-template-card):not(.map-node-remote-fleet) {
|
|
3573
3576
|
background: rgba(255, 255, 255, 0.92) !important;
|
|
3574
3577
|
border: 0 !important;
|
|
3575
|
-
outline:
|
|
3578
|
+
outline: 1px solid var(--mind-node-static-edge) !important;
|
|
3579
|
+
outline-offset: 0 !important;
|
|
3576
3580
|
-webkit-box-shadow: none !important;
|
|
3577
3581
|
box-shadow: none !important;
|
|
3578
3582
|
-webkit-filter: 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-
|
|
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-
|
|
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',
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
var style = mode === 'flat' ? 'flat' : 'preserve-3d';
|
|
48
48
|
cameraElement.style.webkitTransformStyle = cameraElement.style.transformStyle = style;
|
|
49
49
|
}
|
|
50
|
-
function renderCameraOnly(renderer, camera){ setCameraElementMode('matrix3d'); var fov=camera.projectionMatrix.elements[5]*_heightHalf; if (cache.camera.fov!==fov){ renderer.domElement.style.webkitPerspective=renderer.domElement.style.perspective=fov+'px'; cache.camera.fov=fov; } if (camera.parent===null && camera.matrixWorldNeedsUpdate===true) camera.updateMatrixWorld(); var cameraCSSMatrix='translateZ('+fov+'px)'+getCameraCSSMatrix(camera.matrixWorldInverse); var style=cameraCSSMatrix+'translate('+_widthHalf+'px,'+_heightHalf+'px)'; if (cache.camera.style!==style){ cameraElement.style.webkitTransform=cameraElement.style.transform=style; cache.camera.style=style; } return cameraCSSMatrix; }
|
|
50
|
+
function renderCameraOnly(renderer, camera){ setCameraElementMode('matrix3d'); var fov=camera.projectionMatrix.elements[5]*_heightHalf; if (cache.camera.fov!==fov){ renderer.domElement.style.webkitPerspective=renderer.domElement.style.perspective=fov+'px'; cache.camera.fov=fov; } if (camera.parent===null && camera.matrixWorldNeedsUpdate===true) camera.updateMatrixWorld(); var cameraCSSMatrix='translateZ('+fov+'px)'+getCameraCSSMatrix(camera.matrixWorldInverse); var style=cameraCSSMatrix+'translate('+_widthHalf+'px,'+(-_heightHalf)+'px)'; if (cache.camera.style!==style){ cameraElement.style.webkitTransform=cameraElement.style.transform=style; cache.camera.style=style; } return cameraCSSMatrix; }
|
|
51
51
|
function renderFlatCameraOnly(renderer, camera, options){
|
|
52
52
|
if (!camera || !_width || !_height || !camera.isPerspectiveCamera) return false;
|
|
53
53
|
var position = camera.position || {};
|
|
@@ -60,10 +60,9 @@
|
|
|
60
60
|
if (Math.abs(Number(rotation.x || 0)) > 1e-5 || Math.abs(Number(rotation.y || 0)) > 1e-5 || Math.abs(Number(rotation.z || 0)) > 1e-5) return false;
|
|
61
61
|
var scale = (projectionScale * _heightHalf) / cameraZ;
|
|
62
62
|
var translateX = _widthHalf - cameraX * scale;
|
|
63
|
-
// Match the
|
|
64
|
-
//
|
|
65
|
-
|
|
66
|
-
var translateY = _heightHalf + cameraY * scale - (_height * scale);
|
|
63
|
+
// Match the runtime raycast/screen projection basis exactly. Adding a
|
|
64
|
+
// viewport-height correction here makes the DOM appear above its hit frame.
|
|
65
|
+
var translateY = _heightHalf + cameraY * scale;
|
|
67
66
|
var translateBucket = Math.max(0.001, Number(options && options.translateBucketPx || 0.25));
|
|
68
67
|
var scaleBucket = Math.max(0.000001, Number(options && options.scaleBucket || 0.0005));
|
|
69
68
|
var tx = Math.round(translateX / translateBucket) * translateBucket;
|
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-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-
|
|
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-
|
|
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
|
{
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"url": "_content/MindExecution.Shared/js/plan-master.js"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"hash": "sha256-
|
|
185
|
+
"hash": "sha256-rn3wB29vkOvPLqKtY2cSzewjxDWxAqPH/bUgthVZ7zo=",
|
|
186
186
|
"url": "_content/MindExecution.Shared/js/renderers/CSS3DRenderer.js"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
@@ -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
|
{
|