bede_design
This commit is contained in:
11
CLAUDE.md
11
CLAUDE.md
@@ -15,7 +15,18 @@ Do not proceed with any task until you have analyzed these three files.
|
||||
|
||||
DO NOT, EVER, USE "uppercase" or "toUpper" in any UI/UX context, nowhere. This SHOULD NOT be used in UI/UX anywhere, no text should be displayed in CAPITAL LETTERS! But do not replace "toUpper" with "toLower" or "uppercase" with "lowercase" either, leave text in UI/UX as is.
|
||||
|
||||
# Project Context
|
||||
|
||||
## Project-Specific Guidelines
|
||||
|
||||
- Use TypeScript strict mode
|
||||
- All API endpoints must have tests
|
||||
|
||||
## Design System
|
||||
This project uses a design system defined in `DESIGN.md` at the project root.
|
||||
Always refer to this file when generating or modifying any UI component.
|
||||
|
||||
- Use only colors, fonts, and spacing values defined in DESIGN.md.
|
||||
- Do not invent new values or use defaults from any framework.
|
||||
- Match component states (hover, focus, active, disabled) to the patterns in DESIGN.md.
|
||||
- Follow the typographic scale and weight assignments in DESIGN.md.
|
||||
|
||||
Reference in New Issue
Block a user