(tasks)
| 251 | wave: task.wave ?? null, |
| 252 | agent: task.agent || '', |
| 253 | branch: task.branch || '', |
| 254 | }, |
| 255 | source_generation: generation, |
| 256 | }), |
| 257 | generation, |
| 258 | }); |
| 259 | } |
| 260 | |
| 261 | function evaluateMergeCandidates(tasks, options = {}) { |
| 262 | return tasks |
no test coverage detected