--- name: remix-v2-meta-sessions-review description: Reviews Remix v2 code for v1-shape meta exports (BREAKING in v2), cookie security gaps (httpOnly, secure, secrets rotation), auth gates in wrong layer, and missing CSRF. Use when reviewing meta/SEO, session, auth, or form-mutation code in a Remix v2 codebase. user-invocable: false --- # Remix v2 Meta, Sessions, Auth, and CSRF Code Review Reviews Remix v2 meta/SEO, session, auth-gate, and CSRF code paths. Loaded by the umbrella `review-remix-v2` reviewer when a diff touches any of: `meta`/`links` exports, `root.tsx`, `*.server.ts` session/cookie modules, loaders/actions reading or writing `session`, or `