@cleocode/cleo 2026.3.49 → 2026.3.50

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/dist/mcp/index.js CHANGED
@@ -65318,8 +65318,7 @@ async function bootstrapGlobalCleo(options) {
65318
65318
  isDryRun: options?.dryRun ?? false
65319
65319
  };
65320
65320
  try {
65321
- const { ensureGlobalHome: ensureGlobalHome2 } = await Promise.resolve().then(() => (init_scaffold(), scaffold_exports));
65322
- await ensureGlobalHome2();
65321
+ await ensureGlobalHome();
65323
65322
  } catch {
65324
65323
  }
65325
65324
  await ensureGlobalTemplatesBootstrap(ctx, options?.packageRoot);