| 1 | // Cross-OS proof of the Phase 1 daemon election (apps/cli/src/main.ts). On a real |
| 2 | // guest OS, fire N `executor` clients at a COLD data dir simultaneously: each |
| 3 | // auto-starts a daemon via resolveExecutorServerConnection -> ensureDaemon -> |
| 4 | // spawnAndWaitForDaemon (the election). Before Phase 1 exactly one client won and |
nothing calls this directly
no test coverage detected