@mindstudio-ai/remy 0.1.75 → 0.1.77

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.
@@ -71,9 +71,11 @@ The developer should never need to source their own imagery. Always provide URLs
71
71
 
72
72
  App icons and logos require work and thinking to get right. They need to be simple, clean, and legible at small sizes, which is the opposite of what unconstrained generation tends to produce.
73
73
 
74
- **What works:** Smooth 3D rendering in the style of current macOS/iOS app icons. One clear, simplified object or symbol — chunky, rounded, toy-like proportions. Clean surfaces with soft lighting and gentle shadows. Two or three accent colors, not a rainbow. Always generate with `transparentBackground: true`.
74
+ **What works:** One clear, simplified object or symbol. Two or three accent colors, not a rainbow. Simple enough to be recognizable at favicon size.
75
75
 
76
- **What doesn't work:** Flat illustration look dated, photorealistic rendering is too noisy at small sizes, overly detailed scenes becomes illegible, clay/matte textures read as craft projects, not real apps.
76
+ Always generate icons and logos with `transparentBackground: true` so they composite onto any layout.
77
+
78
+ **What doesn't work:** Overly detailed scenes that become illegible at small sizes.
77
79
 
78
80
  Generate multiple variants — small-size readability is hard to predict from a prompt. What looks great at full resolution may turn to mush at 64px. When reviewing generated icons, mentally shrink them to favicon size and ask if the subject is still recognizable.
79
81
 
@@ -50,11 +50,10 @@ For photorealistic images, be specific about:
50
50
 
51
51
  For app icons and logos, the goal is something that reads clearly at small sizes and feels polished enough to sit on a home screen or in an app header.
52
52
 
53
- - Frame as "A 3D icon against a white background:" followed by the subject. Do NOT use the phrase "app icon" — it triggers mockup framing (the model renders an icon inset on a phone screen or mounted on a wall). "3D icon" works.
54
- - Describe smooth, rounded, simplified 3D objects think current macOS/iOS app icon design language. Clean surfaces, soft lighting, gentle shadows. Not flat illustration, not photorealistic, not clay/matte.
55
- - Subjects should be chunky, toy-like, and immediately recognizable. Prefer one clear object or symbol, not a scene. Simplify aggressively — detail that looks good at 1024px becomes mud at 64px.
56
- - Specify "reads well at small sizes" as an explicit constraint.
53
+ - Do NOT use the phrase "app icon" — it triggers mockup framing (the model renders an icon inset on a phone screen or mounted on a wall). "3D icon" or just describe the object directly.
54
+ - One clear object or symbol, not a scene. Simplify aggressively detail that looks good at 1024px becomes mud at 64px.
57
55
  - Keep color intentional and limited — two or three accent colors plus the object's base tone. Colors should complement the app's brand if known.
56
+ - Specify "reads well at small sizes" as an explicit constraint.
58
57
  - Always use transparent background for icons and logos.
59
58
 
60
59
  ## Output
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.75",
3
+ "version": "0.1.77",
4
4
  "description": "MindStudio coding agent",
5
5
  "repository": {
6
6
  "type": "git",