@mindexec/cli 0.2.306 → 0.2.307
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 +28 -4
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +16 -7
- 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
|
@@ -3407,13 +3407,13 @@ html body .css3d-resolution-wrapper.node-type-embed .map-node.selected {
|
|
|
3407
3407
|
outline-offset: 0 !important;
|
|
3408
3408
|
}
|
|
3409
3409
|
|
|
3410
|
-
/* Text nodes
|
|
3410
|
+
/* Text nodes keep a visible but alpha-soft edge now that decorative glow/shadow is gone.
|
|
3411
3411
|
Keep this scoped away from template, MDM, media, CSV, and remote-control cards. */
|
|
3412
3412
|
html body .css3d-resolution-wrapper > .map-node-bubble,
|
|
3413
3413
|
html body .css3d-resolution-wrapper > .map-node-note,
|
|
3414
3414
|
html body .css3d-resolution-wrapper > .map-node-code,
|
|
3415
3415
|
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) {
|
|
3416
|
-
border: 1px solid rgba(17, 24, 39, 0.
|
|
3416
|
+
border: 1px solid rgba(17, 24, 39, 0.42) !important;
|
|
3417
3417
|
-webkit-box-shadow: none !important;
|
|
3418
3418
|
box-shadow: none !important;
|
|
3419
3419
|
-webkit-filter: none !important;
|
|
@@ -3454,7 +3454,7 @@ html body .css3d-resolution-wrapper > .map-node-automation:focus-within:not(.map
|
|
|
3454
3454
|
}
|
|
3455
3455
|
|
|
3456
3456
|
/* Final node edge policy:
|
|
3457
|
-
- unselected text-like surfaces use a
|
|
3457
|
+
- unselected text-like surfaces use a soft dark edge because glow is removed
|
|
3458
3458
|
- selected nodes, including AI task nodes, use the same blue edge as notes */
|
|
3459
3459
|
html body .css3d-resolution-wrapper.node-type-text > .map-node,
|
|
3460
3460
|
html body .css3d-resolution-wrapper.node-type-markdown > .map-node,
|
|
@@ -3464,7 +3464,7 @@ html body .css3d-resolution-wrapper > .map-node-agent:not(.map-node-template-car
|
|
|
3464
3464
|
html body .css3d-resolution-wrapper > .map-node-automation:not(.map-node-template-card):not(.map-node-remote-fleet),
|
|
3465
3465
|
html body .mind-map-text-overlay-v2-shell.type-text,
|
|
3466
3466
|
html body .mind-map-text-overlay-v2-shell.type-markdown {
|
|
3467
|
-
border: 1px solid rgba(17, 24, 39, 0.
|
|
3467
|
+
border: 1px solid rgba(17, 24, 39, 0.42) !important;
|
|
3468
3468
|
-webkit-box-shadow: none !important;
|
|
3469
3469
|
box-shadow: none !important;
|
|
3470
3470
|
-webkit-filter: none !important;
|
|
@@ -3534,6 +3534,10 @@ html body .css3d-resolution-wrapper.lod-low.node-type-memo .map-node-memo__agent
|
|
|
3534
3534
|
html body .css3d-resolution-wrapper.lod-low.node-type-memo .map-node-memo__agent-results,
|
|
3535
3535
|
html body .css3d-resolution-wrapper.lod-low.node-type-memo .map-node-memo__automation-pins,
|
|
3536
3536
|
html body .css3d-resolution-wrapper.lod-low.node-type-memo .map-node-memo__automation-pin,
|
|
3537
|
+
html body .css3d-resolution-wrapper.lod-low .map-node-memo__automation-pins,
|
|
3538
|
+
html body .css3d-resolution-wrapper.lod-low .map-node-memo__automation-pin,
|
|
3539
|
+
html body .css3d-resolution-wrapper.lod-low .map-node-memo__automation-pin-dot,
|
|
3540
|
+
html body .css3d-resolution-wrapper.lod-low .map-node-memo__automation-pin-label,
|
|
3537
3541
|
html body .css3d-resolution-wrapper.lod-low > .map-node-agent .map-node-memo__header,
|
|
3538
3542
|
html body .css3d-resolution-wrapper.lod-low > .map-node-automation .map-node-memo__header,
|
|
3539
3543
|
html body .css3d-resolution-wrapper.lod-low > .map-node-agent .map-node-memo__automation-pins,
|
|
@@ -3556,3 +3560,23 @@ html body .css3d-resolution-wrapper.lod-low > .map-node-automation .map-node-mem
|
|
|
3556
3560
|
border: 0 !important;
|
|
3557
3561
|
overflow: hidden !important;
|
|
3558
3562
|
}
|
|
3563
|
+
|
|
3564
|
+
html body .css3d-resolution-wrapper.lod-low.node-type-video > .map-node {
|
|
3565
|
+
background: rgba(255, 255, 255, 0.9) !important;
|
|
3566
|
+
border: 0 !important;
|
|
3567
|
+
-webkit-box-shadow: none !important;
|
|
3568
|
+
box-shadow: none !important;
|
|
3569
|
+
outline: 0 !important;
|
|
3570
|
+
overflow: hidden !important;
|
|
3571
|
+
}
|
|
3572
|
+
|
|
3573
|
+
html body .css3d-resolution-wrapper.lod-low.node-type-video .node-response,
|
|
3574
|
+
html body .css3d-resolution-wrapper.lod-low.node-type-video .ai-loading-row,
|
|
3575
|
+
html body .css3d-resolution-wrapper.lod-low.node-type-video video,
|
|
3576
|
+
html body .css3d-resolution-wrapper.lod-low.node-type-video canvas.mind-map-video-proxy,
|
|
3577
|
+
html body .css3d-resolution-wrapper.lod-low.node-type-video .video-content > video,
|
|
3578
|
+
html body .css3d-resolution-wrapper.lod-low.node-type-video .video-content > canvas.mind-map-video-proxy {
|
|
3579
|
+
display: none !important;
|
|
3580
|
+
opacity: 0 !important;
|
|
3581
|
+
pointer-events: none !important;
|
|
3582
|
+
}
|
|
@@ -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-soft-fullres-edge-v780';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -873,28 +873,37 @@
|
|
|
873
873
|
function isCss3dEntryUnsafeForSettledFlatScene(entry) {
|
|
874
874
|
const model = entry?.model || {};
|
|
875
875
|
const type = String(model.contentType ?? model.ContentType ?? '').trim().toLowerCase();
|
|
876
|
-
|
|
876
|
+
const element = entry?.cssObject?.element || null;
|
|
877
|
+
const classList = element?.classList || null;
|
|
878
|
+
const isLowDetailVideoProxy =
|
|
879
|
+
type === 'video' &&
|
|
880
|
+
classList?.contains?.('node-type-video') === true &&
|
|
881
|
+
classList?.contains?.('lod-low') === true;
|
|
882
|
+
|
|
883
|
+
if (!CSS3D_SETTLED_TEXT_FLAT_SAFE_TYPES.has(type) && isLowDetailVideoProxy !== true) {
|
|
877
884
|
return true;
|
|
878
885
|
}
|
|
879
886
|
|
|
880
|
-
if (type === 'video' ||
|
|
887
|
+
if ((type === 'video' && isLowDetailVideoProxy !== true) ||
|
|
881
888
|
type === 'csv-table' ||
|
|
882
889
|
type === 'templatelauncher') {
|
|
883
890
|
return true;
|
|
884
891
|
}
|
|
885
892
|
|
|
886
|
-
const element = entry?.cssObject?.element || null;
|
|
887
893
|
if (!element) {
|
|
888
894
|
return true;
|
|
889
895
|
}
|
|
890
896
|
|
|
891
|
-
|
|
892
|
-
if (classList?.contains?.('node-type-video') === true ||
|
|
897
|
+
if ((classList?.contains?.('node-type-video') === true && isLowDetailVideoProxy !== true) ||
|
|
893
898
|
classList?.contains?.('node-type-csv-table') === true ||
|
|
894
899
|
classList?.contains?.('node-type-templatelauncher') === true) {
|
|
895
900
|
return true;
|
|
896
901
|
}
|
|
897
902
|
|
|
903
|
+
if (isLowDetailVideoProxy === true) {
|
|
904
|
+
return false;
|
|
905
|
+
}
|
|
906
|
+
|
|
898
907
|
return !!element.querySelector?.(
|
|
899
908
|
'iframe, video, canvas, .map-node-template-card, .map-node-remote-fleet, .csv-table-scroll, [data-remote-fleet-resize-handle="true"]'
|
|
900
909
|
);
|
|
@@ -9283,7 +9292,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
9283
9292
|
const shouldUseAnimationCadenceForWebglFrame =
|
|
9284
9293
|
isCameraNavigationOnlyInteractiveFrame === true
|
|
9285
9294
|
? false
|
|
9286
|
-
:
|
|
9295
|
+
: shouldUseAnimation60Fps === true;
|
|
9287
9296
|
const shouldHoldWebglCanvasTransformDuringCameraNavigation = !!(
|
|
9288
9297
|
isWebglRenderEnabled &&
|
|
9289
9298
|
isCameraNavigationOnlyInteractiveFrame === true &&
|
|
@@ -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-soft-fullres-edge-v780';
|
|
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-
|
|
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-soft-fullres-edge-v780" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260621-soft-fullres-edge-v780" />
|
|
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-soft-fullres-edge-v780';
|
|
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": "087bIbjC",
|
|
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-HlPWvXUm8UFkLAf1uuozOcAqpuOcRhX3a+SfAIkEwsA=",
|
|
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-HteTygKSo5gNms4y1Ut5uxyKTA++GF7xgkaoAzm/6OA=",
|
|
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-mL3Q1c1XFya6P4MFDYyZPNqKE74qwLxWkTZGbeij0rc=",
|
|
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-am6VNZK+U0a3vIEZvec0UOBP2dLEqtLhlankGTlaD88=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|