@koda-sl/baker-cli 0.184.0-dev.0155730c3 → 0.185.0
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 +13 -0
- package/dist/{chunk-PJ5KH27L.js → chunk-3TXZKSAR.js} +4 -4
- package/dist/chunk-3TXZKSAR.js.map +1 -0
- package/dist/cli.js +20 -4
- package/dist/cli.js.map +1 -1
- package/dist/engine/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-PJ5KH27L.js.map +0 -1
package/README.md
CHANGED
|
@@ -3011,6 +3011,19 @@ baker studio skills
|
|
|
3011
3011
|
|
|
3012
3012
|
Compact output per take is `{ slot, status, imageId | videoId, url, inLibrary, error }` alongside the batch's prompt, model, aspect ratio and status; `--full` adds the settings echo, the reference ids, the chat id and `createdAt`. `keep` stars an image (it was already in the library) and **ingests** a clip; `--undo` reverses either.
|
|
3013
3013
|
|
|
3014
|
+
**Craft presets.** `--skill <id>` appends ready-written art direction to your brief — camera, lens, light, plus a clean-plate rule (no text, logos or overlays in the picture; type is composited afterwards) and a preference for physical cause over adjective.
|
|
3015
|
+
|
|
3016
|
+
| `--skill` | Model it picks | Shape | Takes | Wants a reference |
|
|
3017
|
+
|---|---|---|---|---|
|
|
3018
|
+
| `product-pack-shot` | `openai/gpt-image-2` | `1:1` | 3 | **yes** |
|
|
3019
|
+
| `ugc-selfie-hook` | `openai/gpt-image-2` | `9:16` | 3 | **yes** |
|
|
3020
|
+
| `lifestyle-scene` | `openai/gpt-image-2` | `4:5` | 3 | **yes** |
|
|
3021
|
+
| `cinematic-still` | `google/gemini-3-pro-image-preview` | `16:9` | 3 | no |
|
|
3022
|
+
| `brand-icon` | `recraft/recraft-v4.1-pro-vector` | `1:1` | 4 | no |
|
|
3023
|
+
| `background-plate` | `google/gemini-3.1-flash-image-preview` | `4:5` | 3 | no |
|
|
3024
|
+
|
|
3025
|
+
A skill fills only what you did **not** pin — `--model`, `--aspect-ratio` and `--count` always win. Which means a skill can change the model, and the model decides what the rest of the flags may be: `--skill brand-icon` lands on Recraft, so it takes one reference image rather than fourteen, refuses `--image-size`, and writes SVG that cannot be fed back in as a reference. The CLI resolves the skill's model before checking the reference count, so an over-long `--reference` list is refused before anything is uploaded.
|
|
3026
|
+
|
|
3014
3027
|
## Creative Canvas
|
|
3015
3028
|
|
|
3016
3029
|
The creative canvas runs declarative JSON pipelines. You author a graph of nodes (text, image, video, audio, composition, control-flow), `baker canvas run` it, and every node's output drops to disk under `canvas/<run_id>/` so you can watch progress and consume the artifacts.
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
__toESM
|
|
8
8
|
} from "./chunk-YL3HDEIJ.js";
|
|
9
9
|
|
|
10
|
-
//
|
|
10
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js
|
|
11
11
|
var require_safe_stable_stringify = __commonJS({
|
|
12
|
-
"
|
|
12
|
+
"../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
13
13
|
"use strict";
|
|
14
14
|
var { hasOwnProperty } = Object.prototype;
|
|
15
15
|
var stringify = configure2();
|
|
@@ -1075,7 +1075,7 @@ function resolveAdaptFormats(params) {
|
|
|
1075
1075
|
return params.formats ?? [];
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
|
-
//
|
|
1078
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/esm/wrapper.js
|
|
1079
1079
|
var import__ = __toESM(require_safe_stable_stringify(), 1);
|
|
1080
1080
|
var configure = import__.default.configure;
|
|
1081
1081
|
var wrapper_default = import__.default;
|
|
@@ -8244,4 +8244,4 @@ export {
|
|
|
8244
8244
|
defaultRegistry,
|
|
8245
8245
|
createEngineFromEnv
|
|
8246
8246
|
};
|
|
8247
|
-
//# sourceMappingURL=chunk-
|
|
8247
|
+
//# sourceMappingURL=chunk-3TXZKSAR.js.map
|