-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatch-day.example.json
More file actions
48 lines (48 loc) · 2.13 KB
/
Copy pathmatch-day.example.json
File metadata and controls
48 lines (48 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"_comment": "Input template for scripts/add-match-day.mjs. Copy, fill with the day's REAL, SOURCED results, then run: node scripts/add-match-day.mjs scripts/match-day.json. The script flips matching scheduled events to completed, adds new fixtures + links, validates, and only writes if clean.",
"date": "2026-06-23",
"dateLabel": "June 23, 2026",
"results": [
{
"id": "wc2026-germany-vs-ivory-coast",
"title": "Germany beat Ivory Coast 2-1",
"description": "Germany followed their opening rout with a tighter 2-1 win over Ivory Coast, confirming their form is real rather than flattered by a weak opener.",
"whyItMatters": "A win over credible opposition converts an early statement into genuine title-contender status.",
"entities": ["Germany", "Ivory Coast", "Group E"],
"impactScore": 0.66,
"tags": ["world-cup-2026", "group-e", "germany", "ivory-coast"],
"nextWatchpoints": ["Germany vs Ecuador"],
"sources": [
{ "type": "official", "citation": "FIFA — World Cup 2026 match centre", "url": "https://www.fifa.com/..." }
]
}
],
"scheduled": [
{
"id": "wc2026-germany-vs-ecuador",
"title": "Germany vs Ecuador — Group E final round (scheduled)",
"description": "Germany's final Group E fixture against Ecuador, likely deciding top spot.",
"whyItMatters": "Top seeding in the group shapes the round-of-32 path.",
"entities": ["Germany", "Ecuador", "Group E"],
"impactScore": 0.58,
"tags": ["world-cup-2026", "group-e", "germany", "ecuador", "watchpoint"],
"date": "2026-06-27",
"dateLabel": "June 27, 2026"
}
],
"links": [
{
"fromEvent": "wc2026-germany-vs-ivory-coast",
"toEvent": "wc2026-germany-vs-ecuador",
"relationship": "enabled",
"confidence": 0.68,
"evidence": "A second straight win put Germany in command of Group E, turning the Ecuador match into a chance to seal top seeding."
}
],
"insightInstances": [
{
"insightId": "pattern--statement-win-leverage",
"addLinkIds": ["wc2026-germany-vs-ivory-coast--enabled-->wc2026-germany-vs-ecuador"]
}
]
}