Worktree Create
Worktree Create
Section titled “Worktree Create”Configuration for worktree create hook.
When configured, this command runs instead of the default git worktree add. The command must output the worktree path on stdout.
Configuration Properties
Section titled “Configuration Properties”command
Section titled “command”The shell command to execute to create a worktree. Must output the worktree path to stdout. Environment variable CONCLAUDE_WORKTREE_NAME is set to the requested name.
| Attribute | Value |
|---|---|
| Type | `string |
| Default | null |
timeout
Section titled “timeout”Optional command timeout in seconds. Range: 1-3600.
| Attribute | Value |
|---|---|
| Type | `integer |
| Default | null |
See Also
Section titled “See Also”- Configuration Overview - Complete reference for all configuration options