Skip to content

Commit ef022a1

Browse files
quantbaiclaude
andcommitted
viz: fix Pages CI stale check + minify index.html
Pages workflow rejected previous commit because docs/data/taxonomy.json contained a wall-clock generated_at timestamp that re-rebuilt on every CI run, defeating the idempotency check. Remove the timestamp — git commit date is the canonical generation time. - scripts/build_viz_data.py: drop generated_at field (and datetime imports that became unused) - docs/data/taxonomy.json: regenerated without generated_at; n_assets, n_active_sub_sectors, snapshot_date preserved - docs/index.html: minified inline CSS + removed source comments (committed from QD-F's local trim; functional verified) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bcd8962 commit ef022a1

3 files changed

Lines changed: 150 additions & 288 deletions

File tree

docs/data/taxonomy.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4441,7 +4441,6 @@
44414441
"name": "crypto-sectors"
44424442
},
44434443
"metadata": {
4444-
"generated_at": "2026-05-24T17:42:15Z",
44454444
"n_active_sub_sectors": 33,
44464445
"n_assets": 158,
44474446
"n_classes": 4,

0 commit comments

Comments
 (0)