You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(w3c): auto-refresh groups list every 24 hours
Adds a setInterval that calls the update script daily and reloads
the in-memory groups data from disk. Follows the existing pattern
from xref's periodic cache invalidation.
Also handles missing groups.json gracefully at startup (empty store
instead of crash).
Closes#395
0 commit comments