@koda-sl/baker-cli 0.97.0 → 0.98.1

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.
@@ -374,6 +374,13 @@ declare class Engine$1 {
374
374
  }>;
375
375
  run(input: unknown, opts?: RunOptions): Promise<RunResult>;
376
376
  private runLayers;
377
+ /**
378
+ * Dead-node elimination: when the canvas declares an `output`, execute only the
379
+ * nodes that output transitively depends on. Orphaned nodes (left by an edit or
380
+ * a rewire) otherwise still run, bill, and abort the run on their own failure.
381
+ * No declared output ⇒ intent is ambiguous, so run everything (back-compat).
382
+ */
383
+ private pruneToOutput;
377
384
  private writeFinal;
378
385
  private executeOne;
379
386
  private materializeNodeOutputs;
@@ -8,7 +8,7 @@ import {
8
8
  defaultRegistry,
9
9
  generateCatalog,
10
10
  validateCanvasDeep
11
- } from "../chunk-RCPMJKI7.js";
11
+ } from "../chunk-3JVYU72O.js";
12
12
  export {
13
13
  BackendClient,
14
14
  Engine,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koda-sl/baker-cli",
3
- "version": "0.97.0",
3
+ "version": "0.98.1",
4
4
  "description": "AI-agent-first CLI for interacting with Baker, including the Baker creative canvas.",
5
5
  "type": "module",
6
6
  "bin": {