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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Telemetry for the home-directory seeding path

Under the hood
Useful1 Signal3
Telemetry

Three events track the path that seeds a fresh home directory, only on accounts where it runs.

What

Three new events track the path that seeds a fresh home directory: apply, hold and recovery, each recorded only when that path runs, which is limited to the same accounts it is.

Details
  • tengu_home_seed_apply carries outcome, probe, generation, epoch_gt1, duration_ms, applied_before_first_ask, output_style_check and per-file refusal counters such as files_refused_loader_reach and settings_refused.
  • tengu_home_seed_hold carries outcome, waited_ms, verdict_wait_ms and first_ask; tengu_home_seed_recovery carries outcome, generation, duration_ms and rules_dropped.
  • Outcomes are also reported to health tracking under the component name ccr_home_seed.
Evidence

tengu_home_seed_apply

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.242 →