Updates go through the collection cell: collid- and version_id-exact

The last unverified flow failed on its guess — the collection row has no
link named "own"; the edit affordances are icon anchors with no text. The
site offers something far better, now verified: the row's VERSION CELL
carries its own collid in an onclick, and the inline editor it opens is a
radio list whose values ARE version ids.

So an update addresses the copy by collid and the edition by version id —
no name matching, no pagination, no dialog, and structurally incapable of
creating a duplicate entry (it sets one field on one collid). Clicking
the radio fires CE_SaveData itself; there is no Save button, and the save
has landed when the cell stops reading "Editing". A version id the editor
doesn't offer aborts with the entry untouched.

The class docstring's UNVERIFIED list is now empty but for the
second-copy add, which --verify already reports as a copy-count
shortfall.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016jXZFSTZQKzAC8fqpWSz9g
This commit is contained in:
Eric Wagoner
2026-08-05 23:15:39 -04:00
co-authored by Claude Fable 5
parent 74ecd5059b
commit 0af9ae86c5
6 changed files with 122 additions and 86 deletions
+2
View File
@@ -18,9 +18,11 @@ collid,bgg_id,bgg_name,version_id,version_name
53429748,39856,Dixit,296529,Asmodee/Libellud English edition 2015
53430257,35505,Walk the Plank!,781669,English MDG-4311 edition
53430020,164,"Before I Kill You, Mister Bond",28465,"Cheapass black and white ""Better Edition"" edition"
148198097,181304,Mysterium,536289,English edition 2018-2
53429887,65244,Forbidden Island,31208,English edition 051210
53429908,95386,Tempurra,290572,English edition
53430200,258,Fluxx,20840,Looney Labs Version v2.1
148198100,312786,Poetry for Neanderthals,514050,English edition 2020
53430332,188614,Simon's Cat Card Game,779792,"English edition, second printing"
53429850,4324,Risk: The Lord of the Rings,26859,English edition 2002
53429933,1927,Munchkin,28144,"English edition 2009, 15th printing"
1 collid bgg_id bgg_name version_id version_name
18 53429748 39856 Dixit 296529 Asmodee/Libellud English edition 2015
19 53430257 35505 Walk the Plank! 781669 English MDG-4311 edition
20 53430020 164 Before I Kill You, Mister Bond 28465 Cheapass black and white "Better Edition" edition
21 148198097 181304 Mysterium 536289 English edition 2018-2
22 53429887 65244 Forbidden Island 31208 English edition 051210
23 53429908 95386 Tempurra 290572 English edition
24 53430200 258 Fluxx 20840 Looney Labs Version v2.1
25 148198100 312786 Poetry for Neanderthals 514050 English edition 2020
26 53430332 188614 Simon's Cat Card Game 779792 English edition, second printing
27 53429850 4324 Risk: The Lord of the Rings 26859 English edition 2002
28 53429933 1927 Munchkin 28144 English edition 2009, 15th printing