Loading
♻️ refactor(http_client,sources,operations): replace CacheManager and...
♻️ refactor(http_client,sources,operations): replace CacheManager and HttpCacheConfig with PathConfig and HttpConfig - create_cached_session: drop cache_manager_name and http_cache params; accept http_cache_file: Path | None directly - resolve_ssl_verify: remove TDC_VERIFY_SSL env-var fallback (handled by pydantic-settings) - PortalClient: replace http_cache/cache_manager_name with http_config/http_cache_file - TDocSourceConfig: replace http_cache/cache_manager_name with http_config/http_cache_file/db_file - All TDoc/Spec sources and downloads: propagate http_cache_file path instead of manager name - crawl operations: inline limit fields, pass http_config instead of http_cache+cache_manager_name - fetch.py: remove resolve_cache_manager; fetch_missing_tdocs accepts http_cache_file/db_file