document verbatim kind labels

This commit is contained in:
Yisroel Baum 2026-08-14 09:55:09 +03:00
parent 74feb38300
commit 974d57ba15
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -57,6 +57,9 @@ backend and does not proxy the frontend.
- Keep application-wide resets and base styles in `src/styles/main.css`. - Keep application-wide resets and base styles in `src/styles/main.css`.
Keep component and view styles scoped and match established Attainly visual Keep component and view styles scoped and match established Attainly visual
patterns. 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, - Inspect similar files before introducing a component, composable, store,
route, or data-access pattern. route, or data-access pattern.