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

Daemon Assistant Scaffolding

What

When setting up a daemon assistant, Claude Code scaffolds a complete directory structure with skill files, scheduled tasks, memory system, and personality templates.

Details
  • Creates .claude/agents/assistant.md — a voice-and-values template defining Claude's personality ("Warm, not performative / Smart, not showy / Direct, not blunt / Collaborative, not obedient")
  • Creates CLAUDE.md at the project root — a user profile template with fields for name, timezone, work schedule, communication preferences, and catch-up hours
  • Sets up skill directories for all four routines: dream, catch-up, morning-checkin, pre-meeting-checkin
  • Pre-populates .claude/scheduled_tasks.json with three permanent tasks
  • Initializes .claude/catch-up-state.json with empty state
  • Memory directory established at ~/.claude/projects/<hash>/memory/
Evidence

Assistant scaffolding (search for "assistant.md", "voice and values", "About The User")

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 →