Add optimistic comments
Before
Make comments update instantly.
After
Implement in src/features/comments/useCreateComment.ts. Stack: Next.js 15, React 19, TanStack Query v5. Insert temporary data, replace on success, roll back on error. Prevent duplicate submits and preserve toast copy. Accept when success, rollback, and rapid-submit tests pass.
