From c90e7ba42b766911259acdf7efd0d9375b15fbd4 Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Thu, 18 Jun 2026 18:06:04 -0300 Subject: [PATCH] docs: log daily refresh 18/06/2026 --- .agents/TODO.md | 2 +- .agents/project-memory.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.agents/TODO.md b/.agents/TODO.md index 17e007b..a44ce8b 100644 --- a/.agents/TODO.md +++ b/.agents/TODO.md @@ -62,7 +62,7 @@ Use checkboxes to track progress. Items marked **🔴 BLOCKER** prevent release; ### 🟡 IMPORTANT - [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 (results updated through match id 25 on 2026-06-18) +- [ ] Update `results.json` as the tournament progresses (results updated through match id 26 on 2026-06-18) - [x] ~~Real stadium photos + team flag SVGs in `assets/images/`~~ (flag SVGs added 2026-06-18; stadium photos optional) - [ ] **Pós-Copa: estado final da home.** Quando a Final encerrar, o hero fica vazio (por design atual). Criar um estado pós-torneio (campeão/epílogo) na home — ver entrada "Hero cronômetro inteligente (2026-06-15)" em project-memory; provavelmente converge com a aba Stats (`stats-screen-plan.md`). diff --git a/.agents/project-memory.md b/.agents/project-memory.md index 051dabb..c2e4b05 100644 --- a/.agents/project-memory.md +++ b/.agents/project-memory.md @@ -447,16 +447,17 @@ supersedes the old "768–1439 single-row header" note. ## Current State -**Updated 2026-06-18.** Data: **results through match 25/104** (25 of 72 group-stage matches +**Updated 2026-06-18.** Data: **results through match 26/104** (26 of 72 group-stage matches finished; group stage in progress). `thirdPlaceAssignment` still all `null` (fill ~Jun 27). -`DATA_VERSION = 2026-06-18-rev2`. `APP_VERSION = v1.0.1`. Build: all 12 steps + real-data migration +`DATA_VERSION = 2026-06-18-rev3`. `APP_VERSION = v1.0.1`. Build: all 12 steps + real-data migration done; Stats stages A–D + F + J(r1) merged to `master` and live (E skipped). ### Recent refreshes (rolling — keep the last 3, prune older; full detail in git) -- **2026-06-18 (rev1–rev2)** — matches 24–25: UZB 1–3 COL, CZE 1–1 RSA. +- **2026-06-18 (rev1–rev3)** — matches 24–26: UZB 1–3 COL, CZE 1–1 RSA, SUI 4–1 BIH (all 4 goals + came 74'+; FIFA/FOX still cached at 0–0 — score confirmed via ESPN report + Wikipedia minutes; + card count 1/3 from FOX named bookings, ESPN box lagged at 0/1). - **2026-06-17 (rev1–rev3)** — matches 18–23: IRQ 1–4 NOR, ARG 3–0 ALG, AUT 3–1 JOR, POR 1–1 COD, ENG 4–2 CRO, GHA 1–0 PAN. -- **2026-06-16 (rev1–rev2)** — matches 16–17: IRN 2–2 NZL, FRA 3–1 SEN. ### Pending / next - **`thirdPlaceAssignment` fill** once the group stage ends (~Jun 27) — slot→group table above.