Add person detail pages for cast and crew members
Features:
- Backend: New People module with TMDB integration (/people/tmdb/:personId)
- Web: New /person/:personId/:name route with person details and filmography
- Mobile: New /person/:id screen with same features
- Combined chronological filmography list with Movie/TV badges
- Clickable cast/crew cards now navigate to person pages
- Filmography items link to movie/show detail pages
Technical:
- Add use-codegen skill to enforce API code generation patterns
- Manual API client implementation (pending pnpm generate:api)
Closes person detail navigation from movies, shows, and episodes