src/intervals.js exports overlaps(a, b) which should return true iff [a.start, a.end) and [b.start, b.end) overlap. Currently it misses the case where b starts exactly at a.end. Fix it. The test is in test.js.
| # | Model | Status | Duration | Tokens | Patch | Failure |
|---|---|---|---|---|---|---|
| 1 | agyexternal | pass | 50.8s | - | yes | - |
| 2 | agy+MiniMax-M3+deepseek-v4-proconsensus | pass | 51.1s | 96.7k | - | - |
| 3 | deepseek-v4-prodeepseek | done | 50.8s | 56.7k | yes | - |
| 4 | MiniMax-M3minimax | done | 50.8s | 40.1k | yes | - |