Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.119 Home All releases olderv2.1.118 v2.1.120newer
Claude Code v2.1.119

Pre-Meeting Check-In Routine

What

A dynamically-scheduled notification that fires 2-15 minutes before calendar events with meeting context and prep materials.

Details
  • Not on a fixed schedule — created as one-shot cron tasks by the morning check-in and catch-up routines
  • Assembles: meeting document outline (if linked), recent chat/email context related to attendees, open questions from priorities, and notes from previous occurrences of recurring meetings
  • Sends a notification directly to the user (runs in main context, not fork)
  • Output format: meeting title, time to start, attendees, doc link, relevant context, and open items
  • Offers to draft talking points or agenda but doesn't do so unasked
Evidence

Pre-meeting check-in routine (search for "pre-meeting-checkin", "/pre-meeting-checkin")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.119 →