create_worktree
Creates a new Git worktree for parallel development. Specify repository path, worktree path, branch, and optionally create a new branch from a base branch.
Instructions
新しいgit worktreeを作成する。
※ Owner と Admin のみ使用可能。
Args: repo_path: メインリポジトリのパス worktree_path: 作成するworktreeのパス branch: ブランチ名 create_branch: 新しいブランチを作成するか(デフォルト: True) base_branch: 基点ブランチ(create_branch=Trueの場合のみ有効) caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 作成結果(success, worktree_path, branch, message または error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | ||
| repo_path | Yes | ||
| base_branch | No | ||
| create_branch | No | ||
| worktree_path | Yes | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||