mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
b3d5448355
Signed-off-by: phernandez <paul@basicmachines.co>
22 lines
534 B
JSON
22 lines
534 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"env": {
|
|
"CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": "1",
|
|
"CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1",
|
|
"CLAUDE_CODE_NO_FLICKER": "1",
|
|
"CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING": "1"
|
|
},
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(just fast-check)",
|
|
"Bash(just check)",
|
|
"Bash(just fix)",
|
|
"Bash(just typecheck)",
|
|
"Bash(just lint)",
|
|
"Bash(just test)"
|
|
],
|
|
"deny": []
|
|
},
|
|
"enableAllProjectMcpServers": true
|
|
}
|