workspace_create
Create an isolated managed Git worktree from shared repository storage, returning an immutable workspace ID and path for use as the working directory with existing tools.
Instructions
Create an isolated managed Git worktree backed by shared repository storage. Returns an immutable workspace ID and path for use as cwd with existing tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | No | Optional Git commit-ish. Defaults to the remote default branch. | |
| timeoutMs | No | Maximum time for repository bootstrap/fetch and worktree creation. | |
| repository | Yes | Git clone source. HTTP(S) URLs must not contain embedded userinfo, query parameters, or fragments; use Git credential helpers instead. |