Gate readiness on stable viewport frames
Some checks failed
CI / rust-skia (Rust only) (push) Has been cancelled
CI / required (push) Has been cancelled

This commit is contained in:
2026-08-23 13:48:06 +02:00
parent 33d1cf6827
commit 42f0c62b6b
2 changed files with 43 additions and 34 deletions

View File

@@ -40,7 +40,9 @@ INITIALIZING generation=N waiting_for=world_state,viewport target_fps=10
The framework gate opens only after the region-scoped world state exists, the
first scene/assets have converged, and at least two complete viewport frames
have been published without render errors. The terminal then emits
have been published after the last missed deadline, within the frame budget,
and without render errors. One-time warm-up misses are reported separately and
do not contaminate the post-`READY` stability window. The terminal then emits
`INITIALIZED ...` followed by one unambiguous `READY ...` line when the session
and agent services are released. The default readiness allowance is two
minutes; the measured scene convergence window was about 30.05 seconds.