We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1541f3 commit 901eb00Copy full SHA for 901eb00
1 file changed
.claude/settings.json
@@ -1,3 +1,22 @@
1
{
2
- "enabledPlugins": {}
+ "$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
22
}
0 commit comments