Skip to content

Commit dd4fbed

Browse files
centdixclaude
andcommitted
feat: change default worktree root from __worktrees to ../worktrees
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 62eb812 commit dd4fbed

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

backend/src/adapters/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const DEFAULT_CONFIG: ProjectConfig = {
2626
name: "Webmux",
2727
workspace: {
2828
mainBranch: "main",
29-
worktreeRoot: "__worktrees",
29+
worktreeRoot: "../worktrees",
3030
defaultAgent: "claude",
3131
},
3232
profiles: {

bin/src/init-helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export function buildInitPromptSpec(context: InitProjectContext): InitPromptSpec
120120
"Use this config shape:",
121121
"name: infer from the repository",
122122
"workspace.mainBranch: infer from git",
123-
"workspace.worktreeRoot: keep __worktrees unless there is clear evidence of an existing alternative",
123+
"workspace.worktreeRoot: keep ../worktrees unless there is clear evidence of an existing alternative",
124124
"services: one entry per real dev service with name, portEnv, and portStart when a default port is clear",
125125
"profiles.default.runtime: host",
126126
"profiles.default.envPassthrough: []",
@@ -536,7 +536,7 @@ name: ${input.projectName}
536536
537537
workspace:
538538
mainBranch: ${input.mainBranch}
539-
worktreeRoot: __worktrees
539+
worktreeRoot: ../worktrees
540540
defaultAgent: ${defaultAgent}
541541
542542
# Each service defines a port env var that webmux injects into pane and agent

0 commit comments

Comments
 (0)