-
|
I don't need it for my workflow and gsd keeps leaving dirty |
Beta Was this translation helpful? Give feedback.
Answered by
trek-e
Apr 1, 2026
Replies: 1 comment
-
|
v1.31.0 adds this! Set {
"workflow": {
"use_worktrees": false
}
}This disables worktree isolation entirely. Execution runs sequentially in your main working tree. v1.31.0 also adds post-execution cleanup for orphan worktrees (PR #1502), and Update: Generated by Claude Code |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
trek-e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v1.31.0 adds this! Set
workflow.use_worktrees: falsein.planning/config.json:{ "workflow": { "use_worktrees": false } }This disables worktree isolation entirely. Execution runs sequentially in your main working tree.
v1.31.0 also adds post-execution cleanup for orphan worktrees (PR #1502), and
git.base_branchconfig (PR #1470) to replace the hardcodedmaintarget.Update:
npx get-shit-done-cc@latestGenerated by Claude Code