# CopilotMeetingNoteCard

## 2026-06-17 — New molecule: Copilot meeting notes (Clint's idea)

**Prompted by:** Hellen / Clint (take notes on broker ↔ end-user appointment meetings)

### What changed
- New molecule `CopilotMeetingNoteCard` renders the notes the Copilot captured for a meeting tied to an appointment booked through WealthX: title, date, attendees, summary, and a done/pending action-item checklist, with a deep-link back to the appointment.

### Why
- Clint wants a mechanism to take notes on meetings between brokers and the end-users who book appointments through the system; Copilot generates the notes and this card surfaces them.

### Affected tokens / files
- `packages/shadcn/src/components/ui/copilot-meeting-note-card.tsx`
- Composes Card + Badge + Button + Separator; done items use `success-text`, no leading icon on the title.
