Skip to content

Commit 01c9d5e

Browse files
committed
data(verify): promote records to verified (reality cross-reference)
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
1 parent f8b1893 commit 01c9d5e

8 files changed

Lines changed: 105477 additions & 4 deletions

File tree

data/_verify/ledger.jsonl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8808,3 +8808,7 @@
88088808
{"actor": "app.verify.promote", "category": "cpu", "decision": "promote", "hash": "65cd179e338f02c3", "new_verified": true, "path": "cpu/amd/2008/consumer/amd-phenom-9950-quad-core.json", "prev_verified": false, "reason": "green", "slug": "amd-phenom-9950-quad-core", "tier0": {"band": "green", "score": 77.9}, "ts": "2026-06-23T07:28:50Z"}
88098809
{"actor": "app.verify.promote", "category": "cpu", "decision": "promote", "hash": "69756413b3139744", "new_verified": true, "path": "cpu/amd/2009/consumer/amd-athlon-64-fx-74.json", "prev_verified": false, "reason": "green", "slug": "amd-athlon-64-fx-74", "tier0": {"band": "green", "score": 77.9}, "ts": "2026-06-23T07:28:50Z"}
88108810
{"actor": "app.verify.promote", "category": "cpu", "decision": "promote", "hash": "8c9faa12f0bbc114", "new_verified": true, "path": "cpu/amd/2009/consumer/amd-athlon-64-x2-ql-67.json", "prev_verified": false, "reason": "green", "slug": "amd-athlon-64-x2-ql-67", "tier0": {"band": "green", "score": 77.9}, "ts": "2026-06-23T07:28:50Z"}
8811+
{"actor": "app.verify.promote", "category": "smartphone", "decision": "promote", "hash": "eebe39c5b6bc875d", "new_verified": true, "path": "smartphone/asus/2022/rog-phone-6.json", "prev_verified": false, "reason": "crossref-confirm", "slug": "rog-phone-6", "tier0": {"band": "yellow", "score": 73.0}, "ts": "2026-07-06T08:33:52Z"}
8812+
{"actor": "app.verify.promote", "category": "smartphone", "decision": "promote", "hash": "f8a9de3377c22fc5", "new_verified": true, "path": "smartphone/google/2020/google-pixel-5.json", "prev_verified": false, "reason": "crossref-confirm", "slug": "google-pixel-5", "tier0": {"band": "yellow", "score": 73.0}, "ts": "2026-07-06T08:33:52Z"}
8813+
{"actor": "app.verify.promote", "category": "gpu", "decision": "promote", "hash": "b38db071fa99f747", "new_verified": true, "path": "gpu/nvidia/1999/consumer/geforce-256.json", "prev_verified": false, "reason": "crossref-confirm", "slug": "geforce-256", "tier0": {"band": "yellow", "score": 74.6}, "ts": "2026-07-06T08:33:52Z"}
8814+
{"actor": "app.verify.promote", "category": "gpu", "decision": "promote", "hash": "075861ed37ce894b", "new_verified": true, "path": "gpu/nvidia/1999/consumer/riva-tnt2.json", "prev_verified": false, "reason": "crossref-confirm", "slug": "riva-tnt2", "tier0": {"band": "yellow", "score": 74.6}, "ts": "2026-07-06T08:33:52Z"}

data/_verify/state/crossref_cache.jsonl

Lines changed: 500 additions & 0 deletions
Large diffs are not rendered by default.

data/_verify/state/scores.jsonl

Lines changed: 104825 additions & 0 deletions
Large diffs are not rendered by default.

data/_verify/state/url_cache.jsonl

Lines changed: 144 additions & 0 deletions
Large diffs are not rendered by default.

data/gpu/nvidia/1999/consumer/geforce-256.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"speedway_score": null,
2525
"octanebench_score": null,
2626
"fp32_tflops": null,
27-
"verified": false,
27+
"verified": true,
2828
"source_urls": [
2929
"https://en.wikipedia.org/wiki/GeForce_256",
3030
"https://www.techpowerup.com/gpu-specs/geforce-256-sdr.c721",

data/gpu/nvidia/1999/consumer/riva-tnt2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"speedway_score": null,
2525
"octanebench_score": null,
2626
"fp32_tflops": null,
27-
"verified": false,
27+
"verified": true,
2828
"source_urls": [
2929
"https://en.wikipedia.org/wiki/RIVA_TNT2",
3030
"https://www.techpowerup.com/gpu-specs/riva-tnt2.c709",

data/smartphone/asus/2022/rog-phone-6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"bluetooth": "Bluetooth 5.2",
4141
"usb": "USB C reversible"
4242
},
43-
"verified": false,
43+
"verified": true,
4444
"source_urls": [
4545
"https://www.kaggle.com/datasets/sady36/mobile-phones-specs"
4646
]

data/smartphone/google/2020/google-pixel-5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"bluetooth": "Bluetooth 5.0",
4040
"usb": "USB C reversible"
4141
},
42-
"verified": false,
42+
"verified": true,
4343
"source_urls": [
4444
"https://www.kaggle.com/datasets/sady36/mobile-phones-specs"
4545
]

0 commit comments

Comments
 (0)