skipped_items.append((item,"TDoc not found in database or meeting not crawled"))
continue
@@ -559,7 +559,9 @@ def workspace_add_members(
source_path=str(checkout_path)
# Ensure .ai subfolder exists
ensure_ai_subfolder(checkout_path)
# For specs, include release version in source_item_id to allow multiple versions
# TODO: the variable release should always be fully resolved to an actual version with three digits, e.g., "17.0.0" instead of "latest", "17.0" or "17"