US02-01: Extract Safety and Existing Web UI Donors (#54)

This commit was merged in pull request #54.
This commit is contained in:
2026-07-15 22:37:47 +02:00
parent 19d4ce3785
commit 22558a4efa
12 changed files with 441 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
"""External-tool adapters (exiftool, vision, NSFW model, immich-go).
Integrations own all subprocess and network I/O; services depend on these
interfaces, never on the archived CLI entry points.
"""