- multicamnode: type_id() assertions called the method on dyn NodeBehavior, which method resolution routed to std::any::Any's TypeId::of — qualify via NodeBehavior::type_id so the trait method (the &str node type id) is compared - procpool: the per-worker GPU budget grew a security headroom (×2) for the CUDA-OOM flood; the two budget tests now assert against the real formula (2 GiB + 256 MiB at 1080p24, 2 workers at 4K/24 GiB) - cli info fixture: the fixture runs 29.97 fps; the assertion expected 30/1 (stale from the older fixture)