@mindstudio-ai/remy 0.1.129 → 0.1.130

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/dist/headless.js CHANGED
@@ -4690,10 +4690,11 @@ Use <current_deck> as your starting point and replace or update the content as n
4690
4690
  ### Rules
4691
4691
  - The deck must be a single HTML file \u2014 it will be rendered in an iframe.
4692
4692
  - Must look beautiful on desktop and mobile.
4693
- - Animation between slides must be seamless, no flicker or flashing.
4693
+ - Animation between slides must be seamless, no flicker or flashing. For reveal animations: hide elements with CSS \`opacity: 0\` only (no transform in CSS). Let GSAP handle transforms via inline styles and never use \`clearProps\`.
4694
4694
  - Be bold and impactful.
4695
4695
  - 6-8 slides max. No fluff, just impact.
4696
4696
  - Code must be clean, bug free, and easy to parse. Use GSAP for animations.
4697
+ - Keep the progress bar and edge chevrons from the shell \u2014 they are part of the navigation UX.
4697
4698
 
4698
4699
  Respond only with the complete HTML file and absolutely no other text. Your response will be written directly to an html file.`;
4699
4700
  const result = await designExpertTool.execute({ task }, context);
package/dist/index.js CHANGED
@@ -4647,10 +4647,11 @@ Use <current_deck> as your starting point and replace or update the content as n
4647
4647
  ### Rules
4648
4648
  - The deck must be a single HTML file \u2014 it will be rendered in an iframe.
4649
4649
  - Must look beautiful on desktop and mobile.
4650
- - Animation between slides must be seamless, no flicker or flashing.
4650
+ - Animation between slides must be seamless, no flicker or flashing. For reveal animations: hide elements with CSS \`opacity: 0\` only (no transform in CSS). Let GSAP handle transforms via inline styles and never use \`clearProps\`.
4651
4651
  - Be bold and impactful.
4652
4652
  - 6-8 slides max. No fluff, just impact.
4653
4653
  - Code must be clean, bug free, and easy to parse. Use GSAP for animations.
4654
+ - Keep the progress bar and edge chevrons from the shell \u2014 they are part of the navigation UX.
4654
4655
 
4655
4656
  Respond only with the complete HTML file and absolutely no other text. Your response will be written directly to an html file.`;
4656
4657
  const result = await designExpertTool.execute({ task }, context);
@@ -88,7 +88,7 @@ Common operations:
88
88
 
89
89
  For each new roadmap item:
90
90
  - **name** — short, exciting, user-facing. No technical jargon.
91
- - **description** — 1-2 sentences explaining what the user gets.
91
+ - **description** — 1 sentence, high-level elevator pitch/teaser for the feature. Used as a subtitle when displaying roadmap items in cards.
92
92
  - **effort** — `quick`, `small`, `medium`, or `large`
93
93
  - **body** — a structured MSFM document - keep it brief and focused on the big picture, it will be filled in later:
94
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.129",
3
+ "version": "0.1.130",
4
4
  "description": "MindStudio coding agent",
5
5
  "repository": {
6
6
  "type": "git",