diff --git a/.cursor/rules/coding-guidelines.mdc b/.cursor/rules/coding-guidelines.mdc index edd317f..3119783 100644 --- a/.cursor/rules/coding-guidelines.mdc +++ b/.cursor/rules/coding-guidelines.mdc @@ -3,7 +3,7 @@ description: Behavioral guidelines to reduce common LLM coding mistakes. Use whe alwaysApply: true --- -# Karpathy behavioral guidelines +# Coding behavioral guidelines Behavioral guidelines to reduce common LLM coding mistakes. Merge with project-specific instructions as needed. diff --git a/.cursor/rules/create-flow.mdc b/.cursor/rules/create-flow.mdc index fb76949..caa10b8 100644 --- a/.cursor/rules/create-flow.mdc +++ b/.cursor/rules/create-flow.mdc @@ -31,7 +31,7 @@ Reach for these before writing new markup: | Mid-paragraph "expand / see all" link button | `app/components/buttons/InlineTextButton` | | Help-icon + label above a control | `app/components/utility/InputLabel` (`helpIcon` prop) | | Toggle chip (dim-but-clickable) | `Chip` with `state="Disabled" disabled={false}` | -| Card-click → structured creation modal | `Create` with `backdropVariant="loginYellow"` | +| Card-click → structured creation modal | `Create` with `backdropVariant="blurredYellow"` | If a screen grows a 2nd inline copy of any pattern above, **extract a shared component** rather than duplicate. Local section components inside a screen diff --git a/.cursor/rules/routes.mdc b/.cursor/rules/routes.mdc index 1f9d9dd..9d253ed 100644 --- a/.cursor/rules/routes.mdc +++ b/.cursor/rules/routes.mdc @@ -15,7 +15,7 @@ the file tree without affecting URLs. | Group | URL surface | Audience | Chrome | |---|---|---|---| | `app/(marketing)/` | `/`, `/learn`, `/blog`, `/templates`, future public pages | Public, indexable | TopNav (via root) + marketing `