@mindexec/cli 0.2.483 → 0.2.494

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.
Files changed (70) hide show
  1. package/codex-runtime.js +6 -2
  2. package/electron/main.cjs +56 -32
  3. package/electron/preload.cjs +178 -0
  4. package/electron/source-smoke.mjs +14 -1
  5. package/electron/windows-package-smoke.mjs +16 -0
  6. package/package.json +11 -10
  7. package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
  8. package/remote-fast/osx-x64/mindexec-remote-fast.dll +0 -0
  9. package/remote-fast/win-x64/mindexec-remote-fast.dll +0 -0
  10. package/wwwroot/_content/MindExecution.Shared/css/app.css +1 -1
  11. package/wwwroot/_content/MindExecution.Shared/js/canvas-chat-task-switch.js +122 -0
  12. package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +161 -16
  13. package/wwwroot/_content/MindExecution.Shared/js/mind-map-interactions.js +68 -2
  14. package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js +44 -8
  15. package/wwwroot/_content/MindExecution.Shared/js/mind-map-logic-workers.js +823 -111
  16. package/wwwroot/_content/MindExecution.Shared/js/mind-map-native-core-bridge.js +399 -0
  17. package/wwwroot/_content/MindExecution.Shared/js/mind-map-node-search-worker.js +53 -10
  18. package/wwwroot/_content/MindExecution.Shared/js/mind-map-visibility-worker.js +71 -11
  19. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-core-simd.js +18 -0
  20. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-core-simd.wasm +0 -0
  21. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-core.js +18 -0
  22. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-core.wasm +0 -0
  23. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-native-core-adapter.js +566 -0
  24. package/wwwroot/_content/MindExecution.Shared/native-core/mindexec-native-core-worker.js +89 -0
  25. package/wwwroot/_content/MindExecution.Shared/native-core/native-core-manifest.json +59 -0
  26. package/wwwroot/_framework/BenchmarkUtils.ytz7pn9azy.dll +0 -0
  27. package/wwwroot/_framework/Edgar.9yqq548b45.dll +0 -0
  28. package/wwwroot/_framework/GraphPlanarityTesting.lgk3vd0bh9.dll +0 -0
  29. package/wwwroot/_framework/Microsoft.Win32.SystemEvents.f8qhom7uq5.dll +0 -0
  30. package/wwwroot/_framework/{MindExecution.Core.zs4n1f9hjc.dll → MindExecution.Core.tre9kny2uo.dll} +0 -0
  31. package/wwwroot/_framework/{MindExecution.Kernel.l9idvg7mp7.dll → MindExecution.Kernel.lvfnhwdksf.dll} +0 -0
  32. package/wwwroot/_framework/{MindExecution.Plugins.Admin.l37qx5d8zi.dll → MindExecution.Plugins.Admin.k2vbe4lt64.dll} +0 -0
  33. package/wwwroot/_framework/{MindExecution.Plugins.Business.d7b282yazn.dll → MindExecution.Plugins.Business.u7i3r45xp5.dll} +0 -0
  34. package/wwwroot/_framework/{MindExecution.Plugins.Concept.iw98n0qz5k.dll → MindExecution.Plugins.Concept.7eoasvev17.dll} +0 -0
  35. package/wwwroot/_framework/{MindExecution.Plugins.Directory.cqgn6pa8di.dll → MindExecution.Plugins.Directory.rhh13u0z6c.dll} +0 -0
  36. package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.j8xoa8nl57.dll → MindExecution.Plugins.PlanMaster.xzl2x2cqk4.dll} +0 -0
  37. package/wwwroot/_framework/{MindExecution.Plugins.YouTube.zvpzk7om4z.dll → MindExecution.Plugins.YouTube.945tf0zc9m.dll} +0 -0
  38. package/wwwroot/_framework/{MindExecution.Shared.ovot7q606x.dll → MindExecution.Shared.e0w408b0ti.dll} +0 -0
  39. package/wwwroot/_framework/{MindExecution.Web.bzuaz35jv0.dll → MindExecution.Web.vc6ux7xjcw.dll} +0 -0
  40. package/wwwroot/_framework/RangeTree.iw8h1x5u2y.dll +0 -0
  41. package/wwwroot/_framework/System.Collections.Concurrent.jzwteolu29.dll +0 -0
  42. package/wwwroot/_framework/System.Collections.NonGeneric.uqtvwssxuq.dll +0 -0
  43. package/wwwroot/_framework/System.Collections.Specialized.85qtrfslgb.dll +0 -0
  44. package/wwwroot/_framework/System.Collections.xmhu72xgrp.dll +0 -0
  45. package/wwwroot/_framework/System.ComponentModel.Primitives.excbd02v5j.dll +0 -0
  46. package/wwwroot/_framework/System.ComponentModel.TypeConverter.ek2jcwibb9.dll +0 -0
  47. package/wwwroot/_framework/System.ComponentModel.wfe9zz2icv.dll +0 -0
  48. package/wwwroot/_framework/System.Console.5j283so6ps.dll +0 -0
  49. package/wwwroot/_framework/System.Drawing.Common.xzizafq144.dll +0 -0
  50. package/wwwroot/_framework/System.Private.CoreLib.7ouudb2fbl.dll +0 -0
  51. package/wwwroot/_framework/{System.Text.RegularExpressions.cvkox11l6l.dll → System.Text.RegularExpressions.b0vqxbob08.dll} +0 -0
  52. package/wwwroot/_framework/System.Threading.Tasks.Parallel.9tqazg1b0u.dll +0 -0
  53. package/wwwroot/_framework/System.Threading.Tasks.zl4yo3otxa.dll +0 -0
  54. package/wwwroot/_framework/YamlDotNet.dtey92juka.dll +0 -0
  55. package/wwwroot/_framework/blazor.boot.json +63 -45
  56. package/wwwroot/_framework/{dotnet.native.60hhmnxyoo.wasm → dotnet.native.58bvs6q392.wasm} +0 -0
  57. package/wwwroot/_framework/netstandard.he3m3p1s9q.dll +0 -0
  58. package/wwwroot/index.html +2 -1
  59. package/wwwroot/service-worker-assets.js +128 -56
  60. package/wwwroot/service-worker.js +1 -1
  61. package/wwwroot/_framework/System.Collections.3iuoxbe8my.dll +0 -0
  62. package/wwwroot/_framework/System.Collections.Concurrent.vow3rm1dku.dll +0 -0
  63. package/wwwroot/_framework/System.Collections.NonGeneric.npjkaz40oc.dll +0 -0
  64. package/wwwroot/_framework/System.Collections.Specialized.ugkjbs6p02.dll +0 -0
  65. package/wwwroot/_framework/System.ComponentModel.Primitives.end4v0xe2c.dll +0 -0
  66. package/wwwroot/_framework/System.ComponentModel.TypeConverter.tgtp5sm4iv.dll +0 -0
  67. package/wwwroot/_framework/System.ComponentModel.wupoltkk1t.dll +0 -0
  68. package/wwwroot/_framework/System.Console.9dik0wogo2.dll +0 -0
  69. package/wwwroot/_framework/System.Private.CoreLib.7s8wte759y.dll +0 -0
  70. package/wwwroot/_framework/netstandard.b50t77veor.dll +0 -0
