@koda-sl/baker-cli 0.199.0 → 0.200.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 CHANGED
@@ -4560,6 +4560,19 @@ $ baker canvas validate my-canvas.json
4560
4560
 
4561
4561
  On error you get an array of `ValidationIssue`s, each with `path`, `code`, `message`, and optional `did_you_mean`.
4562
4562
 
4563
+ **Absolute asset paths are healed, not reported.** A `source: "path"` ingest (or a `hyperframe_render`
4564
+ composition) written as an absolute path inside the workspace is rewritten to its canvas-relative form
4565
+ and the canvas file is saved, before anything else reads it. `normalized_paths` lists what changed.
4566
+ `run` does the same and logs it. This is not cosmetic: an absolute path resolves in the Runtime that
4567
+ wrote it, so validate, run, and the preview all pass, and only the publish build — a different checkout
4568
+ root, a different session — ever sees the break.
4569
+
4570
+ Two roots count as "this workspace": the current one, and `/home/user/repo` (`REPO_PATH`), the fixed path
4571
+ every Session's workspace is checked out at. A path under either names the same file in any checkout, so
4572
+ remapping it is a proof rather than a guess — which is what lets an already-committed canvas heal in the
4573
+ publish build instead of blocking it. Anything under a root that maps to neither is left alone, and the
4574
+ scaffold's `validate-creatives` gate still rejects it.
4575
+
4563
4576
  Advisory (warning-severity) video invariants include `VIDEO_PROMPT_DECISION_MISSING` (a thin clip prompt that
4564
4577
  names no camera/motion move **and** no exclusions — the six-decision doctrine) and `VIDEO_HOOK_LAYER_MISSING`
4565
4578
  (the hook, scene 0, is thin across two or more of the four hook layers — text/sound/visual/vibe). Warnings never