Skip to content

Commit 5c986f4

Browse files
authored
chore: disable adaptive thinking via env var (#943)
Add CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1 to .claude/settings.json and gitignore .claude/worktrees/ to prevent accidental commits of development session artifacts.
1 parent 060685f commit 5c986f4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"env": {
3+
"CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING": "1"
4+
},
25
"hooks": {
36
"PreToolUse": [
47
{

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ coverage/
77
.env
88
grammars/*.wasm
99
.claude/session-edits.log
10+
.claude/worktrees/
1011
generated/DEPENDENCIES.md
1112
generated/DEPENDENCIES.json
1213
artifacts/

0 commit comments

Comments
 (0)