The chunk-reload logic used Date.now() and sessionStorage during render, triggering react-hooks/purity. Moved to useEffect so side effects run after commit, fixing the CI lint failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>