···70707171## File listing (root, high level)
7272`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/`.
7373+7474+## Next.js conventions
7575+- Ensure that Next.js page props and `generateMetadata` functions are typed using the `PageProps` generic for better type safety and clarity.
7676+- Ensure that Next.js route handler functions receive context (the second argument) as generic type `RouteHandlerContext` for proper typing of request and params.