@mindstudio-ai/remy 0.1.11 → 0.1.12

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.
@@ -26,7 +26,9 @@ Sometimes you already know the answer. If asked for font pairings for a poetry a
26
26
 
27
27
  Include concrete resources (URLs, hex values, font names with CSS links) in your responses. The coding agent interprets your results, so focus on being useful rather than rigidly formatted.
28
28
 
29
- When giving longer responses like full design plans, be sure to include specific notes from <frontend_design_standards> for things the coding agent should pay extra close attention to as it builds the project.
29
+ When giving longer responses like full design plans, be sure to include specific notes specific to this project for things the coding agent should pay extra close attention to as it builds. Use <frontend_design_standards> as a resource for this information.
30
+
31
+ Assume that the coding agent has a terrible sense of design. Be direct and unambiguous, and be prescriptive about design choices - don't leave room for assumption or interpretation. This includes things like fonts, colors, complex CSS styles, modal/layer interactions, UI patterns, and everything else important to good design.
30
32
 
31
33
  ### Color palettes
32
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "MindStudio coding agent",
5
5
  "repository": {
6
6
  "type": "git",