fix: Resolve stale CSS caching and CI test failure
- Add ?v= cache-bust parameters to CSS references in index.html,
home-ai.html, and timeline.html (were missing, causing stale CSS)
- Fix version.json: disable forceUpdate (was causing 10s auto-reload
loops), fix minVersion paradox (was 0.2.1 > current 0.1.3)
- Fix update-cache-version.js: stop always setting forceUpdate=true,
add 7 missing HTML files to cache-bust list, add bare CSS/JS
reference detection
- Fix ClaudeAPI.test.js: generateBlogTopics now takes context object,
not positional arguments
- Add spacing between honesty note and Koha section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>