chore(snapshots): drop the page of a source that no longer exists
Retiring nikki-game8-events left its snapshot behind. snapshots/ is defined as the current page per source, and there is no such source — so these two files are 200 KB of a wiki that stopped being updated in August 2025, tracked in git, described by metadata naming a sourceId nothing resolves. Harmless today: build-feed.ts iterates ADAPTERS, so an orphan is never read. That is also what makes it worth removing rather than leaving. The one path that would read it again is someone re-registering the id, and what they would silently get back is the stale page the lane was moved off — the failure the move was made to fix, arriving through a file nobody looked at. The fixture stays. fixtures/nikki/game8-events-2026-08-17 is pinned and permanent, it is the only page here carrying Game8's labelled "Start: ... End: Permanent" shape, and test/adapters still drives it through the parser. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 5
parent
c782a265ca
commit
cada4d7771
File diff suppressed because one or more lines are too long
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"sourceId": "nikki-game8-events",
|
|
||||||
"url": "https://game8.co/games/Infinity-Nikki/archives/487445",
|
|
||||||
"contentHash": "5846464db1314c81520283cba24d9f0c0d0ec8984e9051713eb8899b52f8fdf0",
|
|
||||||
"bytes": 200629,
|
|
||||||
"etag": "W/\"5846464db1314c81520283cba24d9f0c\"",
|
|
||||||
"lastModified": null,
|
|
||||||
"contentChangedAt": "2026-08-19T00:55:47.759Z",
|
|
||||||
"eventCount": 7,
|
|
||||||
"charset": "utf-8"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user