* Fork an existing workspace to create a new one. * Creates a new workspace branching from the source workspace's current branch. * Capability and error behavior are runtime-defined; shared orchestration * (see forkOrchestrator.ts) handles policy differences between user and task forks.
(params: WorkspaceForkParams)
| 602 | * @returns Result with new workspace path and source branch, or error |
| 603 | */ |
| 604 | forkWorkspace(params: WorkspaceForkParams): Promise<WorkspaceForkResult>; |
| 605 | |
| 606 | /** |
| 607 | * Get the runtime's temp directory (absolute path, resolved). |
no outgoing calls
no test coverage detected