Remove four duplicate GPU slugs from the #258 import - #280
Conversation
GeForce3 Ti 500, RTX 6000 Ada Generation and the RTX PRO 6000 Blackwell Workstation / Max-Q Workstation editions already exist as geforce3-ti-500, rtx-6000-ada, rtx-pro-6000-blackwell-workstation and rtx-pro-6000-blackwell-max-q. The import's dedup only caught existing slugs that extend the new one, not the reverse.
🔎 Data verification — Tier 0 (offline existence/trust)Scored by Changed records in this PR95 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 76
"Yellow" : 19
"Red" : 0
Full-dataset baseline106352 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 24193
"Yellow" : 81064
"Red" : 1095
Hard violations (forced red):
green = authoritative source + complete + consistent · yellow = plausible, needs confirmation · red = sparse/weak source or a hard contradiction. Promotion to |
TechEngine change review: PASS
Changed data
Changed record examplesgpu deleted
Heuristic review
|
TechEngine validation stats: PASS
Data summary
Warning Tracked verified coverage is below 50% for tablet 7.9% (273/3455), watch 8.8% (39/442), soc 9.2% (193/2105), smartphone 18.7% (17501/93407), all 20.8% (22099/106352), gpu 49.2% (1028/2089). Validation notes
Key output:
|
Follow-up to #258. Four imported GPUs duplicate existing records under a different slug spelling:
The import only caught existing slugs that extend the new one (
existing.startswith(new + "-")), not the reverse. A full check of today's additions (541 GPU/CPU files, both directions plus punctuation-insensitive) found no other duplicates. The remaining hits are distinct boards (GeForce 256 DDR/SDR, FX 5200 Ultra, GTX 1660 Ti Max-Q, HD 5870 Eyefinity, ...).#273 already dumped these slugs, so the dump refresh after this PR must
git rmtheir pages.Closes #1