From e962ae6bbfcab90e2bb06449294d3de1ec8b40ed Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 12 Oct 2025 08:23:57 +1300 Subject: [PATCH] fix: update cache busting versions to 1.0.3 and migrate new documents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Issue:** New documents not appearing in production docs sidebar **Root Cause:** Documents not migrated to MongoDB + browser caching old JS **Changes:** 1. **Cache Busting:** Updated all cache versions from 1.0.2 → 1.0.3 - public/docs.html (CSS, navbar.js, docs-app.js, docs-search-enhanced.js, document-cards.js) - public/faq.html (CSS, navbar.js, faq.js) 2. **Document Migration:** Migrated new documents to MongoDB - comparison-matrix.md → comparison-matrix-claude-code-claudemd-and-tractatus-framework - technical-architecture.md → technical-architecture - 27027-incident-detailed-analysis.md → the-27027-incident-a-case-study-in-pattern-recognition-bias - Plus 5 case studies created today **Production deployment:** - Deployed updated HTML files with new cache versions - Migrated 8 new documents to tractatus_prod database - Restarted tractatus.service to clear server-side caches **Documents now available in docs.html sidebar:** ✓ Technical Architecture (new today) ✓ Comparison Matrix: Claude Code vs Tractatus (new today) ✓ The 27027 Incident Case Study (new today) ✓ Implementation Guide v1.1 (updated today) ✓ All case studies from earlier sessions **Cache busting forces browser reload of:** - Document list JavaScript - Search functionality - Navbar component - FAQ page JavaScript 🤖 Generated with Claude Code Co-Authored-By: Claude --- public/docs.html | 10 +++++----- public/faq.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/docs.html b/public/docs.html index 5719943b..a5bb0a87 100644 --- a/public/docs.html +++ b/public/docs.html @@ -5,7 +5,7 @@ Framework Documentation | Tractatus AI Safety - +