@mindexec/cli 0.2.465 → 0.2.466
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/README.md +1 -0
- package/codex-runtime.js +521 -15
- package/package.json +35 -33
- package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
- package/remote-fast/osx-x64/mindexec-remote-fast.dll +0 -0
- package/remote-fast/win-x64/mindexec-remote-fast.dll +0 -0
- package/scripts/board-render-ownership-smoke.mjs +85 -0
- package/scripts/codex-sdk-image-runtime-smoke.mjs +121 -0
- package/server.js +17 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-board-render-ownership.js +81 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +85 -32
- package/wwwroot/_framework/MindExecution.Core.psrddqi3mi.dll +0 -0
- package/wwwroot/_framework/{MindExecution.Kernel.98wpeg0ntq.dll → MindExecution.Kernel.emus4f6jja.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Admin.y25y20jkiv.dll → MindExecution.Plugins.Admin.q3gz9b4wp8.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Business.guko3zr1rb.dll → MindExecution.Plugins.Business.dr4m9mbnc5.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Concept.qmin06apyt.dll → MindExecution.Plugins.Concept.xzrzi61p7e.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.Directory.6rw2l9utyr.dll → MindExecution.Plugins.Directory.hcbtf3n8w7.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.72ir717kho.dll → MindExecution.Plugins.PlanMaster.1w09epz56f.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.YouTube.rkge49vbw6.dll → MindExecution.Plugins.YouTube.7vjbulgfo8.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Shared.q4dgev2e3z.dll → MindExecution.Shared.zj2n1axexl.dll} +0 -0
- package/wwwroot/_framework/MindExecution.Web.z1np8j1qu6.dll +0 -0
- package/wwwroot/_framework/blazor.boot.json +21 -21
- package/wwwroot/index.html +2 -1
- package/wwwroot/service-worker-assets.js +28 -24
- package/wwwroot/service-worker.js +1 -1
- package/wwwroot/_framework/MindExecution.Core.o29fdql6j5.dll +0 -0
- package/wwwroot/_framework/MindExecution.Web.ckdrqv28k2.dll +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mainAssemblyName": "MindExecution.Web",
|
|
3
3
|
"resources": {
|
|
4
|
-
"hash": "sha256-
|
|
4
|
+
"hash": "sha256-ZCsr6yMshf12g8H1C7Es4Bcxp7qN8HF/8VqttnLuOao=",
|
|
5
5
|
"fingerprinting": {
|
|
6
6
|
"Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
|
|
7
7
|
"Markdig.d1j7v41cl1.dll": "Markdig.dll",
|
|
@@ -122,16 +122,16 @@
|
|
|
122
122
|
"System.brmz7yk5qh.dll": "System.dll",
|
|
123
123
|
"netstandard.b50t77veor.dll": "netstandard.dll",
|
|
124
124
|
"System.Private.CoreLib.g6ztz7cmo2.dll": "System.Private.CoreLib.dll",
|
|
125
|
-
"MindExecution.Core.
|
|
126
|
-
"MindExecution.Kernel.
|
|
127
|
-
"MindExecution.Plugins.Admin.
|
|
128
|
-
"MindExecution.Plugins.Business.
|
|
129
|
-
"MindExecution.Plugins.Concept.
|
|
130
|
-
"MindExecution.Plugins.Directory.
|
|
131
|
-
"MindExecution.Plugins.PlanMaster.
|
|
132
|
-
"MindExecution.Plugins.YouTube.
|
|
133
|
-
"MindExecution.Shared.
|
|
134
|
-
"MindExecution.Web.
|
|
125
|
+
"MindExecution.Core.psrddqi3mi.dll": "MindExecution.Core.dll",
|
|
126
|
+
"MindExecution.Kernel.emus4f6jja.dll": "MindExecution.Kernel.dll",
|
|
127
|
+
"MindExecution.Plugins.Admin.q3gz9b4wp8.dll": "MindExecution.Plugins.Admin.dll",
|
|
128
|
+
"MindExecution.Plugins.Business.dr4m9mbnc5.dll": "MindExecution.Plugins.Business.dll",
|
|
129
|
+
"MindExecution.Plugins.Concept.xzrzi61p7e.dll": "MindExecution.Plugins.Concept.dll",
|
|
130
|
+
"MindExecution.Plugins.Directory.hcbtf3n8w7.dll": "MindExecution.Plugins.Directory.dll",
|
|
131
|
+
"MindExecution.Plugins.PlanMaster.1w09epz56f.dll": "MindExecution.Plugins.PlanMaster.dll",
|
|
132
|
+
"MindExecution.Plugins.YouTube.7vjbulgfo8.dll": "MindExecution.Plugins.YouTube.dll",
|
|
133
|
+
"MindExecution.Shared.zj2n1axexl.dll": "MindExecution.Shared.dll",
|
|
134
|
+
"MindExecution.Web.z1np8j1qu6.dll": "MindExecution.Web.dll",
|
|
135
135
|
"dotnet.native.566r55w3xu.js": "dotnet.native.js",
|
|
136
136
|
"dotnet.native.x6q5aixc38.wasm": "dotnet.native.wasm",
|
|
137
137
|
"dotnet.js": "dotnet.js",
|
|
@@ -276,18 +276,18 @@
|
|
|
276
276
|
"System.Xml.XDocument.sn51jas17n.dll": "sha256-GNI2kFgFmPTwzuzwUn8gxK+AzGLUWRJFdg9JzIbrybQ=",
|
|
277
277
|
"System.brmz7yk5qh.dll": "sha256-CfM2miyj1KHApFmqMdLYWio3S/jrdON2pW9Xr2nTwlo=",
|
|
278
278
|
"netstandard.b50t77veor.dll": "sha256-//jQGOXjb8ET8WtXgOJrAxLx6E7zDJ5RjRRutwkvmxo=",
|
|
279
|
-
"MindExecution.Core.
|
|
280
|
-
"MindExecution.Kernel.
|
|
281
|
-
"MindExecution.Plugins.Business.
|
|
282
|
-
"MindExecution.Plugins.Concept.
|
|
283
|
-
"MindExecution.Plugins.PlanMaster.
|
|
284
|
-
"MindExecution.Shared.
|
|
285
|
-
"MindExecution.Web.
|
|
279
|
+
"MindExecution.Core.psrddqi3mi.dll": "sha256-B33cTW2KC7j+nxxSkwA1KD3qCGmLk7qH0DvEMA+qPCk=",
|
|
280
|
+
"MindExecution.Kernel.emus4f6jja.dll": "sha256-+jWRYJUSZg/+/yuEpHFeoW05bwhQq+1uJ519QRLal6o=",
|
|
281
|
+
"MindExecution.Plugins.Business.dr4m9mbnc5.dll": "sha256-mfINIgO0Jb1B9JNJVuBjGebWdT05+X1WusarZ0UhC2E=",
|
|
282
|
+
"MindExecution.Plugins.Concept.xzrzi61p7e.dll": "sha256-gw0HIuC4xerbOv3GbS/66kRPU98Hzo5oWVC7BCFig3A=",
|
|
283
|
+
"MindExecution.Plugins.PlanMaster.1w09epz56f.dll": "sha256-wa5PyOU/QkpFcW0/wiNbtYjtEIOtkqfuqaQsVeAMXBk=",
|
|
284
|
+
"MindExecution.Shared.zj2n1axexl.dll": "sha256-UfqtUG6XriHJTwSc8E0LUD65HYeTJxSedYz4UZl8dg8=",
|
|
285
|
+
"MindExecution.Web.z1np8j1qu6.dll": "sha256-9wQB1wuAG+0sMQV1UZOybyqGSWmQyBMyMxJrHwpQFp4="
|
|
286
286
|
},
|
|
287
287
|
"lazyAssembly": {
|
|
288
|
-
"MindExecution.Plugins.Admin.
|
|
289
|
-
"MindExecution.Plugins.Directory.
|
|
290
|
-
"MindExecution.Plugins.YouTube.
|
|
288
|
+
"MindExecution.Plugins.Admin.q3gz9b4wp8.dll": "sha256-us79gHGdEtfuUIlKqMmJZFbHE9sB+OBzsGgiaOIJCGk=",
|
|
289
|
+
"MindExecution.Plugins.Directory.hcbtf3n8w7.dll": "sha256-T1ay20LkWJDPggiQ1ws5h0f6e34xLCmQV3qXVsMZIHc=",
|
|
290
|
+
"MindExecution.Plugins.YouTube.7vjbulgfo8.dll": "sha256-rbRIYqL6wVvLLLHmkDp3ct+dVjUGw7mW8bn3c30SvuA="
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
293
|
"cacheBootResources": true,
|
package/wwwroot/index.html
CHANGED
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
const base = '_content/MindExecution.Shared/js/';
|
|
617
|
-
const scriptVersion = '
|
|
617
|
+
const scriptVersion = '20260819-board-owner-grid-v975';
|
|
618
618
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
619
619
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
620
620
|
const criticalScripts = [
|
|
@@ -640,6 +640,7 @@
|
|
|
640
640
|
'mind-map-multi-select.js',
|
|
641
641
|
'mind-map-interactions.js',
|
|
642
642
|
'mind-map-dnd.js',
|
|
643
|
+
'mind-map-board-render-ownership.js',
|
|
643
644
|
'mind-map-render-plan.js',
|
|
644
645
|
'mind-map-normal-boundary-optimizer.js',
|
|
645
646
|
'mind-map-lod-video-placeholder.js',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "plldCWxD",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -82,7 +82,11 @@ self.assetsManifest = {
|
|
|
82
82
|
"url": "_content/MindExecution.Shared/js/mind-map-animated-image-preview.js"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
|
-
"hash": "sha256-
|
|
85
|
+
"hash": "sha256-W/h4gC38IZn54pM6q++JJFSbDBLokscPLSNvh3xMFpw=",
|
|
86
|
+
"url": "_content/MindExecution.Shared/js/mind-map-board-render-ownership.js"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"hash": "sha256-+YNEfvac1szWmQjPUmzKmTUVCS5qHcXNn6k2W2mlFQ8=",
|
|
86
90
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
87
91
|
},
|
|
88
92
|
{
|
|
@@ -434,44 +438,44 @@ self.assetsManifest = {
|
|
|
434
438
|
"url": "_framework/MimeMapping.og9ys58ylm.dll"
|
|
435
439
|
},
|
|
436
440
|
{
|
|
437
|
-
"hash": "sha256-
|
|
438
|
-
"url": "_framework/MindExecution.Core.
|
|
441
|
+
"hash": "sha256-B33cTW2KC7j+nxxSkwA1KD3qCGmLk7qH0DvEMA+qPCk=",
|
|
442
|
+
"url": "_framework/MindExecution.Core.psrddqi3mi.dll"
|
|
439
443
|
},
|
|
440
444
|
{
|
|
441
|
-
"hash": "sha256
|
|
442
|
-
"url": "_framework/MindExecution.Kernel.
|
|
445
|
+
"hash": "sha256-+jWRYJUSZg/+/yuEpHFeoW05bwhQq+1uJ519QRLal6o=",
|
|
446
|
+
"url": "_framework/MindExecution.Kernel.emus4f6jja.dll"
|
|
443
447
|
},
|
|
444
448
|
{
|
|
445
|
-
"hash": "sha256-
|
|
446
|
-
"url": "_framework/MindExecution.Plugins.Admin.
|
|
449
|
+
"hash": "sha256-us79gHGdEtfuUIlKqMmJZFbHE9sB+OBzsGgiaOIJCGk=",
|
|
450
|
+
"url": "_framework/MindExecution.Plugins.Admin.q3gz9b4wp8.dll"
|
|
447
451
|
},
|
|
448
452
|
{
|
|
449
|
-
"hash": "sha256-
|
|
450
|
-
"url": "_framework/MindExecution.Plugins.Business.
|
|
453
|
+
"hash": "sha256-mfINIgO0Jb1B9JNJVuBjGebWdT05+X1WusarZ0UhC2E=",
|
|
454
|
+
"url": "_framework/MindExecution.Plugins.Business.dr4m9mbnc5.dll"
|
|
451
455
|
},
|
|
452
456
|
{
|
|
453
|
-
"hash": "sha256-
|
|
454
|
-
"url": "_framework/MindExecution.Plugins.Concept.
|
|
457
|
+
"hash": "sha256-gw0HIuC4xerbOv3GbS/66kRPU98Hzo5oWVC7BCFig3A=",
|
|
458
|
+
"url": "_framework/MindExecution.Plugins.Concept.xzrzi61p7e.dll"
|
|
455
459
|
},
|
|
456
460
|
{
|
|
457
|
-
"hash": "sha256-
|
|
458
|
-
"url": "_framework/MindExecution.Plugins.Directory.
|
|
461
|
+
"hash": "sha256-T1ay20LkWJDPggiQ1ws5h0f6e34xLCmQV3qXVsMZIHc=",
|
|
462
|
+
"url": "_framework/MindExecution.Plugins.Directory.hcbtf3n8w7.dll"
|
|
459
463
|
},
|
|
460
464
|
{
|
|
461
|
-
"hash": "sha256-
|
|
462
|
-
"url": "_framework/MindExecution.Plugins.PlanMaster.
|
|
465
|
+
"hash": "sha256-wa5PyOU/QkpFcW0/wiNbtYjtEIOtkqfuqaQsVeAMXBk=",
|
|
466
|
+
"url": "_framework/MindExecution.Plugins.PlanMaster.1w09epz56f.dll"
|
|
463
467
|
},
|
|
464
468
|
{
|
|
465
|
-
"hash": "sha256-
|
|
466
|
-
"url": "_framework/MindExecution.Plugins.YouTube.
|
|
469
|
+
"hash": "sha256-rbRIYqL6wVvLLLHmkDp3ct+dVjUGw7mW8bn3c30SvuA=",
|
|
470
|
+
"url": "_framework/MindExecution.Plugins.YouTube.7vjbulgfo8.dll"
|
|
467
471
|
},
|
|
468
472
|
{
|
|
469
|
-
"hash": "sha256-
|
|
470
|
-
"url": "_framework/MindExecution.Shared.
|
|
473
|
+
"hash": "sha256-UfqtUG6XriHJTwSc8E0LUD65HYeTJxSedYz4UZl8dg8=",
|
|
474
|
+
"url": "_framework/MindExecution.Shared.zj2n1axexl.dll"
|
|
471
475
|
},
|
|
472
476
|
{
|
|
473
|
-
"hash": "sha256-
|
|
474
|
-
"url": "_framework/MindExecution.Web.
|
|
477
|
+
"hash": "sha256-9wQB1wuAG+0sMQV1UZOybyqGSWmQyBMyMxJrHwpQFp4=",
|
|
478
|
+
"url": "_framework/MindExecution.Web.z1np8j1qu6.dll"
|
|
475
479
|
},
|
|
476
480
|
{
|
|
477
481
|
"hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
|
|
@@ -790,7 +794,7 @@ self.assetsManifest = {
|
|
|
790
794
|
"url": "_framework/Websocket.Client.vapounvmnl.dll"
|
|
791
795
|
},
|
|
792
796
|
{
|
|
793
|
-
"hash": "sha256-
|
|
797
|
+
"hash": "sha256-yveVWUW29Nw/d1qRdB9Q6r3BjTMpqnEkjEhqwMxzaI4=",
|
|
794
798
|
"url": "_framework/blazor.boot.json"
|
|
795
799
|
},
|
|
796
800
|
{
|
|
@@ -866,7 +870,7 @@ self.assetsManifest = {
|
|
|
866
870
|
"url": "icon-512.png"
|
|
867
871
|
},
|
|
868
872
|
{
|
|
869
|
-
"hash": "sha256-
|
|
873
|
+
"hash": "sha256-9dWOZC5NL0BDx5c/eCMKiBn/zJYlPtkAemjcgPyZeK8=",
|
|
870
874
|
"url": "index.html"
|
|
871
875
|
},
|
|
872
876
|
{
|
|
Binary file
|
|
Binary file
|