Ship: title-based WIP auto-tagging (#1458) #222

Merged
bvandeusen merged 3 commits from dev into main 2026-07-12 19:45:03 -04:00
Showing only changes of commit 503c8854bc - Show all commits
+1 -1
View File
@@ -43,11 +43,11 @@ from ..utils.phash import compute_phash, find_similar
from ..utils.sidecar import find_sidecar, parse_sidecar
from ..utils.slug import slugify
from .archive_extractor import extract_archive, is_archive
from .wip_title import apply_wip_image_tags, matches_wip_title, resolve_wip_tag_id
from .attachment_store import AttachmentStore
from .audits import single_color
from .link_extract import extract_external_links
from .thumbnailer import Thumbnailer
from .wip_title import apply_wip_image_tags, matches_wip_title, resolve_wip_tag_id
log = logging.getLogger(__name__)