mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
Parsers now properly tear down gated transcript streams in finally blocks, even when throwing mid-parse, so stalled gate deadlines do not leak file handles into later scans. Handle close queues are isolated per WSL route so a stuck distro cannot strand closes on healthy ones. Route key logic is extracted to a shared module used by both the gate's admission and the close queue's serialization.