config: disable background-session worktree isolation for this repo

Background-session edits were being forced into an isolated git worktree,
defaulting to a branch off origin/master -- which has none of this
branch's FABRIC.md content -- conflicting with this repo's subversion-
style workflow (commit directly to the working branch, no side branches
without explicit permission). Sets worktree.bgIsolation: none so
background-session edits land directly in the shared checkout, consistent
with the existing CLAUDE.md policy.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Robert Allan James
2026-08-09 16:54:50 -04:00
co-authored by Claude Sonnet 5
parent d0835c674b
commit 40f3e3ab44
+3
View File
@@ -1,5 +1,8 @@
{
"env": {
"CLAUDE_CODE_MAX_OUTPUT_TOKENS": "32000"
},
"worktree": {
"bgIsolation": "none"
}
}