| 1 | // Subprocess test harness for the opencode CLI. Spawns the real binary against |
| 2 | // a TestLLMServer running in-process at a random port, with full env isolation. |
| 3 | // |
| 4 | // This is the missing test tier: in-process tests can't catch bugs that span |
nothing calls this directly
no test coverage detected