- Write clear, maintainable, and well-documented code.
- Follow the formatting and linting rules defined in
.eslintrc.json,.prettierrc.json, and.standardrc.json. - Use TypeScript best practices for type safety.
- Prefer functional components and hooks in React code.
- Organize code into appropriate domains and shared modules.
- Write unit tests for new features and bug fixes.
- Reference workspace symbols and files using fully qualified links.
- Avoid introducing breaking changes without discussion.