ai-code-battle/cmd/acb-index-builder
jedarden 88a5893f66 Add bot profile cards with Open Graph support (Phase 9 complete)
- Add Canvas-rendered PNG card generation in cmd/acb-index-builder/cards.go
  - 1200x630 images for social sharing (OG/Twitter)
  - Rating tiers with color coding (gold/silver/bronze/green/gray)
  - Win rate color coding (green/blue/yellow/red)
  - Rank badges for top 100 bots
  - Evolved bot badges with island indicator
- Add card upload to R2 warm cache and B2 cold archive
- Add Open Graph meta tags in web/app.html
- Add dynamic OG tag management in web/src/og-tags.ts
- Update bot profile page to set OG tags on load
- Add BuildTimeout config field (fixes test failures)
- Add comprehensive tests for card generation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 03:30:46 -04:00
..
cards.go Add bot profile cards with Open Graph support (Phase 9 complete) 2026-03-29 03:30:46 -04:00
config.go Add bot profile cards with Open Graph support (Phase 9 complete) 2026-03-29 03:30:46 -04:00
db.go Add Go index builder (cmd/acb-index-builder) 2026-03-29 03:15:47 -04:00
deploy.go Add Go index builder (cmd/acb-index-builder) 2026-03-29 03:15:47 -04:00
Dockerfile Add Go index builder (cmd/acb-index-builder) 2026-03-29 03:15:47 -04:00
generator.go Add Go index builder (cmd/acb-index-builder) 2026-03-29 03:15:47 -04:00
main.go Add bot profile cards with Open Graph support (Phase 9 complete) 2026-03-29 03:30:46 -04:00
main_test.go Add bot profile cards with Open Graph support (Phase 9 complete) 2026-03-29 03:30:46 -04:00