@su-record/vibe 2.8.37 → 2.8.38

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.
@@ -50,7 +50,7 @@ If a file exceeds the warn threshold, log it. Never block the download — size
50
50
  - [ ] Use `curl -sL "{url}" -o {dest}` — silent, follow redirects
51
51
  - [ ] After download: `ls -la {dir}` — verify file exists and size > 0
52
52
  - [ ] On 0-byte file: retry once. On second failure: log and continue (do not block code gen for a single failed decorative image)
53
- - [ ] On missing asset (visible in screenshot but no URL): use `get_metadata` sub-node `get_design_context` `get_screenshot` fallback chain
53
+ - [ ] On missing asset (in tree.json but no download URL): use node render fallback (`--render --nodeIds={id}`) to capture as PNG
54
54
 
55
55
  ## Image Mapping Table
56
56