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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

/skills doctor token report can be turned off by org policy

You'll notice
Useful2 Signal3
Skills

Your org can switch off the 7-day token breakdown in /skills doctor.

What

The 7-day per-skill token breakdown in /skills doctor, which is built by scanning the session transcripts saved on your machine, is now controlled by a new org policy key allow_skill_doctor_transcript_scan. When the policy denies it, the report prints a note where the 7d tokens = ... line would be.

Details
  • The key sits in the same policy table as allow_usage_transcript_scan and is listed among capabilities denied for HIPAA-regulated organizations.
  • Denial reports the telemetry outcome scan_policy_denied rather than the normal success path.
  • Nothing in the build sets the policy, so the outcome comes from the account's policy document.
Evidence

allow_skill_doctor_transcript_scan

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