Mercurial
diff mrjunejune/src/sw.js @ 265:056790c4fb0d
add role-aware Epi assistant prompts
Add verified June knowledge, guest/member/admin Copilot profiles, profile-isolated session recovery, animated Epi greetings, and a single authoritative runtime config workflow for inference.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 10:50:30 -0700 |
| parents | 04fee26ecce0 |
| children | e02e2036ef84 |
line wrap: on
line diff
--- a/mrjunejune/src/sw.js Fri Aug 07 07:34:12 2026 -0700 +++ b/mrjunejune/src/sw.js Fri Aug 07 10:50:30 2026 -0700 @@ -1,5 +1,5 @@ // Root-scoped Service Worker for MrJuneJune PWA -const CACHE_VERSION = 'v34-login-modal'; +const CACHE_VERSION = 'v35-role-greeting'; const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`; // Files to cache immediately on install