fix(diag): bind stationary samples to route checkpoints

Free-running sleeps could label a sample as the old scene exactly when automation began the next teleport. Give every route stop an explicit post-input liveness dwell and post-checkpoint hold, then capture process and frame facts only after its named canonical barrier.

Co-Authored-By: Codex <noreply@openai.com>
This commit is contained in:
Erik 2026-07-24 12:54:57 +02:00
parent e797e7482a
commit 2c874b0977
4 changed files with 62 additions and 31 deletions

View file

@ -45,9 +45,10 @@ sleep 500
input up MovementForward
sleep 700
input press CombatToggleCombat
sleep 7400
sleep 27000
screenshot caul-baseline 10000
checkpoint caul-baseline
sleep 3000
# Sawato baseline.
command /teleloc 0x3032001C 83.3 89.2 133.005 1 0 0 0
@ -56,9 +57,10 @@ sleep 8000
input down MovementTurnRight
sleep 6000
input up MovementTurnRight
sleep 22000
sleep 27000
screenshot sawato-baseline 10000
checkpoint sawato-baseline
sleep 3000
# Rynthid world-edge streaming.
command /teleloc 0xF6820033 145.7 49.855 58.010 1 0 0 0
@ -67,9 +69,10 @@ sleep 8000
input down MovementTurnRight
sleep 6000
input up MovementTurnRight
sleep 22000
sleep 27000
screenshot rynthid 10000
checkpoint rynthid
sleep 3000
# Aerlinthe dense island.
command /teleloc 0x09040008 11.4 188.6 87.705 1 0 0 0
@ -78,9 +81,10 @@ sleep 8000
input down MovementTurnRight
sleep 6000
input up MovementTurnRight
sleep 22000
sleep 27000
screenshot aerlinthe 10000
checkpoint aerlinthe
sleep 3000
# Same-location lifecycle revisit.
command /teleloc 0x3032001C 83.3 89.2 133.005 1 0 0 0
@ -89,9 +93,10 @@ sleep 8000
input down MovementTurnRight
sleep 6000
input up MovementTurnRight
sleep 22000
sleep 27000
screenshot sawato-return 10000
checkpoint sawato-return
sleep 3000
# Holtburg mixed-town workload + local exercise.
command /teleloc 0xA9B40019 84.0 7.1 94.005 1 0 0 0
@ -128,9 +133,10 @@ sleep 500
input up MovementForward
sleep 700
input press CombatToggleCombat
sleep 7400
sleep 27000
screenshot holtburg 10000
checkpoint holtburg
sleep 3000
# Caul return/leak oracle + final local exercise.
command /teleloc 0xC95B0001 14.8 0.3 12.005 1 0 0 0
@ -167,9 +173,10 @@ sleep 500
input up MovementForward
sleep 700
input press CombatToggleCombat
sleep 15000
sleep 27000
screenshot caul-return 10000
checkpoint caul-return
sleep 3000
# A second warm-cache Sawato/Caul revisit is the plateau oracle. The first
# circuit intentionally warms bounded DAT/GPU caches, so comparing the cold
@ -181,9 +188,10 @@ sleep 8000
input down MovementTurnRight
sleep 6000
input up MovementTurnRight
sleep 22000
sleep 27000
screenshot sawato-plateau 10000
checkpoint sawato-plateau
sleep 3000
command /teleloc 0xC95B0001 14.8 0.3 12.005 1 0 0 0
wait materialized 9 60000
@ -191,6 +199,7 @@ sleep 8000
input down MovementTurnRight
sleep 6000
input up MovementTurnRight
sleep 22000
sleep 27000
screenshot caul-plateau 10000
checkpoint caul-plateau
sleep 3000