Loading
refactor(specs): update SpecQueryResult to use dataclass for defaults
* Changed SpecQueryResult to a dataclass for cleaner syntax. * Set default for source_differences to an empty dictionary. * Improved import organization in helpers.py by adding normalize_portal_meeting_name.