How to spawn a Pi child: the binary plus any fixed leading args. Always * spawned without a shell (see resolvePiInvocation).
| 57 | /** How to spawn a Pi child: the binary plus any fixed leading args. Always |
| 58 | * spawned without a shell (see {@link resolvePiInvocation}). */ |
| 59 | interface PiInvocation { |
| 60 | command: string; |
| 61 | prefixArgs: string[]; |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * Resolve how to spawn a Pi subagent, robust across POSIX and Windows. |
nothing calls this directly
no outgoing calls
no test coverage detected