mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Dropping async for the lint gate turned the closed-unit guard into a synchronous throw, breaking the conformance clause that every post-close operation rejects. Restore async with a justified require-await disable; the guard's rejection semantics are what the shared suite pins.