7909357747
renderStats used the default-locale String.format, so under a comma-decimal locale (e.g. ru_RU) percentages/rates rendered as "58,3" — both producing locale-dependent CLI output and failing StatsRenderTest. Format all five numeric rows with Locale.ROOT. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>