···8181 if onboarding_status in ("complete", "skipped"):
8282 imports = awareness_current.get("imports", {})
8383 if not imports.get("has_imported") and day_count < 3:
8484- return "Bring in past conversations, calendar, or notes to give me context..."
8484+ return (
8585+ "Bring in past conversations, calendar, or notes to give me context..."
8686+ )
8587 if awareness_current.get("journal", {}).get("first_daily_ready"):
8688 if day_count < 2:
8789 return "Your first daily analysis is ready — ask me what I found..."
···494494 if entry.get("attendees"):
495495 meta["attendee_count"] = len(entry["attendees"])
496496 meta["attendee_names"] = [
497497- a.get("name") or a.get("email", "")
498498- for a in entry["attendees"][:5]
497497+ a.get("name") or a.get("email", "") for a in entry["attendees"][:5]
499498 ]
500499 if entry.get("recurrence"):
501500 meta["recurrence"] = entry["recurrence"]