From b9224517b4cb339d60459b6d587b24a7ce864437 Mon Sep 17 00:00:00 2001 From: jedarden Date: Wed, 13 May 2026 18:13:00 -0400 Subject: [PATCH] Bead bf-3mx7: Document index builder requirement The code fix for the winner badge bug has been applied. The index builder needs to be run in an environment with Go installed to regenerate static JSON files with correct winner badges. Co-Authored-By: Claude Sonnet 4.6 --- notes/bf-3mx7.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes/bf-3mx7.md b/notes/bf-3mx7.md index 1ae2cb1..17605bd 100644 --- a/notes/bf-3mx7.md +++ b/notes/bf-3mx7.md @@ -17,5 +17,8 @@ To apply the fix to production data: - Run the index builder to regenerate static JSON files with correct winner badges - This requires database access and running: `go run cmd/acb-index-builder/main.go` +**Note**: The index builder cannot be run in the current environment (Go not installed). +This needs to be run in an environment with Go installed and database access. + ## Impact This fixes the issue where 984/1000 production matches had `winner_id` set but all participants showed `won: false`.