Last iteration I said launch_mission died because skip_intro only tests for the title on a static frame, gated at rmse <= 1500, and that run logged 1503 and 1549 just above the cut. I also said the fix was NOT to nudge 1500 but to measure both signals through a boot first. Measured, and the diagnosis does not survive. boot_trace.sh logs the two signals skip_intro decides on -- frame-to-frame RMSE and the is_title.py green-glyph count -- through a clean boot with no presses at all. One run, 29 samples over 484 s: 8 samples had rmse <= 1500, so the gate OPENED eight times 0 samples had glyph > 0, so the title was never seen At t=145 s the RMSE was 1205, comfortably inside the threshold, and the glyph test was called and answered zero. A frame can be perfectly static without being the title -- the intro movie has long quiet stretches, three reading RMSE exactly 0. So 1503/1549 were almost certainly movie frames too, and raising the constant would have admitted two more of them. What is left is narrower and honest: the interactive title never appeared, rather than appearing and being missed by a threshold. The limitation is recorded rather than buried: the tracer intended 1 s sampling and achieved 16.9 s, because each iteration forks two screenshots, ImageMagick compare and a fresh Python. So this does NOT prove the title never appeared -- only that it was absent from 29 samples. A window shorter than ~17 s falls between them. The recorded next step is to make the tracer sample at the rate it claims before concluding anything stronger. Artifact: docs/re/captures/boot-signal-trace.tsv. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PMRJjbxLqZtsb5Vb7KunPE
31 lines
326 B
Plaintext
31 lines
326 B
Plaintext
secs rmse glyph
|
|
12 0 0
|
|
29 0 0
|
|
47 11264 0
|
|
62 0 0
|
|
80 3250 0
|
|
99 1486 0
|
|
115 1350 0
|
|
130 1512 0
|
|
145 1205 0
|
|
159 2714 0
|
|
171 2712 0
|
|
189 34429 0
|
|
201 30721 0
|
|
218 10379 0
|
|
234 12487 0
|
|
252 14940 0
|
|
273 23650 0
|
|
293 12200 0
|
|
308 35782 0
|
|
316 0 0
|
|
332 8713 0
|
|
351 21680 0
|
|
369 7567 0
|
|
386 4642 0
|
|
412 9647 0
|
|
436 6524 0
|
|
458 18867 0
|
|
476 11594 0
|
|
484 0 0
|