Skip to content

Commit 901eb00

Browse files
committed
update claude settings
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent a1541f3 commit 901eb00

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
{
2-
"enabledPlugins": {}
2+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
3+
"env": {
4+
"CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": "1",
5+
"CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1",
6+
"DISABLE_TELEMETRY": "1",
7+
"CLAUDE_CODE_NO_FLICKER": "1",
8+
"CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING": "1"
9+
},
10+
"permissions": {
11+
"allow": [
12+
"Bash(just fast-check)",
13+
"Bash(just check)",
14+
"Bash(just fix)",
15+
"Bash(just typecheck)",
16+
"Bash(just lint)",
17+
"Bash(just test)"
18+
],
19+
"deny": []
20+
},
21+
"enableAllProjectMcpServers": true
322
}

0 commit comments

Comments
 (0)