From dead9cf40c0d7859f4357bc22d0ffbab1f2b9f6e Mon Sep 17 00:00:00 2001 From: kami Date: Tue, 11 Aug 2026 23:59:50 +0400 Subject: [PATCH] Point the handoff at the committed audit script Co-Authored-By: Claude Opus 5 --- HANDOFF.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HANDOFF.md b/HANDOFF.md index e531e1a..3647f47 100644 --- a/HANDOFF.md +++ b/HANDOFF.md @@ -79,8 +79,9 @@ Job `778297bc-e7ce-439d-91b5-8a027060d17f`, chapter `7c944dd4-e972-42c7-ba60-9f6 - Defects 5 and 6 landed after `dialogue` had already run, so this run's 7 `som_face` lines are still labelled from the unpaired-mark path. The next dialogue pass fixes that. No name was affected. -- The audit script is `docker exec manga-orchestrator python3 /tmp/audit_speakers.py`, source in this - session's scratchpad. It is not in the repo. Copy it in if the metric is to be tracked per run. +- The audit script is now `audit_speakers.py` in this repo. It reads `/data/manga.db`, so it runs inside + the container: `docker cp audit_speakers.py manga-orchestrator:/tmp/ && docker exec + manga-orchestrator python3 /tmp/audit_speakers.py`. - The 3 cross-panel unresolved refs need the window's whole present-list, not one panel's. - Workers were restarted twice this session and are running in tmux `manga-workers`. Nothing watches them, and nothing watches the homesrv containers.