···7071## File listing (root, high level)
72`CODE_OF_CONDUCT.md`, `CONTRIBUTING.md`, `README.md`, `SECURITY.md`, `LICENSE`, `.nvmrc`, `package.json`, `pnpm-lock.yaml`, `pnpm-workspace.yaml`, `turbo.json`, `Cargo.toml`, `lexicons/`, `packages/`, `packages-rs/`, `.github/workflows/`.
73+74+## Next.js conventions
75+- Ensure that Next.js page props and `generateMetadata` functions are typed using the `PageProps` generic for better type safety and clarity.
76+- Ensure that Next.js route handler functions receive context (the second argument) as generic type `RouteHandlerContext` for proper typing of request and params.