From dd988b0530cdf51a6adf0c50a980a5f17cc4bd03 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 19 Oct 2025 15:58:44 +1300 Subject: [PATCH] fix(cache): add cache-busting version to interactive-diagram.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SUMMARY: Added version query string to interactive-diagram.js script tag to force browser cache refresh for the SVG access fix. CHANGES: - Added ?v=20251019160000 to interactive-diagram.js script tag IMPACT: Users will now load the fixed JavaScript that properly accesses the SVG via contentDocument fallback. 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 | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.claude/metrics/hooks-metrics.json b/.claude/metrics/hooks-metrics.json index 0c3339e8..fc541b2d 100644 --- a/.claude/metrics/hooks-metrics.json +++ b/.claude/metrics/hooks-metrics.json @@ -4290,6 +4290,13 @@ "file": "/home/theflow/projects/tractatus/public/js/components/interactive-diagram.js", "result": "passed", "reason": null + }, + { + "hook": "validate-file-edit", + "timestamp": "2025-10-19T02:58:13.049Z", + "file": "/home/theflow/projects/tractatus/public/architecture.html", + "result": "passed", + "reason": null } ], "blocks": [ @@ -4517,9 +4524,9 @@ } ], "session_stats": { - "total_edit_hooks": 428, + "total_edit_hooks": 429, "total_edit_blocks": 32, - "last_updated": "2025-10-19T02:56:44.199Z", + "last_updated": "2025-10-19T02:58:13.049Z", "total_write_hooks": 185, "total_write_blocks": 5 } diff --git a/public/architecture.html b/public/architecture.html index 9c39ccfc..edcb27b9 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -509,7 +509,7 @@ - +