@koda-sl/baker-cli 0.135.1 → 0.136.0-dev.3ffe27f0b
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 +5 -1
- package/dist/{chunk-CIF62V7L.js → chunk-GKL4CUCC.js} +4 -4
- package/dist/chunk-GKL4CUCC.js.map +1 -0
- package/dist/cli.js +58 -29
- package/dist/cli.js.map +1 -1
- package/dist/engine/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-CIF62V7L.js.map +0 -1
package/README.md
CHANGED
|
@@ -2154,11 +2154,13 @@ baker videos tags
|
|
|
2154
2154
|
|
|
2155
2155
|
Semantic search testimonials. For landing pages, query the product/offer and USP before filtering by rating so selected quotes match what the landing sells.
|
|
2156
2156
|
|
|
2157
|
+
Search reranks over the whole corpus with no language preference, so a corpus dominated by one language returns that language even for another-language query. Pass `--language <code>` to scope to a market. When results skew to one language and none was requested, the command emits a hint (in the `hints` array for `--output json`, on stderr for `--output md`/`files`).
|
|
2158
|
+
|
|
2157
2159
|
```bash
|
|
2158
2160
|
baker testimonials search "great service"
|
|
2159
2161
|
baker testimonials search "fast delivery" --rating-min 4 --tags quality
|
|
2160
2162
|
baker testimonials search "competitor support" --source trustpilot --sentiment negative --rating-max 2
|
|
2161
|
-
baker testimonials search "[product/offer] for [persona] that delivers [USP/outcome]" --rating-min 4 --output md --full --limit 12
|
|
2163
|
+
baker testimonials search "[product/offer] for [persona] that delivers [USP/outcome]" --rating-min 4 --language en --output md --full --limit 12
|
|
2162
2164
|
```
|
|
2163
2165
|
|
|
2164
2166
|
### `baker testimonials get <id>`
|
|
@@ -4058,6 +4060,8 @@ It then scaffolds a canvas that ingests `prompt.json`, wires **one `[TODO]` inge
|
|
|
4058
4060
|
|
|
4059
4061
|
**Automatic placement fan-out.** By default the canvas doesn't stop at one ratio: the hero renders once at the platform's primary ratio, then an `image_aspect_adapt` node recomposes it into that platform's full placement set, and the canvas `output` points at the adapted images. The placement set is derived from `--platform` (`meta` → 4:5 + 9:16, `google` → 1:1 + 4:5 + 16:9, `linkedin` → 1:1, `tiktok` → 9:16, `youtube` → 16:9); override it with `--placements <preset>` or disable it with `--placements none` for a single base ad. The hero ratio passes through the adapt node **free**; each other ratio is a billed recomposition — and because adaptation re-generates, every ratio should be eyeballed for text and brand-color fidelity before publish (`ad-formats.md` in the scaffold skill covers this).
|
|
4060
4062
|
|
|
4063
|
+
The checklist `note` reminds you to fill **logo** slots from the company's committed brand logo in `src/brand/logos/` (per `BRAND.md`) — **not** from `baker images logo <domain>`, whose Brandfetch CDN often serves an outdated mark (a common cause of an old logo shipping on a live ad).
|
|
4064
|
+
|
|
4061
4065
|
The generation prompt is **model-aware and typography-hardened** (a static ad is the only path that bakes text *into* the image — video frames are clean plates). It resolves the image model's profile, so for **gpt-image** the exclusions (no invented badges/watermark) are hoisted to the very *end* of the prompt where the model reads them as pure exclusions rather than composition, and it quotes every blueprint string with an instruction to render each **once, verbatim**, lock brand names letter-by-letter, and keep type crisp and legible — the fix for the #1 static-ad defect (garbled/duplicated/dropped copy). Run `baker canvas critique` on the scaffolded canvas for an advisory read on text-legibility risk, identity grounding, and brand-type fidelity before you spend.
|
|
4062
4066
|
|
|
4063
4067
|
```bash
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
__toESM
|
|
8
8
|
} from "./chunk-RK67WL4O.js";
|
|
9
9
|
|
|
10
|
-
//
|
|
10
|
+
// ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/810146e81bae4e3a061fe487864f2fde80c4b03b886877dc0f1fffbc6480b67e/node_modules/safe-stable-stringify/index.js
|
|
11
11
|
var require_safe_stable_stringify = __commonJS({
|
|
12
|
-
"
|
|
12
|
+
"../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/810146e81bae4e3a061fe487864f2fde80c4b03b886877dc0f1fffbc6480b67e/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
13
13
|
"use strict";
|
|
14
14
|
var { hasOwnProperty } = Object.prototype;
|
|
15
15
|
var stringify = configure2();
|
|
@@ -1034,7 +1034,7 @@ function resolveAdaptFormats(params) {
|
|
|
1034
1034
|
return params.formats ?? [];
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
-
//
|
|
1037
|
+
// ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/810146e81bae4e3a061fe487864f2fde80c4b03b886877dc0f1fffbc6480b67e/node_modules/safe-stable-stringify/esm/wrapper.js
|
|
1038
1038
|
var import__ = __toESM(require_safe_stable_stringify(), 1);
|
|
1039
1039
|
var configure = import__.default.configure;
|
|
1040
1040
|
var wrapper_default = import__.default;
|
|
@@ -7798,4 +7798,4 @@ export {
|
|
|
7798
7798
|
defaultRegistry,
|
|
7799
7799
|
createEngineFromEnv
|
|
7800
7800
|
};
|
|
7801
|
-
//# sourceMappingURL=chunk-
|
|
7801
|
+
//# sourceMappingURL=chunk-GKL4CUCC.js.map
|