Appendix E: worktree.yaml Configuration Reference
| Field | Type | Required | Description |
|---|---|---|---|
worktree_dir | string | No | Worktree storage directory, defaults to ../trellis-worktrees |
copy | string[] | No | List of files to copy to each worktree |
post_create | string[] | No | Commands to run after worktree creation; aborts on failure |
verify | string[] | No | Ralph Loop verification commands; all must return 0 to pass |