@koda-sl/baker-cli 0.305.0-dev.881741ff3 → 0.306.0-dev.2b6124eb2
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
CHANGED
|
@@ -3801,7 +3801,10 @@ because a video model garbles a wordmark every time:
|
|
|
3801
3801
|
- **`end_card`** — on by default whenever the spec carries a brand. The last beat's PICTURE
|
|
3802
3802
|
becomes a flat brand colour plate (rendered by ffmpeg, not generated), with the mark and
|
|
3803
3803
|
the call to action over it. `end_card: false` keeps the footage; `end_card: { cta }` sets
|
|
3804
|
-
the words on the button
|
|
3804
|
+
the words on the button. There is **no default**: with no `cta` the card carries the mark
|
|
3805
|
+
alone. It used to fall back to the last line of the script, which printed that sentence
|
|
3806
|
+
twice on the closing frame — once as the button and once as the caption of the line being
|
|
3807
|
+
spoken over it. Repeat the closing line as the `cta` and it is dropped for the same reason.
|
|
3805
3808
|
- **The brand fills itself.** When the spec leaves `brand.logo` or `brand.palette` empty,
|
|
3806
3809
|
they are read from the workspace — `src/brand/BRAND.md` for the colours (in document
|
|
3807
3810
|
order, page-furniture whites and blacks dropped) and `src/brand/logos/` for the mark
|
|
@@ -6101,6 +6104,8 @@ Pushing to `main` with changes in `packages/cli/` triggers the GitHub Actions wo
|
|
|
6101
6104
|
|
|
6102
6105
|
- **0.291.0**: **the image handover Task no longer depends on having uploaded the images.** It was built only from staged `asset.create` image ops, so a Session that audited a live account — found the brand campaign carrying 22 image extensions and the generic one carrying none, and reached for `assets attach` on assets that were *already in the library* — got Google's refusal and nothing else: no upload to hang a Task on, and a CLI hint telling the agent not to raise one by hand because "Baker stages it itself". The one step only the user can take reached them as a sentence in a chat that scrolls away. An image `assets attach` is now **skipped rather than refused**: it still never reaches Google (re-verified live with `validate_only` on v23 *and* v25 against 3865083115, against a control op that validates clean in the same request — `AD_IMAGE` → `UNSUPPORTED_FIELD_TYPE` at customer and campaign level, `MARKETING_IMAGE` → `FIELD_TYPE_INCOMPATIBLE_WITH_CAMPAIGN_TYPE`, `BUSINESS_LOGO` → `CUSTOMER_NOT_VERIFIED`, which is what proves the field type is the objection; **we are not on Google's allowlist for it**), but the skip carries the image and campaign names, recorded on the draft so the next staged op cannot recompute the Task away, and a batch that also carries sitelinks keeps them instead of failing whole. The schema stopped refusing the field type for the same reason: a boundary refusal has no chat to record a handover against.
|
|
6103
6106
|
|
|
6107
|
+
- **0.306.0**: review fixes across the avatar and ad paths. **A silent clip is 5 seconds again** — the 8s speaking floor was applied to every `studio animate` call, not just ones that cast an avatar, so plain b-roll was lengthened by three seconds and billed for them. **`scaffold-ad` validates the mark it will actually draw**: the logo gates read the path the spec named rather than the one `fetchClientLogo` had just put there, so a fetched mark either skipped both checks or was refused as unreadable. **The render review is told where the ad is set, who it is for and what the script says** — read off the blueprint beside the canvas; without them the watch pass judged an accent against nothing and still graded the verdict as blocking. **A beat is "too short" by its LINE, not by the clip floor** — the old test needed a 25-word clause, so it fired on all three beats of this command's own documented example. `--voice-id` / `--voice-description` are gone from `baker avatars create` (0.252.0 said so; the flags were still declared and still sent), `end_card.cta` is documented as having no default, and the dead Veo/Omni content-block fallbacks are removed.
|
|
6108
|
+
|
|
6104
6109
|
### Testing a pre-release in sandboxes
|
|
6105
6110
|
|
|
6106
6111
|
```bash
|