Point the handoff at the committed audit script

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-11 23:59:50 +04:00
parent 63f7918a3e
commit dead9cf40c
+3 -2
View File
@@ -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.