a4116ba08f
The fourth CI run failed broadly: ~15 timing-sensitive tests (throttle, flush, resize clear-counts, rapid-input ordering) failed under sequence.concurrent on the 4-core ubuntu runner. These assert render/commit counts driven by the ~32ms commit throttle; in-file concurrency starves them of wall-clock when many share few cores. It passed locally only because dev machines have more cores — the classic "works on my 12-core mac" trap. Remove sequence.concurrent from both the main and PTY configs; keep fileParallelism (pool: forks), which is the proven, stable win (PTY suite still ~3x faster than serial). The it.sequential/describe.sequential markers and context-local expect become harmless no-ops under serial in-file execution. Verified cold (no dist): vp run ci exits 0, 0 lint warnings, all tests pass.