| 35 | import { HOST_PPID_ENV } from '../extraction/wasm-runtime-flags'; |
| 36 | |
| 37 | export interface CommandSupervision { |
| 38 | /** Tear down both watchdogs. Idempotent; call when the command finishes. */ |
| 39 | stop(): void; |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Install the liveness + PPID watchdogs for the duration of a CLI command. |
no outgoing calls
no test coverage detected