All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Replace Promise.all of individual findUnique queries per tag with a single findMany batch query. Only missing tags are created individually. Tag associations now use createMany instead of individual creates. Also deduplicates tags by slug via Map, preventing duplicate entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>