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:
2026-07-12 13:30:40 +02:00
parent e7009bc304
commit 8c03348245
+5
View File
@@ -0,0 +1,5 @@
{
"worktree": {
"bgIsolation": "none"
}
}