Skip to content

Commit 53cbfca

Browse files
committed
chore(data): refresh catalog health snapshot
1 parent 48b60ca commit 53cbfca

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

data/data-health.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"asOf": "2026-08-03",
2+
"asOf": "2026-08-13",
33
"thresholds": {
44
"models": 30,
55
"providers": 30,
@@ -10,16 +10,16 @@
1010
"vendors": 90
1111
},
1212
"summary": {
13-
"totalRecords": 253,
14-
"recordsWithSources": 253,
15-
"verifiedRecords": 253,
16-
"provenanceComplete": 253,
13+
"totalRecords": 258,
14+
"recordsWithSources": 258,
15+
"verifiedRecords": 258,
16+
"provenanceComplete": 258,
1717
"staleVerifiedRecords": 0,
1818
"translationPlaceholderValues": 300,
1919
"danglingRelationships": 0,
20-
"modelBenchmarkCoverage": 9.5,
20+
"modelBenchmarkCoverage": 9.2,
2121
"productsWithPricing": 66,
22-
"productRecords": 66,
22+
"productRecords": 67,
2323
"communityUrlsPopulated": 331,
2424
"communityUrlsWithProvenance": 331,
2525
"duplicatedVendorCommunityUrls": 0,
@@ -35,9 +35,9 @@
3535
"stale": 0
3636
},
3737
"clis": {
38-
"total": 27,
39-
"verified": 27,
40-
"provenanceComplete": 27,
38+
"total": 28,
39+
"verified": 28,
40+
"provenanceComplete": 28,
4141
"stale": 0
4242
},
4343
"desktops": {
@@ -53,9 +53,9 @@
5353
"stale": 0
5454
},
5555
"models": {
56-
"total": 123,
57-
"verified": 123,
58-
"provenanceComplete": 123,
56+
"total": 127,
57+
"verified": 127,
58+
"provenanceComplete": 127,
5959
"stale": 0
6060
},
6161
"providers": {

docs/DATA-HEALTH.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Data Health Report
22

3-
Snapshot date: 2026-08-03. Regenerate with `pnpm data-health:report`.
3+
Snapshot date: 2026-08-13. Regenerate with `pnpm data-health:report`.
44

55
## Scorecard
66

77
| Metric | Value |
88
| --- | ---: |
9-
| Manifest records | 253 |
10-
| Records with structured sources | 253 |
11-
| Verified records | 253 |
12-
| Verified with complete provenance | 253 |
9+
| Manifest records | 258 |
10+
| Records with structured sources | 258 |
11+
| Verified records | 258 |
12+
| Verified with complete provenance | 258 |
1313
| Stale verified records | 0 |
1414
| Non-English values identical to English | 300 |
1515
| Dangling product relationships | 0 |
16-
| Model benchmark coverage | 9.5% |
17-
| Products with pricing | 66/66 |
16+
| Model benchmark coverage | 9.2% |
17+
| Products with pricing | 66/67 |
1818
| Community URLs with provenance | 331/331 |
1919
| Duplicated vendor community URLs | 0 |
2020
| Errors / warnings / info | 0 / 0 / 0 |
@@ -24,10 +24,10 @@ Snapshot date: 2026-08-03. Regenerate with `pnpm data-health:report`.
2424
| Category | Total | Verified | Provenance complete | Stale |
2525
| --- | ---: | ---: | ---: | ---: |
2626
| ides | 9 | 9 | 9 | 0 |
27-
| clis | 27 | 27 | 27 | 0 |
27+
| clis | 28 | 28 | 28 | 0 |
2828
| desktops | 12 | 12 | 12 | 0 |
2929
| extensions | 18 | 18 | 18 | 0 |
30-
| models | 123 | 123 | 123 | 0 |
30+
| models | 127 | 127 | 127 | 0 |
3131
| providers | 17 | 17 | 17 | 0 |
3232
| vendors | 47 | 47 | 47 | 0 |
3333

0 commit comments

Comments
 (0)