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
Copilot review #6: load_system() documents ValueError but json.loads/key lookups raise JSONDecodeError/KeyError directly. Wrap in try/except and re-raise as ValueError.
Copilot review #6: load_system() documents ValueError but json.loads/key lookups raise JSONDecodeError/KeyError directly. Wrap in try/except and re-raise as ValueError.