File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,13 @@ The `${WTP_REPO_BASENAME}` placeholder expands to the repository's directory
218218name when resolving paths, ensuring zero-config isolation between different
219219repositories. You can combine it with additional path segments as needed.
220220
221+ > **Breaking change (vNEXT):** If you relied on the previous implicit default
222+ > of `../worktrees` without a `.wtp.yml`, existing worktrees will now appear
223+ > unmanaged because the new default expects
224+ > `../worktrees/${WTP_REPO_BASENAME}`. Add a `.wtp.yml` with
225+ > `base_dir: "../worktrees"` (or reorganize your worktrees) before upgrading
226+ > to keep the legacy layout working.
227+
221228# ## Copy Hooks: Main Worktree Reference
222229
223230Copy hooks are designed to help you bootstrap new worktrees using files from
You can’t perform that action at this time.
0 commit comments