@mindexec/cli 0.2.243 → 0.2.244

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindexec/cli",
3
- "version": "0.2.243",
3
+ "version": "0.2.244",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -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 = '20260620-wheel-analysis-grid-position-v690';
8
+ const MINDMAP_CORE_BUILD_ID = '20260620-edge-draft-hotpath-v691';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -524,12 +524,18 @@
524
524
  return false;
525
525
  }
526
526
 
527
+ const hasDraftHint = module?._businessAutomationConnectionDraftActive === true;
528
+ if (hasActiveEdges !== true && hasDraftHint !== true) {
529
+ return false;
530
+ }
531
+
527
532
  if (!window.MindMapCss3DManager) {
528
533
  return false;
529
534
  }
530
535
 
531
536
  const hasConnectionDraft =
532
537
  options.allowDraftRender === true &&
538
+ hasDraftHint === true &&
533
539
  window.MindMapCss3DManager.hasBusinessAutomationConnectionDraft?.() === true;
534
540
  if (hasActiveEdges !== true && hasConnectionDraft !== true) {
535
541
  return false;
@@ -8095,7 +8101,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
8095
8101
  this._businessAutomationEdgeLayer?.isConnected
8096
8102
  );
8097
8103
  const hasBusinessAutomationConnectionDraft =
8098
- window.MindMapCss3DManager?.hasBusinessAutomationConnectionDraft?.() === true;
8104
+ this._businessAutomationConnectionDraftActive === true;
8099
8105
  const shouldTransformBusinessAutomationEdgesForCameraMotion =
8100
8106
  hasBusinessAutomationEdgeLayer &&
8101
8107
  hasBusinessAutomationConnectionDraft !== true &&
@@ -8975,6 +8975,9 @@
8975
8975
  function clearBusinessAutomationConnectionDraft() {
8976
8976
  const previous = _businessAutomationConnectionDraft;
8977
8977
  _businessAutomationConnectionDraft = null;
8978
+ if (_module) {
8979
+ _module._businessAutomationConnectionDraftActive = false;
8980
+ }
8978
8981
  if (previous?.sourceNodeId && previous?.sourcePinId) {
8979
8982
  const sourcePin = previous.sourcePinElement?.isConnected
8980
8983
  ? previous.sourcePinElement
@@ -8997,6 +9000,9 @@
8997
9000
  function setBusinessAutomationConnectionDraft(draft) {
8998
9001
  clearBusinessAutomationConnectionDraft();
8999
9002
  _businessAutomationConnectionDraft = draft;
9003
+ if (_module) {
9004
+ _module._businessAutomationConnectionDraftActive = true;
9005
+ }
9000
9006
  const sourcePin = findBusinessAutomationPinElement(_module, draft.sourceNodeId, draft.sourcePinId, 'output');
9001
9007
  if (sourcePin) {
9002
9008
  sourcePin.classList.add('is-connecting-source');
@@ -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=20260620-wheel-analysis-grid-position-v690" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-wheel-analysis-grid-position-v690" />
10
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260620-edge-draft-hotpath-v691" />
11
+ <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-edge-draft-hotpath-v691" />
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 = '20260620-wheel-analysis-grid-position-v690';
582
+ const scriptVersion = '20260620-edge-draft-hotpath-v691';
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": "IbslOykt",
2
+ "version": "fJoK+M0h",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -78,7 +78,7 @@
78
78
  "url": "_content/MindExecution.Shared/js/marked.min.js"
79
79
  },
80
80
  {
81
- "hash": "sha256-S+rtBK3WnUdRZH9HXm/ATEmpmi40IN1MczkGqNAqaOs=",
81
+ "hash": "sha256-4GnNtXCHOwiljYWXdYyXtaXoNTn2FPBztgn2zOiCcS4=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -86,7 +86,7 @@
86
86
  "url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
87
87
  },
88
88
  {
89
- "hash": "sha256-80nmC6WIRSN/DOdsG/EqEMuobMQc5hN0zkHzrcqOFdo=",
89
+ "hash": "sha256-3VNh7dLgyvqfHytYI283FCIN3TsUUK7Qt1YPj1HNJFY=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-QMxtPsuaGm+kaUyj86PQzeRyhn/89TaTw3nGO6pKSIY=",
837
+ "hash": "sha256-t+t4ehH0KGi1ZELstZE+3pCfhOymLjyoCbi+TS6WjQA=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: IbslOykt */
1
+ /* Manifest version: fJoK+M0h */
2
2
  // Hosted deployments should prefer the network over stale offline caches.
3
3
  // This service worker immediately clears old Blazor offline caches and unregisters itself.
4
4