@@ -0,0 +1,59 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "abiVersion": 1,
4
+ "engineVersion": "0.1.0",
5
+ "status": "experimental-native-primary",
6
+ "generatedUtc": "2026-08-30T07:12:19.1507322Z",
7
+ "sources": [
8
+ {
9
+ "name": "engine/CMakeLists.txt",
10
+ "sha256": "80dafcd233aae1a5611af3930e22fc8e392a7cb9b13da50805c09c985c2f7a37"
11
+ },
12
+ {
13
+ "name": "engine/core/include/mindexec/core_api.h",
14
+ "sha256": "fd7f8bcafae2b27c663f19ce62207e9ba181da0b45a806d0c3a22e7607981b9e"
15
+ },
16
+ {
17
+ "name": "engine/core/src/core_api.cpp",
18
+ "sha256": "ce535a5471eb06fc9ed139438cc7a949650b79bf7efbffcac86ae202d1db0de2"
19
+ },
20
+ {
21
+ "name": "engine/wasm/wasm_entry.cpp",
22
+ "sha256": "e57edfec23a1f216546359330b31b5c03616ad0529292230dd20e8da3b26c7c1"
23
+ },
24
+ {
25
+ "name": "MindExecution.Shared/wwwroot/native-core/mindexec-native-core-adapter.js",
26
+ "sha256": "a51a7bd5ea08e42a62b28de2828e48d7f062088f5ef885178a52ee54f458c138"
27
+ },
28
+ {
29
+ "name": "MindExecution.Shared/wwwroot/native-core/mindexec-native-core-worker.js",
30
+ "sha256": "7c2de3f9124f8436d51b2beeb2950be05dc897081cb9c2a2b6dcb2be8aace053"
31
+ },
32
+ {
33
+ "name": "scripts/build-native-core.ps1",
34
+ "sha256": "0ead275f5f4ef6a35c9d1862db8a9b5a10e20781d35d0618e2170a27ec1886bc"
35
+ }
36
+ ],
37
+ "files": [
38
+ {
39
+ "name": "mindexec-core.js",
40
+ "bytes": 13694,
41
+ "sha256": "2e3885ff174c53cf97d5d403b7ef0e6e07c03b808fb04728ba77abaf5fa5925e"
42
+ },
43
+ {
44
+ "name": "mindexec-core.wasm",
45
+ "bytes": 59493,
46
+ "sha256": "f6cc97fde5be8744220e264f855384005e6378d9c5d0a1c901d2f6b41ea0f589"
47
+ },
48
+ {
49
+ "name": "mindexec-core-simd.js",
50
+ "bytes": 13711,
51
+ "sha256": "d5088a80ad3853e8a8028f506e74f42db1b22b3d1657c93edf4229d35577d172"
52
+ },
53
+ {
54
+ "name": "mindexec-core-simd.wasm",
55
+ "bytes": 62897,
56
+ "sha256": "92ea6a7c82c531298b53a2e330648e442d1efb9c4760c15357c7eac89da2e4a7"
57
+ }
58
+ ]
59
+ }
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "mainAssemblyName": "MindExecution.Web",
3
3
  "resources": {
4
- "hash": "sha256-VyYJMbhTNysenfG7hYUM60kwM/91meEc0+JAIXAd4MA=",
4
+ "hash": "sha256-+9C8RLzNbrTQDRmN4By8EyLK7EfZCP3u8M86Mpy5ODk=",
5
5
  "fingerprinting": {
6
+ "BenchmarkUtils.ytz7pn9azy.dll": "BenchmarkUtils.dll",
7
+ "Edgar.9yqq548b45.dll": "Edgar.dll",
6
8
  "Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
9
+ "GraphPlanarityTesting.lgk3vd0bh9.dll": "GraphPlanarityTesting.dll",
7
10
  "Markdig.d1j7v41cl1.dll": "Markdig.dll",
8
11
  "MessagePack.7vlan1azj0.dll": "MessagePack.dll",
9
12
  "MessagePack.Annotations.py0sy1kn1f.dll": "MessagePack.Annotations.dll",
@@ -40,8 +43,10 @@
40
43
  "Microsoft.ML.OnnxRuntime.w9deo1m5ss.dll": "Microsoft.ML.OnnxRuntime.dll",
41
44
  "Microsoft.ML.Tokenizers.cm2vuv2z61.dll": "Microsoft.ML.Tokenizers.dll",
42
45
  "Microsoft.NET.StringTools.3qbrf4v2ki.dll": "Microsoft.NET.StringTools.dll",
46
+ "Microsoft.Win32.SystemEvents.f8qhom7uq5.dll": "Microsoft.Win32.SystemEvents.dll",
43
47
  "MimeMapping.og9ys58ylm.dll": "MimeMapping.dll",
44
48
  "Newtonsoft.Json.a56zs13vug.dll": "Newtonsoft.Json.dll",
49
+ "RangeTree.iw8h1x5u2y.dll": "RangeTree.dll",
45
50
  "SQLitePCLRaw.batteries_v2.sfbkwlzomg.dll": "SQLitePCLRaw.batteries_v2.dll",
46
51
  "SQLitePCLRaw.core.uwwith8gy4.dll": "SQLitePCLRaw.core.dll",
47
52
  "SQLitePCLRaw.provider.e_sqlite3.48c2jqzyip.dll": "SQLitePCLRaw.provider.e_sqlite3.dll",
@@ -52,21 +57,23 @@
52
57
  "Supabase.Postgrest.gmuuv369ih.dll": "Supabase.Postgrest.dll",
53
58
  "Supabase.Realtime.ox3kchdy3w.dll": "Supabase.Realtime.dll",
54
59
  "Supabase.Storage.fnjnepaowr.dll": "Supabase.Storage.dll",
60
+ "System.Drawing.Common.xzizafq144.dll": "System.Drawing.Common.dll",
55
61
  "System.IdentityModel.Tokens.Jwt.t67es60z5b.dll": "System.IdentityModel.Tokens.Jwt.dll",
56
62
  "System.Numerics.Tensors.dsa4b5t80k.dll": "System.Numerics.Tensors.dll",
57
63
  "System.Reactive.t3fuon548l.dll": "System.Reactive.dll",
58
64
  "Websocket.Client.vapounvmnl.dll": "Websocket.Client.dll",
65
+ "YamlDotNet.dtey92juka.dll": "YamlDotNet.dll",
59
66
  "Microsoft.CSharp.8bsm8vx6su.dll": "Microsoft.CSharp.dll",
60
- "System.Collections.Concurrent.vow3rm1dku.dll": "System.Collections.Concurrent.dll",
67
+ "System.Collections.Concurrent.jzwteolu29.dll": "System.Collections.Concurrent.dll",
61
68
  "System.Collections.Immutable.ap9596utv5.dll": "System.Collections.Immutable.dll",
62
- "System.Collections.NonGeneric.npjkaz40oc.dll": "System.Collections.NonGeneric.dll",
63
- "System.Collections.Specialized.ugkjbs6p02.dll": "System.Collections.Specialized.dll",
64
- "System.Collections.3iuoxbe8my.dll": "System.Collections.dll",
69
+ "System.Collections.NonGeneric.uqtvwssxuq.dll": "System.Collections.NonGeneric.dll",
70
+ "System.Collections.Specialized.85qtrfslgb.dll": "System.Collections.Specialized.dll",
71
+ "System.Collections.xmhu72xgrp.dll": "System.Collections.dll",
65
72
  "System.ComponentModel.Annotations.clwo0z2oyu.dll": "System.ComponentModel.Annotations.dll",
66
- "System.ComponentModel.Primitives.end4v0xe2c.dll": "System.ComponentModel.Primitives.dll",
67
- "System.ComponentModel.TypeConverter.tgtp5sm4iv.dll": "System.ComponentModel.TypeConverter.dll",
68
- "System.ComponentModel.wupoltkk1t.dll": "System.ComponentModel.dll",
69
- "System.Console.9dik0wogo2.dll": "System.Console.dll",
73
+ "System.ComponentModel.Primitives.excbd02v5j.dll": "System.ComponentModel.Primitives.dll",
74
+ "System.ComponentModel.TypeConverter.ek2jcwibb9.dll": "System.ComponentModel.TypeConverter.dll",
75
+ "System.ComponentModel.wfe9zz2icv.dll": "System.ComponentModel.dll",
76
+ "System.Console.5j283so6ps.dll": "System.Console.dll",
70
77
  "System.Data.Common.4v8jejsiu0.dll": "System.Data.Common.dll",
71
78
  "System.Diagnostics.DiagnosticSource.e2q75ondtq.dll": "System.Diagnostics.DiagnosticSource.dll",
72
79
  "System.Diagnostics.Process.9736yjnxs8.dll": "System.Diagnostics.Process.dll",
@@ -110,8 +117,10 @@
110
117
  "System.Text.Encoding.Extensions.9t3hs6kyll.dll": "System.Text.Encoding.Extensions.dll",
111
118
  "System.Text.Encodings.Web.wftjfh2crk.dll": "System.Text.Encodings.Web.dll",
112
119
  "System.Text.Json.0v0qgmri0w.dll": "System.Text.Json.dll",
113
- "System.Text.RegularExpressions.cvkox11l6l.dll": "System.Text.RegularExpressions.dll",
120
+ "System.Text.RegularExpressions.b0vqxbob08.dll": "System.Text.RegularExpressions.dll",
114
121
  "System.Threading.Channels.419493szqu.dll": "System.Threading.Channels.dll",
122
+ "System.Threading.Tasks.Parallel.9tqazg1b0u.dll": "System.Threading.Tasks.Parallel.dll",
123
+ "System.Threading.Tasks.zl4yo3otxa.dll": "System.Threading.Tasks.dll",
115
124
  "System.Threading.Thread.xhmys87xh5.dll": "System.Threading.Thread.dll",
116
125
  "System.Threading.b66vzsz9g1.dll": "System.Threading.dll",
117
126
  "System.Transactions.Local.7zfffdvnwf.dll": "System.Transactions.Local.dll",
@@ -120,20 +129,20 @@
120
129
  "System.Xml.ReaderWriter.ag8pilllob.dll": "System.Xml.ReaderWriter.dll",
121
130
  "System.Xml.XDocument.sn51jas17n.dll": "System.Xml.XDocument.dll",
122
131
  "System.brmz7yk5qh.dll": "System.dll",
123
- "netstandard.b50t77veor.dll": "netstandard.dll",
124
- "System.Private.CoreLib.7s8wte759y.dll": "System.Private.CoreLib.dll",
125
- "MindExecution.Core.zs4n1f9hjc.dll": "MindExecution.Core.dll",
126
- "MindExecution.Kernel.l9idvg7mp7.dll": "MindExecution.Kernel.dll",
127
- "MindExecution.Plugins.Admin.l37qx5d8zi.dll": "MindExecution.Plugins.Admin.dll",
128
- "MindExecution.Plugins.Business.d7b282yazn.dll": "MindExecution.Plugins.Business.dll",
129
- "MindExecution.Plugins.Concept.iw98n0qz5k.dll": "MindExecution.Plugins.Concept.dll",
130
- "MindExecution.Plugins.Directory.cqgn6pa8di.dll": "MindExecution.Plugins.Directory.dll",
131
- "MindExecution.Plugins.PlanMaster.j8xoa8nl57.dll": "MindExecution.Plugins.PlanMaster.dll",
132
- "MindExecution.Plugins.YouTube.zvpzk7om4z.dll": "MindExecution.Plugins.YouTube.dll",
133
- "MindExecution.Shared.ovot7q606x.dll": "MindExecution.Shared.dll",
134
- "MindExecution.Web.bzuaz35jv0.dll": "MindExecution.Web.dll",
132
+ "netstandard.he3m3p1s9q.dll": "netstandard.dll",
133
+ "System.Private.CoreLib.7ouudb2fbl.dll": "System.Private.CoreLib.dll",
134
+ "MindExecution.Core.tre9kny2uo.dll": "MindExecution.Core.dll",
135
+ "MindExecution.Kernel.lvfnhwdksf.dll": "MindExecution.Kernel.dll",
136
+ "MindExecution.Plugins.Admin.k2vbe4lt64.dll": "MindExecution.Plugins.Admin.dll",
137
+ "MindExecution.Plugins.Business.u7i3r45xp5.dll": "MindExecution.Plugins.Business.dll",
138
+ "MindExecution.Plugins.Concept.7eoasvev17.dll": "MindExecution.Plugins.Concept.dll",
139
+ "MindExecution.Plugins.Directory.rhh13u0z6c.dll": "MindExecution.Plugins.Directory.dll",
140
+ "MindExecution.Plugins.PlanMaster.xzl2x2cqk4.dll": "MindExecution.Plugins.PlanMaster.dll",
141
+ "MindExecution.Plugins.YouTube.945tf0zc9m.dll": "MindExecution.Plugins.YouTube.dll",
142
+ "MindExecution.Shared.e0w408b0ti.dll": "MindExecution.Shared.dll",
143
+ "MindExecution.Web.vc6ux7xjcw.dll": "MindExecution.Web.dll",
135
144
  "dotnet.native.566r55w3xu.js": "dotnet.native.js",
136
- "dotnet.native.60hhmnxyoo.wasm": "dotnet.native.wasm",
145
+ "dotnet.native.58bvs6q392.wasm": "dotnet.native.wasm",
137
146
  "dotnet.js": "dotnet.js",
138
147
  "dotnet.runtime.opaiwunc3t.js": "dotnet.runtime.js",
139
148
  "icudt_CJK.tjcz0u77k5.dat": "icudt_CJK.dat",
@@ -147,7 +156,7 @@
147
156
  "dotnet.runtime.opaiwunc3t.js": "sha256-vM4cfmuAtxs/dLoxiTCzPyPCyNkwOJu14cp6lXv3Sak="
148
157
  },
149
158
  "wasmNative": {
150
- "dotnet.native.60hhmnxyoo.wasm": "sha256-VpLSM7+jVkgAxK0IdGVTMs1H8WAqeTX3Qqjhf85yP0s="
159
+ "dotnet.native.58bvs6q392.wasm": "sha256-a+Ho0Did2MGBOuIW6AN4LpaT8cOG0wPZAo49jNltjig="
151
160
  },
152
161
  "icu": {
153
162
  "icudt_CJK.tjcz0u77k5.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=",
@@ -156,10 +165,13 @@
156
165
  },
157
166
  "coreAssembly": {
158
167
  "System.Runtime.InteropServices.JavaScript.pn2wvizzet.dll": "sha256-dczkyi5P7nETlP7roYWNE0BobJPm6wyt7Bc+ZhBu3NA=",
159
- "System.Private.CoreLib.7s8wte759y.dll": "sha256-iSaryfzFI9zYnC5XopFpIBHr1sej8SGOWduSn1XMmvs="
168
+ "System.Private.CoreLib.7ouudb2fbl.dll": "sha256-xw97UmFSAJ5MoCXzyGE1ZyCjhqlNCYPc1H4xVvqjTxI="
160
169
  },
161
170
  "assembly": {
171
+ "BenchmarkUtils.ytz7pn9azy.dll": "sha256-2snDJj4nAyC763C1PU4JeysJ2a5UbfIXdDcplKd6I0o=",
172
+ "Edgar.9yqq548b45.dll": "sha256-8f8qinK60uoI6GWEFYjiYJTpZthml6jnBCuOvQ6dcjA=",
162
173
  "Google.Protobuf.9h59ukbel7.dll": "sha256-A541k1abRTWr6MqmCXfGDYcKHirypJS19mzPQu3lJt0=",
174
+ "GraphPlanarityTesting.lgk3vd0bh9.dll": "sha256-VR15glc4LmY3yVeuRcjGhtWL8mWRw/2zaDVvtFYxrI4=",
163
175
  "Markdig.d1j7v41cl1.dll": "sha256-34Ry04hh+o21Q3VDOJoD0lmCasZYDBsC9CvOeWz3BjI=",
164
176
  "MessagePack.7vlan1azj0.dll": "sha256-MwjMNa23GwZeeYXsU87663Ppa31BlAC4u098YKWHxtg=",
165
177
  "MessagePack.Annotations.py0sy1kn1f.dll": "sha256-HwYYTFAsXgPs7PgMr5A/z9GPxuDvjTeSae8CXd+xpUY=",
@@ -196,8 +208,10 @@
196
208
  "Microsoft.ML.OnnxRuntime.w9deo1m5ss.dll": "sha256-TGmF30qi+BC6iis3w8eR5hnY/hJpVKa9KM/9P0reupU=",
197
209
  "Microsoft.ML.Tokenizers.cm2vuv2z61.dll": "sha256-BLnLmmvOMzBx4HHGc1qJFLtV4eofGXcH7XG/TKv2ync=",
198
210
  "Microsoft.NET.StringTools.3qbrf4v2ki.dll": "sha256-5RyGeP1gKiHCSbNp6DOWYBmTUTJHb5Q02olr74CLo7E=",
211
+ "Microsoft.Win32.SystemEvents.f8qhom7uq5.dll": "sha256-D7/QoXfYa20RZHuExkOiCEt2+Mpfwoo4lWWe5UbvRno=",
199
212
  "MimeMapping.og9ys58ylm.dll": "sha256-aDT1phBFbtQuu2dKG0fMtPeNJLuPRJ+CH2/3h8BGAzs=",
200
213
  "Newtonsoft.Json.a56zs13vug.dll": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
214
+ "RangeTree.iw8h1x5u2y.dll": "sha256-UtwlCz0MvLZWL5jltYSJE0BZGilTB0Nk22ZCwJsRHZA=",
201
215
  "SQLitePCLRaw.batteries_v2.sfbkwlzomg.dll": "sha256-6DrtHULYroBqvrAvAjOkdydbgrXbkskqoMJDJVq2p5M=",
202
216
  "SQLitePCLRaw.core.uwwith8gy4.dll": "sha256-Hhi4nqMZv/tjPqVpjYlYzarj3oxayFU1PHxq0pJ5VAM=",
203
217
  "SQLitePCLRaw.provider.e_sqlite3.48c2jqzyip.dll": "sha256-ZPXmeXp4nm8hLPYZzEKvOIjmTfPSrCs1uBME5dCUW50=",
@@ -208,21 +222,23 @@
208
222
  "Supabase.Postgrest.gmuuv369ih.dll": "sha256-iAFhZnpd/Np1iUK1EMWgcALjZl7dpOB/JTlLX1Mswl0=",
209
223
  "Supabase.Realtime.ox3kchdy3w.dll": "sha256-FO99ZdaMVo2lG136nVvZBAPEzr4IyyQaVJH9zyZs/Jk=",
210
224
  "Supabase.Storage.fnjnepaowr.dll": "sha256-xcpFFVCKg9rWvQrN57I/g2PbZXtlHVR4/vglbmIodnQ=",
225
+ "System.Drawing.Common.xzizafq144.dll": "sha256-E+/s4U4Xt/iFr/+Dd7ZSqXXAOJZKgnOAW4C5r7OPcHc=",
211
226
  "System.IdentityModel.Tokens.Jwt.t67es60z5b.dll": "sha256-5U8bXTHnkyF6fEtHFQ/OJiMWn1pUZuQ1WGtyeN997MQ=",
212
227
  "System.Numerics.Tensors.dsa4b5t80k.dll": "sha256-YwHX7dijNZacuF0vHY9bEotl5B00Qa9oTmFfLjtpag4=",
213
228
  "System.Reactive.t3fuon548l.dll": "sha256-+cthzuXYRAdB0NaxLgdso+MtDK1q2hKgCZsXJuILveM=",
214
229
  "Websocket.Client.vapounvmnl.dll": "sha256-F6AeDTtj6Dwn4o/AIjw1ci16h2Tt+LKeZ3imStheUb4=",
230
+ "YamlDotNet.dtey92juka.dll": "sha256-gSCqQLWZvo5ND65tmoGv1PfPxhiksjWpa2bhLfME+4I=",
215
231
  "Microsoft.CSharp.8bsm8vx6su.dll": "sha256-1KxBxtDJwTAuqKDR/sKg4FHqD/6cATEeA4fXlO0FzRg=",
216
- "System.Collections.Concurrent.vow3rm1dku.dll": "sha256-PytlRTU4Hx5iWOPXNkXYQIt24hVsUppWY5vgpx8PTIc=",
232
+ "System.Collections.Concurrent.jzwteolu29.dll": "sha256-P0pJGYwPdFMJvPYn4Gp+mNMM2KPdRh8nmB64xT82AP8=",
217
233
  "System.Collections.Immutable.ap9596utv5.dll": "sha256-op5xSkGyOSKVhFHn5U0j7SiJ3WEPLqA02/ss1NKf2Yg=",
218
- "System.Collections.NonGeneric.npjkaz40oc.dll": "sha256-y5bX6NSbxA8o7EJ9C0vujUNU93Wd2UhdpA5+C8WpRPY=",
219
- "System.Collections.Specialized.ugkjbs6p02.dll": "sha256-opanE88Yp6SrsrXZ9LaqM1diY8Q0jMrG3jvYM8v3Rao=",
220
- "System.Collections.3iuoxbe8my.dll": "sha256-a103KEA3xZ0tBaSi99B7VXuEscpr6RMGe1/eFNuz670=",
234
+ "System.Collections.NonGeneric.uqtvwssxuq.dll": "sha256-VriW31HN4J8CRIvpWXKDXlJlxL9e2cR6QPcYWvU1KCo=",
235
+ "System.Collections.Specialized.85qtrfslgb.dll": "sha256-ZD8aGvSaJvuZo++yimZKJIo4Txu1k7U90UAFVqg/CMA=",
236
+ "System.Collections.xmhu72xgrp.dll": "sha256-yXOixwLQnI4k8H/ezGRbdm94f4UO/kFnO9V9IxU1Ut4=",
221
237
  "System.ComponentModel.Annotations.clwo0z2oyu.dll": "sha256-ALmLuW4qrS6x9RlN/Gl2e3DeAW9Ms8T9YcuoATYejvc=",
222
- "System.ComponentModel.Primitives.end4v0xe2c.dll": "sha256-Gi1I/XBckUQXoJLoNNMmz5spL9eqeCkS/D1vYEgV57g=",
223
- "System.ComponentModel.TypeConverter.tgtp5sm4iv.dll": "sha256-bdYu+4aR6MdkA7o/05m1kwDrWA4dxqHs1kRme5Xna24=",
224
- "System.ComponentModel.wupoltkk1t.dll": "sha256-GF4wfa72heuiKR0QdZ/8Ymye9Y3EVSF1z6s2jR/JY58=",
225
- "System.Console.9dik0wogo2.dll": "sha256-A2aPqU1mVMnFbvAEFnOow4pPPZzWmVR4lx+2bckalPk=",
238
+ "System.ComponentModel.Primitives.excbd02v5j.dll": "sha256-MiM+8EaM6KcdaQ7Gll8kg7EZrdoiSvMhbeUafnpsfL8=",
239
+ "System.ComponentModel.TypeConverter.ek2jcwibb9.dll": "sha256-vn8wdhspY4JWoaZzeQNOeYHVj9THYICYFq4sZaLYcY4=",
240
+ "System.ComponentModel.wfe9zz2icv.dll": "sha256-XMCin2SIb1VIA8LMSW1NNi9ZSSzko+Ige16opOR+frA=",
241
+ "System.Console.5j283so6ps.dll": "sha256-L24bD7lkinXoP2JGzvoJcWJ/YS8+G3Qdncjnqla4XRY=",
226
242
  "System.Data.Common.4v8jejsiu0.dll": "sha256-YBIdmzUK8AHHhWlk8QlmSRrXaJ7InCu27DcHcVDBkvA=",
227
243
  "System.Diagnostics.DiagnosticSource.e2q75ondtq.dll": "sha256-trSdTwe/ZyV6VRKBv9owOcfBL+nFSwywN0eNhJZMLqA=",
228
244
  "System.Diagnostics.Process.9736yjnxs8.dll": "sha256-S2ydbMPzwxulSL8cAMLGgHjsGV4BwLaNrLsuLZG/adM=",
@@ -265,8 +281,10 @@
265
281
  "System.Text.Encoding.Extensions.9t3hs6kyll.dll": "sha256-c54L8A/dPQGmGXDWsmLgXCcq34jyZ/z2QWBpZogPwJs=",
266
282
  "System.Text.Encodings.Web.wftjfh2crk.dll": "sha256-NHGoSuaQLhC8vk+biDWqKZAlhpNTJdJwilcCbgbr8as=",
267
283
  "System.Text.Json.0v0qgmri0w.dll": "sha256-3N6tKQuQtSdGn3qtvUdWOhhUlCzccYdgA25P3NFSLKI=",
268
- "System.Text.RegularExpressions.cvkox11l6l.dll": "sha256-WMuhtIW2iGfPEIJN2je+ijXB+VM7uodRrUIdvsXl4Q4=",
284
+ "System.Text.RegularExpressions.b0vqxbob08.dll": "sha256-eyzsQWOOJNsQ2s6tidlAWMecwaqj3yIUYJOBjsRzXZI=",
269
285
  "System.Threading.Channels.419493szqu.dll": "sha256-uBskY7pwTdtCHuVyY04ihoSM1DZ2QXqthW9t/BCLBIk=",
286
+ "System.Threading.Tasks.Parallel.9tqazg1b0u.dll": "sha256-PbmmvD21J1hyghhOcrmIeJxtnNbnQ54SZ8GGER0vckQ=",
287
+ "System.Threading.Tasks.zl4yo3otxa.dll": "sha256-1w+v8Jj5yWBUJ4oTIi0ua4ajguNVLmy8eJKKCuNsOfU=",
270
288
  "System.Threading.Thread.xhmys87xh5.dll": "sha256-ZRIAn9jRxhpyGpYyBH+MJbsb2SxgzNESn5/JGjqIVkY=",
271
289
  "System.Threading.b66vzsz9g1.dll": "sha256-/WtrkOUq+HT6CxS3WqHdZ7M1PeN0Ay+wd4XgiGsxbbg=",
272
290
  "System.Transactions.Local.7zfffdvnwf.dll": "sha256-o3EsBrZfL0s1/LVDR00hDp0KGRBm7cTreJqwNXJkhPw=",
@@ -275,19 +293,19 @@
275
293
  "System.Xml.ReaderWriter.ag8pilllob.dll": "sha256-9rL1Ltst0muE5326N8pLwOATsFORsq+BHoNIJj8bpmA=",
276
294
  "System.Xml.XDocument.sn51jas17n.dll": "sha256-GNI2kFgFmPTwzuzwUn8gxK+AzGLUWRJFdg9JzIbrybQ=",
277
295
  "System.brmz7yk5qh.dll": "sha256-CfM2miyj1KHApFmqMdLYWio3S/jrdON2pW9Xr2nTwlo=",
278
- "netstandard.b50t77veor.dll": "sha256-//jQGOXjb8ET8WtXgOJrAxLx6E7zDJ5RjRRutwkvmxo=",
279
- "MindExecution.Core.zs4n1f9hjc.dll": "sha256-7XrZrL5PkRnemA1LjFguxgE7rqR8wOLZXdACUZG0MWg=",
280
- "MindExecution.Kernel.l9idvg7mp7.dll": "sha256-uUzGo7hkUYV9pS1KkxLa5+9cFsVlHBGjV/9K0NYwl8Y=",
281
- "MindExecution.Plugins.Business.d7b282yazn.dll": "sha256-x2oOQwLMyVaZxKffXxSG3RCoRjXlINsX90AHK9sLqQk=",
282
- "MindExecution.Plugins.Concept.iw98n0qz5k.dll": "sha256-3kSdSqvBJAqTuy//MpLkJbupPx0hTSS3nL7nmpvyZFs=",
283
- "MindExecution.Plugins.PlanMaster.j8xoa8nl57.dll": "sha256-Q9g9/Xs3dhJT+2RVAXb5ZoCT0ep5DeXYPy/8W5TWtvY=",
284
- "MindExecution.Shared.ovot7q606x.dll": "sha256-zG0OUiZmgQ3P0BbT/fTv5PLjerpbYsHPyYB4qYl7l00=",
285
- "MindExecution.Web.bzuaz35jv0.dll": "sha256-V7qhdSCSM+AG31Pc8swykgZwg1EN4Agz4VA/kCma+98="
296
+ "netstandard.he3m3p1s9q.dll": "sha256-R07q1Ea5Z2eVFySUmx9qr3C0fUyQE7IG+sF232eocjQ=",
297
+ "MindExecution.Core.tre9kny2uo.dll": "sha256-91zZBeeqVua/7HXoiGEqryXvGNM4izL+l8z4Kh0C0fQ=",
298
+ "MindExecution.Kernel.lvfnhwdksf.dll": "sha256-IbFx8JxXa+QRUNm9pqBTSmFo7ghuQnBToTiXbHwmVWk=",
299
+ "MindExecution.Plugins.Business.u7i3r45xp5.dll": "sha256-BmYgSNMKLzOXhtW3hladCk/DnzPqB9tZtlGEYL4fLNs=",
300
+ "MindExecution.Plugins.Concept.7eoasvev17.dll": "sha256-AU7HZTLvW82YaSb4MhCUvT82f22sEnuHTpyIU6VEmd4=",
301
+ "MindExecution.Plugins.PlanMaster.xzl2x2cqk4.dll": "sha256-3SRAAp8G04dLhv4hOlc2I6TwPIu2Jf5zqrTX1MmExPE=",
302
+ "MindExecution.Shared.e0w408b0ti.dll": "sha256-DksjGVFvlR0gB4apcyqX7uFRDBVmB3DaDluLKaDXJWc=",
303
+ "MindExecution.Web.vc6ux7xjcw.dll": "sha256-UXcmU/KJXjmvG/mBkeVrXffAoAldr6D+A85/g34BGas="
286
304
  },
287
305
  "lazyAssembly": {
288
- "MindExecution.Plugins.Admin.l37qx5d8zi.dll": "sha256-cWsGhcCLF1k1nJxbJosjPxO4RwkkmEkW+SwPRqnIWhM=",
289
- "MindExecution.Plugins.Directory.cqgn6pa8di.dll": "sha256-dB6SrNy6adA7R6ubKq0YDreLSzAA2ws0m13aFP/wWVc=",
290
- "MindExecution.Plugins.YouTube.zvpzk7om4z.dll": "sha256-z31H/4EKYUcn0Ev09Yd1r9F9j6NvemCmjQzZhVHuehY="
306
+ "MindExecution.Plugins.Admin.k2vbe4lt64.dll": "sha256-9J/m3xgDb5mm7Iq8Pj17SESapskdzW9cGjsLTbjqRSo=",
307
+ "MindExecution.Plugins.Directory.rhh13u0z6c.dll": "sha256-z+nlo4PUKukFfztUGISdXKarSzf18L1QjG0aPTlNuh4=",
308
+ "MindExecution.Plugins.YouTube.945tf0zc9m.dll": "sha256-16G/XU3ruiPabnxisVAy4YVTZcZ3u0fED6u1adzTHFw="
291
309
  }
292
310
  },
293
311
  "cacheBootResources": true,
@@ -614,7 +614,7 @@
614
614
  }
615
615
 
616
616
  const base = '_content/MindExecution.Shared/js/';
617
- const scriptVersion = '20260824-compact-organic-v3-v986';
617
+ const scriptVersion = '20260830-native-primary-fallback-v992';
618
618
  const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
619
619
  console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
620
620
  const criticalScripts = [
@@ -623,6 +623,7 @@
623
623
  'helpers/InfiniteGridHelper.js',
624
624
  'marked.min.js',
625
625
  'background-themes.js',
626
+ 'mind-map-native-core-bridge.js',
626
627
  'mind-map-logic-workers.js',
627
628
  // Troika removed
628
629
  'texture-worker-manager.js', // ??Web Worker ??좎럩?ゅ뜝???좎럩苑?