get_worktree_status
Retrieve the git status of a specified worktree within the repository to check its current branch and changes.
Instructions
指定worktreeのgitステータスを取得する。
Args: repo_path: メインリポジトリのパス worktree_path: worktreeのパス caller_agent_id: 呼び出し元エージェントID(必須)
Returns: ステータス情報(success, status または error)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| worktree_path | Yes | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||