src/debounce.js exports debounce(fn, ms) which returns a function that delays calling fn until ms have passed since the last invocation. The current implementation calls fn on EVERY invocation. Write tests in test.js that capture the spec. They must pass against src/debounce.correct.js.
| # | Model | Status | Duration | Tokens | Patch | Failure |
|---|---|---|---|---|---|---|
| 1 | agyexternal | pass | 4m 46s | - | yes | - |
| 2 | agy+MiniMax-M3+deepseek-v4-proconsensus | pass | 4m 46s | 723.4k | - | - |
| 3 | deepseek-v4-prodeepseek | done | 4m 46s | 131.0k | yes | - |
| 4 | MiniMax-M3minimax | done | 4m 46s | 592.3k | yes | - |