New holodoriwiki parser plus the holodori-holodoriwiki-events source, giving the game its two live and upcoming events at exact precision. holodori.wiki is Miraheze, so this is the same call bawiki makes and for the same reason: robots.txt disallows /w/ and /*?action=, which closes the API route and leaves the rendered /wiki/Events page as the surface * is allowed. It serves our own User-Agent a 200, sets no Content-Signal and no Crawl-delay for us, and the wiki is CC BY-SA 4.0. What makes this source unusually good is that it states its timezone on every cell — 08/17/2026 8:00PM (JST) — so it is the only wiki source here publishing exact precision on both boundaries without a per-region timer. parseSlashClockZone requires that zone rather than defaulting to UTC: a row that ever loses it drops out instead of silently landing nine hours off, and an abbreviation absent from the table is refused rather than guessed, which is why the table holds only JST and not the plausible-looking candidates that are not fixed offsets. The 12-hour clock gets its own handling and its own tests, because 12PM and 12AM are the two readings a naive parser gets wrong while still producing a valid-looking instant. Inclusion is fenced by the Current Events <h2> and bounded by the next one. That matters more than it looks: Past Events sits directly below with identical columns, so a reader taking every wikitable would put the back catalogue on the calendar with nothing to mark it. Rows are still checked against ctx.now on top of the heading, because Current is maintained by hand and goes stale before anyone moves a row down. Two rows are deliberately missing. Beginner Mission runs Game Launch → Unknown, and no start means no event ID — a permanent tutorial chore is not what a calendar of deadlines is for. An Unknown end is kept as endsAt null, and unlike bawiki this parser does not drop a started-but-undated row: the heading has already said the event is running, which is the fact bawiki lacks when reading an archive. Every event title is still a red link — the wiki has no article for any of them yet — so each points at ?action=edit&redlink=1, a create-page form on a path this robots.txt disallows. Refusing a href with a query keeps those out and falls back to the events page; the articles get linked when they exist, with no change here. holodori gets resetOffsets of UTC+9 across all three regions, evidenced rather than assumed the way Arknights' is: the game launched worldwide simultaneously on one service, every boundary is stated in JST, and Training Support Missions ends at 3:59AM JST, one minute before a 04:00 local reset. Only the offset is overridden; the hour is the default. Setting it now is free, because no reader has a day key for a game the app has never shipped — the same override a year from now would re-label ticks already logged. Both boundaries and the exclusions are asserted against an independent extraction off the fixture, computed through a timezone library rather than by the parser's own arithmetic. Several counts in AGENTS.md and PRD.md were already stale before this — the Fate/Grand Order source did not update them — and are corrected to what the tree now holds rather than to what it held yesterday. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
[
|
|
{
|
|
"id": "holodori:ultimate-summer-for-me:2026-08-17",
|
|
"game": "holodori",
|
|
"title": "Ultimate Summer For Me?",
|
|
"type": "banner",
|
|
"summary": "Spotlight",
|
|
"startsAt": "2026-08-17T11:00:00.000Z",
|
|
"startPrecision": "exact",
|
|
"endsAt": "2026-08-27T10:59:00.000Z",
|
|
"endPrecision": "exact",
|
|
"regionScoped": false,
|
|
"regionEnds": null,
|
|
"sourceUrl": "https://holodori.wiki/wiki/Events",
|
|
"sourceId": "holodori-holodoriwiki-events",
|
|
"status": "published",
|
|
"confidence": 0.95,
|
|
"extractionMethod": "parser",
|
|
"version": 1,
|
|
"firstSeenAt": "2026-08-14T00:00:00.000Z",
|
|
"updatedAt": "2026-08-14T00:00:00.000Z"
|
|
},
|
|
{
|
|
"id": "holodori:training-support-missions:2026-08-07",
|
|
"game": "holodori",
|
|
"title": "Training Support Missions",
|
|
"type": "other",
|
|
"summary": "Mission",
|
|
"startsAt": "2026-08-07T02:00:00.000Z",
|
|
"startPrecision": "exact",
|
|
"endsAt": "2026-08-29T18:59:00.000Z",
|
|
"endPrecision": "exact",
|
|
"regionScoped": false,
|
|
"regionEnds": null,
|
|
"sourceUrl": "https://holodori.wiki/wiki/Events",
|
|
"sourceId": "holodori-holodoriwiki-events",
|
|
"status": "published",
|
|
"confidence": 0.95,
|
|
"extractionMethod": "parser",
|
|
"version": 1,
|
|
"firstSeenAt": "2026-08-14T00:00:00.000Z",
|
|
"updatedAt": "2026-08-14T00:00:00.000Z"
|
|
}
|
|
]
|