Skip to content
1 change: 0 additions & 1 deletion src/lib/nemoclaw-runtime-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/* v8 ignore start -- transitional bridge until command actions are extracted from src/nemoclaw.ts. */

export interface NemoClawRuntimeBridge {
sandboxRebuild: (sandboxName: string, args?: string[]) => Promise<void>;
upgradeSandboxes: (args?: string[]) => Promise<void>;
}

Expand Down
Loading
Loading