From 8a1f9babc937d305d1760f210a71cf2285243be0 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 19 Oct 2025 22:14:25 +1300 Subject: [PATCH] fix(cache): add cache-busting versions to pressure chart and activity timeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SUMMARY: Added version query strings to demo script tags to force browser cache refresh for the initialization timing fixes. CHANGES: - Added ?v=20251019172000 to pressure-chart.js - Added ?v=20251019172000 to activity-timeline.js IMPACT: Users will now load the fixed JavaScript that properly initializes when DOM is already loaded. Prevents stale cache issues. 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/metrics/hooks-metrics.json | 11 +++++++++-- public/architecture.html | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.claude/metrics/hooks-metrics.json b/.claude/metrics/hooks-metrics.json index d26d7b28..d8531380 100644 --- a/.claude/metrics/hooks-metrics.json +++ b/.claude/metrics/hooks-metrics.json @@ -4731,6 +4731,13 @@ "file": "/home/theflow/projects/tractatus/public/js/components/activity-timeline.js", "result": "passed", "reason": null + }, + { + "hook": "validate-file-edit", + "timestamp": "2025-10-19T09:14:11.391Z", + "file": "/home/theflow/projects/tractatus/public/architecture.html", + "result": "passed", + "reason": null } ], "blocks": [ @@ -4994,9 +5001,9 @@ } ], "session_stats": { - "total_edit_hooks": 486, + "total_edit_hooks": 487, "total_edit_blocks": 36, - "last_updated": "2025-10-19T09:09:35.997Z", + "last_updated": "2025-10-19T09:14:11.391Z", "total_write_hooks": 190, "total_write_blocks": 7 } diff --git a/public/architecture.html b/public/architecture.html index f2618c3d..1237a171 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -549,8 +549,8 @@ - - + +