Explain the diff that moved home page example items from client-side model reads to server-derived props.
Change summary: the home page now derives its featured example on the server and passes it into client blocks. Behavior impact: Hero, Features, and Gallery receive the same reviewed example without client components importing server-only modules. Why this approach: it preserves static rendering and keeps ownership boundaries clear. Verification: typecheck should confirm the prop contracts. Residual risk: page sampling is still needed to confirm the example rail looks right on mobile.
Chat Prompt
Recommended model: GPT-5.1 Codex
Codex Diff Explanation Chat
Explain a code diff in terms of behavior, changed files, verification, and residual risk.