The loudest feedback on the first release was "not enough games", so the same wikis get researched again every pass — and the expensive half of that work is not finding a page, it is establishing that a page which fetches and parses cleanly is a 2021 archive, or states a wall clock with no timezone, or belongs to a game that is shutting down in October. This writes down what was actually checked on 2026-08-18: what each page publishes, which existing parser can already read it, whether CI could ever fetch it, and the hazard that would produce a confidently wrong date. The verdicts stay proposals — once one is acted on the ruling belongs in AGENTS.md § Scraping conduct, next to the sources already declined. Indexed in the doc table so it is found before the search starts, not after. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
24 KiB
SOURCES.md — event sources for the games still missing
A source assessment for the games named in docs/FEEDBACK.md § P1 that still have no adapter.
Written 2026-08-18. Nothing here has been built: no fixture was captured, no SOURCES entry added,
no parser written. This is the reconnaissance that decides what is worth one pass of
add-game-source and what is worth writing off.
Verdicts here are proposals. Once one is acted on — built or declined — the decision belongs in
AGENTS.md § Scraping conduct, whose table exists so a source is not re-litigated every pass and
which .github/ISSUE_TEMPLATE/feature_request.yml points readers at. This file is the working, not
the ruling.
Method
Every page below was fetched from this machine with the refresh runner's own User-Agent
(gacha-event-tracker/1.0 (+https://github.com/StereotypicalCat/gacha-event-tracker)), one or two
requests per host, robots.txt first. No browser-shaped headers, no proxy, no JS execution —
anything that only answers a browser is treated as closed, per the uma.moe precedent. Where an
existing parser could plausibly read a page, it was run against the fetched bytes offline
(src/ingest/parsers/index.ts) rather than guessed at.
Two things this method cannot tell you, and both matter:
- Whether a host answers the GitHub Actions runner. game8.co does not (
AGENTS.md§ Scraping conduct). The only hard evidence we hold is what CI has actually committed:git logonsnapshots/showsgithub-actions[bot]landing arknights.wiki.gg, endfield.wiki.gg and bluearchive.wiki (Miraheze). Fandom sources have never refreshed in CI, becauserobots.txtitself is challenged from a datacentre address and the gate fails closed. - Whether a page will still look like this in six weeks. Each recommendation below names the
assertion
canParseshould make, so a redesign fails the source loudly instead of emptying a lane.
Where P1 stands
| Game | Status |
|---|---|
| Arknights, Reverse: 1999, Blue Archive, Persona 5X | Built |
| Azur Lane, Umamusume | Declined on conduct (azurlane.koumakan.jp ai-input=no; uma.moe Turnstile) |
| Girls' Frontline 2, Nikke, Chaos Zero Nightmare, Stella Sora, Punishing: Gray Raven, Guardian Tales, Aether Gazer | No source — assessed below |
| Silver Palace | Unreleased |
Summary of findings
| Game | Best source found | Parser | Refreshes in CI? | Verdict |
|---|---|---|---|---|
| Girls' Frontline 2 | iopwiki.com/wiki/GFL2_Events |
new (iopwiki) |
likely (permissive robots, unproven) | Build first — best data quality of anything here |
| Stella Sora | stellasora.miraheze.org/wiki/Main_Page |
new (or extend bawiki) |
yes (Miraheze proven) | Build — banners only, and read the main page, not the banner list |
| Nikke | nikke-…-international.fandom.com/api.php?…page=Event |
new shape | no — Fandom robots fails closed | Build, eyes open: fixture-backed in CI like r1999 |
| Chaos Zero Nightmare | game8.co/games/Chaos-Zero-Nightmare/archives/559899 |
existing game8 |
no — game8 202s the runner | Build if you want a cheap win; it is a fixture-only lane |
| Umamusume | game8.co/games/Umamusume-Pretty-Derby/archives/536311 |
game8 + two header words |
no | Possible, but it edits a parser eight sources share |
| Punishing: Gray Raven | grayravens.com/wiki/Events |
— | — | Decline for now — one dated string on the whole page |
| Guardian Tales | guardian-tales.fandom.com/wiki/Events |
— | — | Decline — wiki stopped dating events in 2025 |
| Azur Lane | none | — | — | Still declined — the Fandom alternatives are 2021 archives |
| Aether Gazer | — | — | — | Do not build. The game is shutting down. |
| Silver Palace | — | — | — | Unreleased; beta only |
1. Girls' Frontline 2: Exilium — build this one first
Source: https://iopwiki.com/wiki/GFL2_Events (IOP Wiki, the Girls' Frontline universe wiki)
Conduct. robots.txt is two lines — User-agent: * / Crawl-Delay: 20 — with no Disallow
anywhere and no named-agent block. No Content-Signal header. Our 6-hour floor is three orders of
magnitude inside a 20s crawl delay. The response carries Last-Modified, so If-Modified-Since
will do real work here.
Shape. An <h3> per event, each followed by <table class="gf-table event-period">. All 46 of
those tables share one header row, exactly:
Title | Period (start/end) | Server | Type | Comment
Cells look like this, and this is the best date material in the project after wiki.gg:
Amidst Wings of Gray | 2025-01-16 17:00 - 2025-02-06 02:59 (UTC) | EN | Character Event | …
Explicit UTC, exact precision on both boundaries, no timezone inference anywhere. Each period
cell also carries an ICS widget with icsStart / icsEnd in YYYYMMDDTHHMMSS — a second,
independently generated copy of the same instants, useful for cross-checking a parser rather than as
the primary read.
Coverage. 145 rows, of which 51 are Server: EN. A naive regex parsed every EN period cell —
zero unparsed, which is the count check AGENTS.md § Silent drops asks for. Latest EN rows:
| Event | Start | End |
|---|---|---|
| Dawnforger — Part 2 | 2026-07-16 13:00 | 2026-08-05 22:59 |
| Unto the Radiance | 2026-07-16 13:00 | 2026-08-05 22:59 |
| Moonshroud Requiem | 2026-08-06 13:00 | 2026-08-26 22:59 (live today) |
Hazards, and what to do about them.
- CN and JP rows sit in the same tables as EN. This is the
akwikiCN-column problem verbatim: the Chinese schedule runs a year ahead and a CN date on a Global calendar is a confidently wrong date. TheServercolumn decides — publishEN, skip everything else. Servers seen on the page:CN,EN,JP. Betasis a section, not an event type. The page's<h2>s areMain Events,Minor Events,Betas,References. Closed beta rows are dated and would parse cleanly into a calendar of things nobody can do. Fence on the heading.- Titles are localised per row. The
Titlecell on a CN row is Chinese; on the EN row it is the English name. Because we only take EN rows this resolves itself, but a parser that took the section heading as the title would inherit the CN/EN slash pair (Exotic Cadence/Amidst Wings of Gray). Take the title from the EN row's own cell. canParseshould assert the header row —Title+Period (start/end)+Server— so a template change fails the source rather than emptying the lane.
Work: new parser module src/ingest/parsers/iopwiki.ts, a gfl2 GameId, a GAMES entry, one
SOURCES entry, a fixture and a test. Type maps onto our EventType reasonably —
Character Event → banner, Combat Event / Special Event / Main Story Event → event,
Popularity Contest → other.
2. Stella Sora — build the main page, not the banner list
Source: https://stellasora.miraheze.org/ — a Miraheze wiki, so the same call as Blue Archive and
hololive Dreams: /wiki/ is the surface * is allowed, /w/ and /*?action= are disallowed. CC
BY-SA 4.0, no Content-Signal, no Crawl-delay for us. Miraheze is the one host family we have
proof answers the CI runner.
Three pages, and the difference between them is the whole finding:
/wiki/Events— a list of event names with no dates at all. Useless on its own./wiki/Banner_List— two clean tables,Image | Name | Start | End, with full wall clocks:2026-08-18 03:00:00→2026-09-08 02:59:00. 28 and 29 rows, current. But the page states no timezone anywhere — noUTC, no offset, nothing. This is thebluearchive.wikihazard exactly (AGENTS.md§ Blue Archive, third bullet): reading a bare wall clock as UTC invents the fact that matters, and rounding to a day does not save it because the start's day is half an event ID./wiki/Main_Page— aCurrent Bannersmodule that emits the same instants as real<time datetime="2026-08-03T21:00-07:00">elements. Zone stated, machine-readable,exactprecision.
The two agree: 2026-08-03T21:00-07:00 is 2026-08-04T04:00Z, and Banner_List prints exactly
2026-08-04 04:00:00 for that banner. That is strong evidence the list is UTC — and it is still an
inference, not a statement, so the honest source is the main page module, at the cost of covering
only the four live banners instead of the full history.
Caveats. Banners only; the wiki dates no story events. Sourcing a wiki's main page is more fragile
than sourcing an article, so canParse should assert the stellasora-home-current__banners container
and the presence of <time datetime> children, and fail loudly if either goes. Note also that some
banner names link to red links (/wiki/A_Breezy_Romance/2026-08-03?action=edit&redlink=1) — a
?action= URL this wiki's robots.txt disallows, so the same rule holodori.ts follows applies:
refuse a href with a query and fall back to the page URL.
Worth asking: if the wiki's editors state the zone on Banner_List, that page becomes the better
source immediately — full coverage, no template dependency.
3. Nikke — the best data, on the surface CI cannot reach
Source: https://nikke-goddess-of-victory-international.fandom.com/api.php?action=parse&page=Event&prop=text&formatversion=2&format=json
Conduct, and one thing to check before building. The API answered our real User-Agent with a
200. robots.txt on that subdomain answered 403 (Cloudflare) from this address — so the robots
gate fails closed and the runner will report skipped_robots, exactly as it does for Reverse: 1999.
The standard Fandom robots.txt, which blhx.fandom.com served us fine at 200, explicitly allows
/api.php?action= for * and disallows only Special:, User:, Template: and Help:. Before
building, read this wiki's robots.txt in a browser and confirm it is the same file — that is the
precedent AGENTS.md § Fandom sets, and the permission has to be in writing before the adapter
exists, not inferred from a sibling wiki.
Shape. Story Events is a per-year tabbed set of tables:
Event | Start (UTC+9) | End (UTC+9) | Archived (?)
Dates are machine-readable — <span class="mw-formatted-date" title="2026-08-12"> — with the end
carrying a clock (04:59:59) and the start carrying none. A second table, Pick Up Recruitments,
gives banners with a clock on both ends (05:00:00 → 04:59:59).
It is current. The live event, Persona on Frontline, is listed: 12 August → 10 September 2026
04:59:59 (UTC+9).
Hazards, and the nastiest one is real.
- Event titles are images, not text. Each
Eventcell is a logo. Normally the name is recoverable from the wrapping<a title="Project Matis">. But the newest row — the live event — has no uploaded logo, so the cell is a red link rendering as the literal textFile:Persona on Frontline logo.png. A parser that reads only<a title>silently drops today's event and publishes a calendar whose most important row is missing. Read the title from the file name as a fallback, strip theFile:prefix and thelogo.pngsuffix, and put a test on exactly this row. - Five tables of identical shape, one per year tab (2026 … 2022), plus
Recurring Events,Mission Passes,Costume Gacha,Web EventandPopularity Poll. Fence by heading and by year tab; do not take everywikitable. fandom.tswill not read this page.canParsereturnsfalse— that module is shaped around the Reverse: 1999 and FGOEvent_List_(US)templates. This is a new shape: either a third branch infandom.tsor a new module.
A free win while you are there. Every story event ends at 04:59:59 (UTC+9) and every pickup
banner starts at 05:00:00 (UTC+9) — an event ending one second before the reset the next one begins
on. That is the Reverse: 1999 evidence pattern, and it means Nikke wants
resetOffsets: { asia: 9, america: 9, europe: 9 } and resetHourLocal: 5 in games.ts, set in the
same commit that ships the game, before any reader has a day key that a later correction would
re-label.
One naming trap. The GameId for this is nikke, and nikki (Infinity Nikki) already exists.
One letter apart, both are the first segment of every completion key that game will ever have. Worth
a moment's care in games.ts, schema.ts and the fixture directory name.
4. Chaos Zero Nightmare — the cheapest adapter available, and a ninth blind source
Source: https://game8.co/games/Chaos-Zero-Nightmare/archives/559899 ("List of All Events")
Among the games still missing, only Umamusume and CZN have a Game8 wiki hub at all — probes of
game8.co/games/{Goddess-of-Victory-Nikke, Nikke, Girls-Frontline-2-Exilium, Punishing-Gray-Raven, Azur-Lane, Guardian-Tales, Stella-Sora, Aether-Gazer} all returned 404. Those games exist on Game8
only as news article hubs, which are not schedules.
The existing parser already reads it. Run offline against the fetched bytes:
parser game8 canParse: true
events: 4
- Following the Fox's Footsteps 2026-05-27 → 2026-06-17 (day/day)
- Beach Cafe Festival 2026-07-29 → 2026-09-30 (day/day)
- Chasing the Remanants of Light 2026-07-29 → 2026-09-08 (day/day)
- Virtual Tactical Simulation Hilde 2026-07-29 → 2026-08-19 (day/day)
The page lists six current events; the two the parser skips (Full-Scale Offensive Season 3,
Virtual Tactical Simulation - Yuki) both print Start Date: -. No start means no event ID, so
skipping them is the rule working, not a silent drop. Page last updated 2026-08-11.
So this is a SOURCES entry, a czn GameId, a fixture and a test — no parser work at all.
The cost is honest and should be stated in the commit: it becomes the ninth game8 source, and
game8 returns 202 with a bot-management body to the Actions runner, so this lane will be built from
a checked-in fixture in CI from day one and will go stale within a patch cycle unless the user runs
bun run refresh themselves. freshness() will say so in the footer, which is what that disclosure
is for — but adding a game that can only ever be as fresh as someone's last manual run is a decision,
not a detail. It also worsens the per-host arithmetic in § Scraping conduct: nine game8 pages per
cycle to one host.
Alternatives checked and worse: gamewith.net/chaoszeronightmare/71099 has the right table shape but
is stale (its "latest events" are April–May 2026); czn.gg is a WordPress site whose
/category/current-events/ is a blog feed, not a schedule, and whose robots.txt disallows
anthropic-ai and Claude-Web by name (not us, but a signal about the site's posture).
5. Umamusume — reachable, but it edits a parser eight sources share
uma.moe stays declined; nothing about the Turnstile gate has changed. Two other surfaces exist.
gametora.com (/umamusume/events/story-events) — cleared in AGENTS.md already. The page embeds
__NEXT_DATA__ with a clean per-server dataset:
{"id":1018,"url_name":"story-event-18","name_en":"Days Flying By","start_en":1787090400, …}
53 events, start_en epoch seconds, current through 2026-08-18 (today's event). Deterministic,
no HTML parsing at all. But there is no end timestamp in the payload — every event would land
endsAt: null, endPrecision: "unknown". That is a correct value, not a wrong one, but a lane of
start-only events answers none of the questions this app exists for.
game8.co/games/Umamusume-Pretty-Derby/archives/536311 ("List of All Banners") is a stable URL —
unlike the monthly August 2026 Release Schedule pages (613161), whose URL changes every month and
which a static SOURCES registry cannot follow. It carries:
Banner | Rating | Availability
Seeking the Pearl (Rocket☆Star) | ★★★★☆ | 8/12/2026 - 8/21/2026
Our game8 parser returns 0 events from it, and the reason is narrow: COL_TITLE is
/^(.*\b)?events?$/i so Banner misses, and COL_RANGE knows availability period but not bare
Availability or Availability (UTC). Teaching it those two words is a few characters — but
game8.ts serves eight live sources, so widening its column vocabulary can start matching tables on
Genshin, HSR, ZZZ, WuWa, NTE, Nikki, P5X and Endfield that it currently ignores. If it is done, it is
its own commit, with every existing .expected.json regenerated and re-verified against the live
pages, not just regenerated to make the tests agree with the new behaviour.
Add the game8 CI blindness on top and this is a "yes, but not next" — worth doing after GFL2 and Stella Sora, and worth doing as two commits (parser vocabulary, then the source).
6. Punishing: Gray Raven — decline for now
grayravens.com is a Miraheze wiki and the community's officially supported fansite; conduct is fine
(/wiki/ allowed, /w/ and ?action= disallowed, Crawl-delay only for named bots). The data is
the problem.
/wiki/Events is a single patch guide — "Ongoing Events" is one version's content, written as prose.
Stripped of markup, the entire 626 KB page contains exactly one date range:
Duration: July 17th to August 18th 2026.
Ordinal day, year on the second boundary only, one event per six-week patch. /wiki/PGR_Roadmap adds
a Patch | Est. Release | … table — an estimate, and a start with no end. The Fandom wiki is worse:
Events does not exist, Upcoming Content is 2025-era and says its dates are "ESTIMATED", and the
search API returns nothing for intitle:Event.
An adapter here would publish one guessed-ish event per patch. Decline, and recheck if grayravens ever puts the schedule in a table.
7. Guardian Tales — decline
guardian-tales.fandom.com/wiki/Events fetches and parses fine. It contains no 2026 date at all —
the newest dated entry across Events and Guardian_Tales/Version_history is 2025, and the wiki's
own front page advertises 8 active users. This is the bluearchive.fandom.com failure in
AGENTS.md § Scraping conduct: a source that parses cleanly to nothing live, which would put an
empty lane on the calendar and report a broken source forever.
The official site (guardiantales.com) serves no robots.txt (404, so no restriction) but is a
Next.js SPA carrying <meta name="robots" content="noindex"> with no schedule surface in the HTML.
8. Azur Lane — still no source
The two Fandom wikis the community points at as alternatives to the declined azurlane.koumakan.jp
are both dead:
blhx.fandom.com("the authoritative database on Azur Lane's EN server").robots.txtserved200and allows/api.php?action=, so conduct is clear — butEvent_CalendarandEvent_Informationboth stop in 2021. The newest event on the calendar is "Ying Swei's Spring Travels, Feb 04 2021".azurlane-archive.fandom.com/wiki/EventshasCurrent Events/Upcoming Events/Previous Eventsheadings with nothing under any of them.
The live schedule is on koumakan, which said ai-input=no. Nothing found here changes that verdict —
worth a row in AGENTS.md recording that the Fandom alternatives were checked and are archives, so
the next person does not check them again.
9. Aether Gazer — do not build; the game is ending
Game8, published 2026-07-09, reporting the developer's own Bilibili statement:
Aether Gazer developer YongShi shared an official statement on Bilibili confirming that the game will receive no further content updates once Version 5.2 rolls out on July 23, 2026.
with a dated wind-down: refunds for unused Transfer Flowers 6 Aug – 6 Sep 2026, a final "With You" update 17 Sep 2026, and store listings and download access removed 17 Oct 2026. Global keeps updating only until it catches up with CN.
The wiki matches. aethergazer.miraheze.org/wiki/Event_Guide_List is an image gallery of guide links
with no dates on it at all — the unsupportable image-grid shape — the site was last edited 12 July
2026, and its main page carries a note from the owner about the wiki's uncertain future.
A lane that will be empty by winter, built on a wiki that does not publish dates. Skip it, and record why so the request does not come back.
10. Silver Palace — unchanged
Still unreleased. The Dichotomy Beta ran 23 July – 13 August 2026; no launch date announced;
projections point at late 2026 / early 2027. Nothing to scrape, as docs/FEEDBACK.md already says.
What every one of these costs, beyond the source
Adding a game is never only a SOURCES entry:
- a
GameIdinsrc/shared/schema.ts— an enum value that becomes the first segment of every completion key for that game, forever; - a
GAMESentry insrc/shared/games.ts(name, short, hue, studio,dailyTasks), plusresetOffsets/resetHourLocalonly where the source states the clock — Nikke's is evidenced, Stella Sora's is not stated on the page we would read; - a fixture in
fixtures/<game>/and a test asserting parsed output, one commit per game (docs/FEEDBACK.mdP1 step 4); - the lane arriving switched off for existing readers via
adoptNewLanes, which is automatic but worth remembering when checking the app after a build.
Recommended order
- Girls' Frontline 2 — best dates in the list (explicit UTC, both boundaries exact), permissive host, live event today. Costs a parser module; buys the strongest lane since wiki.gg.
- Stella Sora — Miraheze, which is the one family we know refreshes in CI. Banners only, and
read the main page's
<time>elements rather than the unzoned banner list. - Nikke — richest schedule of the three (story events and dated pickup banners, plus an
evidenced reset clock), but confirm the
robots.txtallowance in a browser first, and accept that CI will never refresh it. - Chaos Zero Nightmare — zero parser work, but a ninth blind game8 source. Do it when someone is willing to run the refresh by hand, or not at all.
- Umamusume — after a separate, carefully re-verified commit widening
game8.ts's column vocabulary. - Decline Azur Lane, Punishing: Gray Raven, Guardian Tales and Aether Gazer, with the
reasons above written into
AGENTS.md§ Scraping conduct so they are not researched a third time.
Appendix — reproducing the checks
UA='gacha-event-tracker/1.0 (+https://github.com/StereotypicalCat/gacha-event-tracker)'
# conduct
curl -sS -A "$UA" https://iopwiki.com/robots.txt
curl -sS -A "$UA" -D - -o /dev/null https://stellasora.miraheze.org/wiki/Main_Page # Content-Signal?
# the pages
curl -sS -A "$UA" https://iopwiki.com/wiki/GFL2_Events > gfl2.html
curl -sS -A "$UA" https://stellasora.miraheze.org/wiki/Main_Page > stellasora.html
curl -sS -A "$UA" 'https://nikke-goddess-of-victory-international.fandom.com/api.php?action=parse&page=Event&prop=text&formatversion=2&format=json' > nikke.json
curl -sS -A "$UA" https://game8.co/games/Chaos-Zero-Nightmare/archives/559899 > czn.html
# does an existing parser read it? (offline, once a source id exists)
bun run parse czn-game8-events czn.html --json
Facts stated above that a future reader may want to re-check, with how they were established:
| Claim | How it was checked |
|---|---|
| game8 has no wiki hub for Nikke, GFL2, PGR, Azur Lane, Guardian Tales, Stella Sora, Aether Gazer | HEAD https://game8.co/games/<Name> → 404 for each, 200 for Umamusume-Pretty-Derby and Chaos-Zero-Nightmare |
The game8 parser already reads the CZN page |
ran game8Parser.parse against the fetched bytes: 4 events, 2 correctly skipped for a missing start |
fandom.ts, akwiki, wikigg, bawiki, holodori cannot read the new pages |
canParse returned false for every combination tried |
| CI can fetch wiki.gg and Miraheze | git log --name-only -- snapshots/ — github-actions[bot] commits carry arknights-akwiki, endfield-wikigg, ba-bawiki |
A Fandom robots.txt 403 means the source is skipped, not failed |
src/ingest/robots.ts RobotsCache.load — status >= 400 other than 404/410 → usable: false |