/* Brand Lens — Social Playbook: the proposed Proper Sky social philosophy (an estimate to react to) + a live gallery of your social keepers. */ function Playbook({ recs, goReview }) { const P = window.Lens.SOCIAL_PHILOSOPHY; const social = useMemo(() => recs.filter((r) => (r.ai && r.ai.category === 'social') || r.category === 'social'), [recs]); const socialLiked = social.filter((r) => r.user && r.user.like); const socialDisliked = social.filter((r) => r.user && !r.user.like); return (
The brand guide covers photography but said nothing about social. This is my estimate of a social philosophy that fits Proper Sky — react to it, tag images as Social in review, and it sharpens against your real calls.
{/* hero summary */}{P.intro}
{sub}
} {children}{empty}
: null; return (