Your org can switch off the 7-day token breakdown in /skills doctor.
What's wrong with this entry?
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.
- The key sits in the same policy table as
allow_usage_transcript_scanand is listed among capabilities denied for HIPAA-regulated organizations. - Denial reports the telemetry outcome
scan_policy_deniedrather than the normal success path. - Nothing in the build sets the policy, so the outcome comes from the account's policy document.
allow_skill_doctor_transcript_scan
Strings lifted out of the shipped bundle, so the claim above can be checked against them.