Reading published whiteboards still happens inside Claude Code, not in the skill files.
What's wrong with this entry?
Moving the whiteboard skill's files out of the bundle did not move the logic that reads published boards. Claude Code itself still checks a page for the board state marker, extracts it, and reports publish and per-turn telemetry with ping and element counts.
le("whiteboard_turn", { ping_count: n.pingCount, el_count: n.elCount });
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.