worktrees-get
worktrees-getRetrieve a worktree by its ID, alias with machine identifier, or filesystem path with machine identifier.
Instructions
Gets a worktree by ID, alias (fuzzy), or path. Provide one of: id, alias+machine_id, or path+machine_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | Alias to search for (fuzzy matching) — requires machine_id | |
| machine_id | No | Machine identifier (required with alias or path) | |
| path | No | Filesystem path — requires machine_id | |
| worktree_id | No | Worktree ID (@rid format) — use this OR alias OR path |