worktrees-create
worktrees-createCreate a new git worktree entry to track branches, paths, and machine details across environments. Simplify multi-machine development by recording worktree metadata.
Instructions
Creates a new worktree entry for git worktree tracking across machines
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | User-defined shortcut name | |
| branch | No | Current branch name | |
| head | No | Current commit SHA | |
| machine_id | Yes | Machine identifier (hostname) | |
| name | Yes | Display name for the worktree | |
| os_type | No | Operating system: linux, windows, or macos | |
| path | Yes | Filesystem path on the machine | |
| remote_origin | No | Git remote URL (e.g., git@gitlab.com:user/repo.git) | |
| tags | No | Categorization tags | |
| workspace_filename | No | VS Code workspace filename | |
| workspace_path | No | Full path to workspace file |