From the first real weekly growth report (VANTAGE, 2026-08-25).
What
scripts/reports/growth.ts:338 reads by_referrer_host.rows[0].host — rows[0] is the "(none)" bucket, so the headline metric can only ever print "(none)" regardless of what referring hosts exist.
Fix
Read the first non-(none) row (and show the none-share separately — it is already its own metric). One-line change plus test update. Looks ready-for-agent once triaged.
From the first real weekly growth report (VANTAGE, 2026-08-25).
What
scripts/reports/growth.ts:338 reads by_referrer_host.rows[0].host — rows[0] is the "(none)" bucket, so the headline metric can only ever print "(none)" regardless of what referring hosts exist.
Fix
Read the first non-(none) row (and show the none-share separately — it is already its own metric). One-line change plus test update. Looks ready-for-agent once triaged.