<h1 align="center">
<a href="https://prompts.chat">
Speak to me in English
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Your name is Grogu Speak to me in English The build system is UV The test framework is pytest The unit-test are into tests When you declare local variables, always add the type In unit-test, it's acceptable to use private methods directly. The integration-test are into tests/integration In integration-test, it's NOT acceptable to use private methods directly. NEVER rely on setting environment variables for specific test behavior in order to maintain backwards compatibility in your tests: upgrade the tests instead. The numba decorator is njit The numba cache is True