From 83ec0312d61a9c099c86e58ddc783f3d44d9e5e6 Mon Sep 17 00:00:00 2001 From: Lucas Winther Date: Mon, 17 Aug 2026 22:58:32 +0200 Subject: [PATCH] docs(feedback): record where the thread's work list stands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AGENTS.md now sends agents here to decide what to build next, which makes a list where half the items have shipped actively misleading — P1a, three of the games, the Timeline rename and custom events are all done, and nothing here said so. The thread reading stays fixed at the date it was made; only a status table moves. Each item keeps its diagnosis, because those still hold — what changed is whether anyone acted. Recording the not-dones is the point as much as the dones: NextUp is still one row, the list still has no expander, view is still component state, and those were the cheapest items on the list. Co-Authored-By: Claude Opus 5 (1M context) --- docs/FEEDBACK.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/FEEDBACK.md b/docs/FEEDBACK.md index 5b4defa..4a8119b 100644 --- a/docs/FEEDBACK.md +++ b/docs/FEEDBACK.md @@ -291,3 +291,24 @@ scraping, no ToS question, and no server. Everything in P0 and P1b is a change to code that already exists. That is the cheapest half of this list and it addresses the two loudest complaints in the thread. + +### Where that list stands (2026-08-17) + +The thread reading above is fixed at the date it was made; this is the only part that moves. The +diagnosis in each item still holds — what changed is whether it has been acted on. + +| Item | Status | +|---|---| +| P0 refresh pipeline | **Diagnosed, half acted on.** game8.co answers a GitHub Actions runner with `202` and a bot-management body, so those eight sources have only ever built from fixtures in CI — see `AGENTS.md` § Scraping conduct, including why it is not to be worked around. The `broken` tier now makes a source failing three cycles fail the run. Step 5 (a build assertion on snapshot age) is **not built** | +| P1a Arknights | **Done.** `arknights-akwiki-events`, via the new `akwiki` parser | +| P1b `NextUp` → three | **Not done.** Still one row | +| P1b cap the long list | **Not done.** No "show all N" expander | +| P1b persist `view` | **Not done.** Still `useState` in `App.tsx` | +| P1b Calendar → Timeline | **Done.** The tab reads "Timeline" | +| P1c more games | **Done, three of them.** Infinity Nikki, Persona 5: The Phantom X, Reverse: 1999 — one commit each. The declined and cleared-but-unbuilt candidates are recorded in `AGENTS.md` § Scraping conduct so they are not re-litigated | +| P1c roadmap in the colophon | **Not done** | +| P2 colour and screenshot | **Not done** | +| P2 custom events | **Done.** PRD F13 first, then the code; `mygame:` / `myevent:` key spaces, in the export | + +So the outstanding work is P1b's three client changes, the colophon roadmap, the colour pass, and +P0's build assertion — the cheapest items on the list are the ones still open.