@koda-sl/baker-cli 0.270.4-dev.12dd573e5 → 0.270.4-dev.719d8b6f3

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/cli.js CHANGED
@@ -26263,7 +26263,11 @@ function thinProfileHint(profile, handle) {
26263
26263
  }
26264
26264
  function creationHints(created, profile) {
26265
26265
  const thin = thinProfileHint(profile, created.handle);
26266
+ const casting = created.likeness === "synthetic" ? [
26267
+ `The user chooses this face, and it only happens if you ask: call \`request_avatar_casting { avatarHandle: "${created.handle}" }\` now. It shows them real portraits and blocks until they pick \u2014 never stand in a question of your own, which can only offer them words. The sheet building right now is fused from a face nobody has chosen.`
26268
+ ] : [];
26266
26269
  const hints2 = [
26270
+ ...casting,
26267
26271
  ...thin ? [thin] : [],
26268
26272
  ...castingHints({ handle: created.handle, status: created.status }),
26269
26273
  `Once it is ready, cast it with \`--avatar ${created.handle}\` on \`baker studio generate\` / \`baker studio animate\` \u2014 that flag is what grounds the render on its identity sheet and, for a clip, what makes it speak in this avatar's own voice.`