@cleocode/core 2026.4.40 → 2026.4.42

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/index.js CHANGED
@@ -54852,7 +54852,12 @@ async function deployStarterBundle(cleoDir, created, warnings) {
54852
54852
  }
54853
54853
  }
54854
54854
  }
54855
- created.push("starter-bundle: team + agent .cant files deployed to .cleo/cant/");
54855
+ const identitySrc = join104(starterBundleSrc, "CLEOOS-IDENTITY.md");
54856
+ const identityDst = join104(cleoDir, "CLEOOS-IDENTITY.md");
54857
+ if (existsSync105(identitySrc) && !existsSync105(identityDst)) {
54858
+ await copyFile4(identitySrc, identityDst);
54859
+ }
54860
+ created.push("starter-bundle: team + agent .cant files + identity deployed to .cleo/");
54856
54861
  }
54857
54862
  var DIR_SYMLINK_TYPE2;
54858
54863
  var init_init = __esm({