@su-record/vibe 2.8.36 → 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.
- package/README.md +20 -8
- package/hooks/scripts/llm-orchestrate.js +4 -6
- package/package.json +2 -2
- package/skills/vibe.figma/SKILL.md +452 -56
- package/skills/vibe.figma/templates/figma-handoff.md +4 -4
- package/skills/vibe.figma.convert/SKILL.md +318 -134
- package/skills/vibe.figma.convert/rubrics/conversion-rules.md +71 -80
- package/skills/vibe.figma.convert/templates/component.md +90 -98
- package/skills/vibe.figma.extract/SKILL.md +136 -79
- package/skills/vibe.figma.extract/rubrics/image-rules.md +1 -1
|
@@ -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 (
|
|
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
|
|