chore: disable background-session worktree isolation
Background sessions are harness-guarded to edit only inside a git worktree, but this repository forbids worktree development outright (CLAUDE.md: install.sh symlinks resolve to the primary clone, so worktree edits are silently ineffective). Align the guard with the repo rule via worktree.bgIsolation none.
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"worktree": {
|
||||||
|
"bgIsolation": "none"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user