Coordinator-start counts stop being inflated by passes that only measure token usage.
What's wrong with this entry?
The counter that records coordinator-mode starts used to fire whenever the coordinator instructions were built, including on passes that only measure token counts. Building now has an analysisOnly option and the caller fires the counter itself, so those measurement passes stop inflating the number.
- The event is
coordinator_mode_start; it is skipped entirely when the prompt is built withanalysisOnly.
coordinator_mode_start
Strings lifted out of the shipped bundle, so the claim above can be checked against them.