| 1 | // Regression guard for Issue #19 (cross-repo cycle hard timeout). |
| 2 | // |
| 3 | // The daemon main loop in index.js must wrap evolve.run() with a |
| 4 | // Promise.race-based hard timeout so a hung internal call (unclosed |
nothing calls this directly
no test coverage detected