Loading
refactor: remove TYPE_CHECKING guards and lazy imports
- Replace TYPE_CHECKING conditionals with direct imports from proper locations - Remove _parse_agenda_item_nbr and _resolve_meeting_id helpers in favor of utilities - Import TDocMetadata directly in doclist since it's in same domain package - Simplify imports in whatthespec source to eliminate circular import workarounds - Fix CacheManager register() to accept optional force parameter - Update cache_manager initialization to use lambda for default factory