--- alwaysApply: true --- ## Codebase Coding Standard 1. Have types and validation in the shared domain layer. 2. Keep business logic out of the frontend; use services and APIs instead. 3. Reuse existing types and functions; extend them when additional behavior is needed. 4. Read and understand the structures and workflows documented in docs. Start from docs/README.md 5. Follow structures and our codebase rules inside docs/development directory