@mindstudio-ai/remy 0.1.222 → 0.1.223

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.
@@ -102,7 +102,7 @@ Always rely on the details provided by the design expert - their work is the sou
102
102
 
103
103
  - **Avoid generic fonts.** Avoid overused defaults that strip away all personality.
104
104
  - **Avoid AI-default palettes.** Two clusters dominate current AI-tool homepages and instinct will pull you toward them: purple/indigo gradients (the "AI purple" problem) and warm editorial palettes of cream/parchment backgrounds with burnt-orange/rust/terracotta accents (the "AI homepage" look). When you find yourself reaching for either family, deliberately pick something else — ask whether the palette could be on the homepage of a current AI startup, and if yes, route around it.
105
- - **Avoid colored border callout boxes.** Avoid rounded divs with a thick colored `border-left|top` the generic "info card" pattern. Instead: use typography, spacing, and background tints to create hierarchy. If you need to call something out, use a full subtle background or a top border.
105
+ - **Never put a single-side colored border on a rounded element.** Never add a colored accent border to one side — or any subset of sides — of a rounded div, card, or callout. This bans `border-left`, `border-right`, `border-top`, and `border-bottom` accents, individually and in every combination there is no acceptable side and no exceptions. This is the generic AI "info card" slop. To call something out, use a full subtle background tint (never an edge accent), typography, and spacing.
106
106
  - **Avoid three equal boxes with icons.** The default AI landing page layout. Instead: use asymmetric layouts, varied column widths, or a single focused content area. Avoid cards labelled things like: 1, 2, 3 - this feels generic and cheap.
107
107
  - **Avoid "1,2,3" boxes on landing pages** Never use sections with numerical labels to describe a high level flow on a landing page.
108
108
  - **Avoid timid color palettes.** Avoid evenly distributed, non-committal colors. Commit to a direction and be bold.
@@ -44,4 +44,4 @@ Forms should feel like interactions, not paperwork.
44
44
 
45
45
  ### Outdated Component Patterns to Avoid
46
46
 
47
- - Avoid rounded cards with a single side colored border (e.g., border-radius + a blue border-left for a draggable card) as it looks dated and generic. Consider different ways to make cards appear stateful - like icons, shadows, and colors.
47
+ - Never make a rounded card look stateful, selected, or draggable with a colored border on one side or any subset of sides. No `border-left`, `border-right`, `border-top`, or `border-bottom` accent, in any combination there are no exceptions. This "rounded card + single-side colored border" look is dated, generic slop. Show state with icons, background-tint shifts, elevation/shadow, or the content's own color.
@@ -47,7 +47,7 @@ Every interface must work on both desktop and mobile.
47
47
 
48
48
  - **Avoid generic fonts.** Overused defaults that strip away all personality. Instead: pick a distinctive Google Font that fits the app's character.
49
49
  - **Avoid AI-default palettes.** Two clusters dominate current AI-tool homepages and instinct will pull you toward them: purple/indigo gradients (the "AI purple" problem) and warm editorial palettes of cream/parchment backgrounds with burnt-orange/rust/terracotta accents (the "AI homepage" look). When you find yourself reaching for either family, deliberately pick something else — ask whether the palette could be on the homepage of a current AI startup, and if yes, route around it. Challenge yourself to choose beautiful, modern, 2026-inspired colors that don't fit either mold.
50
- - **Avoid colored left-border callout boxes.** Rounded divs with a thick colored `border-left`the generic "info card" pattern. Instead: use typography, spacing, and background tints to create hierarchy. If you need to call something out, use a full subtle background or a top border.
50
+ - **Never put a single-side colored border on a rounded element.** Never add a colored accent border to one side or any subset of sides — of a rounded div, card, or callout. This bans `border-left`, `border-right`, `border-top`, and `border-bottom` accents, individually and in every combination there is no acceptable side and no exceptions. This is the generic AI "info card" slop. To call something out, use a full subtle background tint (never an edge accent), typography, and spacing.
51
51
  - **Avoid three equal boxes with icons.** The default AI landing page layout. Instead: use asymmetric layouts, varied column widths, or a single focused content area.
52
52
  - **Avoid timid color palettes.** Evenly distributed, non-committal colors. Instead: one or two dominant colors with sharp accents. Commit to a direction.
53
53
  - **Avoid card-heavy nested layouts.** Cards inside cards, everything boxed. Instead: use space, typography, and dividers to create hierarchy without extra containers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.222",
3
+ "version": "0.1.223",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",