Files
Robert Allan JamesandClaude Sonnet 5 40f3e3ab44 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>
2026-08-09 16:54:50 -04:00

9 lines
111 B
JSON

{
"env": {
"CLAUDE_CODE_MAX_OUTPUT_TOKENS": "32000"
},
"worktree": {
"bgIsolation": "none"
}
}