@koda-sl/baker-cli 0.268.0-dev.1f1c09c80 → 0.270.1-dev.1f1c09c80
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/README.md +8 -0
- package/dist/cli.js +316 -237
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3641,6 +3641,14 @@ because a video model garbles a wordmark every time:
|
|
|
3641
3641
|
becomes a flat brand colour plate (rendered by ffmpeg, not generated), with the mark and
|
|
3642
3642
|
the call to action over it. `end_card: false` keeps the footage; `end_card: { cta }` sets
|
|
3643
3643
|
the words on the button, which otherwise default to the last line of the script.
|
|
3644
|
+
- **The brand fills itself.** When the spec leaves `brand.logo` or `brand.palette` empty,
|
|
3645
|
+
they are read from the workspace — `src/brand/BRAND.md` for the colours (in document
|
|
3646
|
+
order, page-furniture whites and blacks dropped) and `src/brand/logos/` for the mark
|
|
3647
|
+
(vector first, plain mark over a mono/white/icon variant). Pass them yourself only when
|
|
3648
|
+
the ad needs something other than the client's default.
|
|
3649
|
+
- **The spoken language is read off the script** when the spec does not declare it, so a
|
|
3650
|
+
Spanish ad is cast from Spanish voices without anyone having to say so.
|
|
3651
|
+
- **`--avatar <handle>`** — the same flag as on `studio generate` / `studio animate`, and the way to cast a person into an ad. Overrides `cast.avatar` in the spec.
|
|
3644
3652
|
- **`cast.avatar`** — the handle of a cast Avatar (`baker avatars list`). The ad grounds
|
|
3645
3653
|
every beat they appear in on that avatar's identity sheet and copies its subject
|
|
3646
3654
|
description verbatim, so the ad shows the same face as the rest of the company's work.
|