diff --git a/ai/frontend-context.md b/ai/frontend-context.md index a2acb1e..1d2997c 100644 --- a/ai/frontend-context.md +++ b/ai/frontend-context.md @@ -57,6 +57,9 @@ backend and does not proxy the frontend. - Keep application-wide resets and base styles in `src/styles/main.css`. Keep component and view styles scoped and match established Attainly visual patterns. +- Display user-authored set level kinds verbatim. Do not capitalize, replace + separators, pluralize, or apply `text-transform` to a kind value; pluralize + surrounding interface words such as "assignment" instead. - Inspect similar files before introducing a component, composable, store, route, or data-access pattern.