Ver Fonte

Merge branch 'worktree-agent-a85a09aa'

User há 2 meses atrás
pai
commit
6ebfda8f99
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      CLAUDE.md

+ 2 - 0
CLAUDE.md

@@ -46,6 +46,8 @@ Tables: `users`, `groups`, `group_members`, `movies`, `landing_reel_posters`
 - Real-time: subscribe on mount, unsubscribe on unmount (one list at a time). Home page counts via polling.
 - Accessibility: `aria-live="polite"` for roll results, filter changes, watched toggles. `prefers-reduced-motion` on both animations.
 - Home roll teaser renders in place — do not router.push() from a home-page roll.
+- Landing has two distinct movie pools: carousel reads `landing_reel_posters` via `/api/tmdb/reel-posters`; "Roll the Dice" hits `/api/tmdb/popular?page=N` (random 1–50, ~1000-movie pool). Don't conflate.
+- `PINNED_REEL_POSTERS` in `src/app/api/tmdb/reel-posters/route.ts` always-include list (deduped by `tmdb_id`); edit there to add/remove pins.
 
 ## Auth