| 1 | // Subprocess integration tests for `opencode run` (non-interactive mode). |
| 2 | // These exercise the real CLI binary against a TestLLMServer running in the |
| 3 | // same process. See `test/lib/cli-process.ts` for the harness — each test uses |
| 4 | // `opencode.run(message, opts?)` to spawn `bun src/index.ts run ...` with |