release: verification 20.16% per record / 34.01% per product - #159
Conversation
Auto-promotions from the verification layer (green+live-source or crossref-confirm). Each flip is verified:false->true only; see data/_verify/ledger.jsonl. Refs #1
TechEngine carries TechAPI back as a submodule, so `git submodule
update --recursive` follows that cycle — TechEngine/TechAPI/TechEngine/
TechAPI/… — re-fetching the million-file data tree at every level until
the runner dies with "No space left on device":
fatal: Unable to checkout '679e487…' in submodule path
'TechEngine/TechAPI/TechEngine/TechAPI/TechEngine/TechAPI/…'
Every bump-engine run has failed this way since 2026-08-03, which is
when the job started switching branches before touching the submodule
and so began re-resolving it from scratch. The submodule pointer has
not moved automatically since.
The gitlink being bumped is at this repo's top level; nothing below it
needs updating, so drop --recursive from both submodule commands.
Refs #1
🔎 Data verification — Tier 0 (offline existence/trust)Scored by Changed records in this PR54 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" : 54
"Yellow" : 0
"Red" : 0
Full-dataset baseline105742 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" : 21313
"Yellow" : 83228
"Red" : 1201
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 examplescpu modified
Heuristic review
|
TechEngine validation stats: PASS
Data summary
Warning Tracked verified coverage is below 50% for watch 4.2% (18/433), tablet 6.3% (218/3455), soc 6.9% (146/2104), brand 11.6% (24/207), smartphone 18.6% (17384/93396), all 20.2% (21314/105742), gpu 39.9% (809/2030), pda 47.1% (66/140). Validation notes
Key output:
|
Release of 5 commits. Merging deploys the site and notifies TechEngine.
CPU moved 65.25% → 66.61%.
What is in it
54 CPU promotions.
passmark_multi_ge_singleassertedpassmark_cpu_mark >= passmark_single, but those are two separately normalised PassMark scales, so the comparison is not meaningful. All 51 single-core parts failed it, and failure tracked absolute weakness rather than parallelism (failing CPU Mark median 641 against 19,657 for passing), with near-ties at the boundary — Core 2 Duo E8600 at 1378 vs 1388. Dropped; Cinebench and Geekbench keep their multi ≥ single checks because those report one scale (GetTechAPI/TechEngine#58).The submodule pointer is moving again.
bump-enginehad failed 9 consecutive times since 2026-08-03 — TechEngine carries TechAPI back as a submodule, andgit submodule update --recursivewalked that cycle, re-fetching the million-file data tree at each level until the runner ran out of disk. Dropping--recursivefixed it; this release carries the first successful bump since (d84bcec), which is what finally brings the merged engine fixes into the pointer TechAPI publishes.Closes #1