Custom Project Knowledge allows you to provide specific instructions and context to the AI assistant for your project. This feature ensures the AI follows your preferred patterns, styles, and conventions when generating or modifying code.
Use TypeScript for all new componentsFollow the existing naming convention: PascalCase for components, camelCase for functionsImport components using absolute paths from '@/components'
Design System:- Use Inter font family for all text- Primary button height: 48px- Card shadows: 0 2px 8px rgba(0,0,0,0.1)Code Standards:- All API calls must include error handling- Use React Query for data fetching- Components must have TypeScript interfacesContent Rules:- Product descriptions max 150 characters- Always include alt text for images- Use title case for all headings