New timing metrics track how long syncing org/team memory takes at startup
Claude Code now measures how long it takes to pull the team and user memory store when it starts up, recording this as memory_store_pull_ms. It also records memory_store_pull_boot_spillover_ms, which measures how much of that pull happened after Claude Code had already reported itself ready for input. These mirror an existing pair of metrics, memory_context_fetch_ms and memory_context_boot_spillover_ms, that measured similar timing for memory context fetches.
These are internal diagnostics that help identify when memory-store syncing is slow enough to spill over into the time a user is already able to start typing, rather than finishing before startup completes.