docs(agents): update project memory for real data migration

Record completion of mock→real tournament data migration (2026-06-12): all 6
data/*.json files now hold verified WC2026 data; stadiums trimmed 30→16;
match ids clarified (1–72 chronological group, 73–104 official knockout numbers);
third-place slot allocations documented. Add daily refresh runbook reference to
project memory workflow section. Mark step 11 complete in TODO.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Lucas Kalil 2026-06-12 22:41:22 -03:00
parent 096c671c4e
commit 1090c8c439
3 changed files with 45 additions and 14 deletions

View file

@ -60,9 +60,10 @@ Use checkboxes to track progress. Items marked **🔴 BLOCKER** prevent release;
## 6. Post-launch (real data)
### 🟡 IMPORTANT
- [ ] Replace mock `data/*.json` with real World Cup 2026 data
- [ ] Fill `thirdPlaceAssignment` in `bracket-config.json` after group stage
- [ ] Real stadium photos + team flag SVGs in `assets/images/`
- [x] ~~Replace mock `data/*.json` with real World Cup 2026 data~~ (2026-06-12 — full migration + smoke test; see project-memory)
- [ ] Fill `thirdPlaceAssignment` in `bracket-config.json` after group stage ends (~2026-06-27; slot → allowed-groups table in project-memory)
- [ ] Update `results.json` as the tournament progresses (USAPAR kicked off 2026-06-13 01:00 UTC, still `scheduled` in data)
- [ ] Real stadium photos + team flag SVGs in `assets/images/` (10 new-team flags created 2026-06-12 in placeholder style)
---