Updated Claude code config

master
oabrivard 3 months ago
parent 3a59362acc
commit 3b4fa28bb5

@ -3,26 +3,6 @@
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}, },
"permissions": { "permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(xargs ls:*)",
"Bash(/tmp/check_sse.txt:*)",
"Read(//tmp/**)",
"Bash(cargo check:*)",
"Bash(cargo test:*)",
"Bash(npx tsc:*)",
"Bash(npx vitest:*)",
"Bash(npx vite:*)",
"Bash(rm -rf src/ node_modules/)",
"Bash(rm -f package.json package-lock.json vite.config.ts tsconfig.json index.html firebase-applet-config.json firebase-blueprint.json firestore.rules metadata.json README.md .DS_Store)",
"Bash(git status:*)",
"Bash(grep -n \"path\\\\|root\\\\|/$\\\\|empty\\\\|url.*valid\\\\|deep\" /Users/oabrivard/Projects/rust/ai_synth/backend/src/services/synthesis.rs)",
"Bash(git:*)",
"Bash(python3 -c \"import sys,json; scripts=json.load\\(sys.stdin\\).get\\(''''scripts'''',{}\\); [print\\(f''''{k}: {v}''''\\) for k,v in scripts.items\\(\\)]\")",
"Bash(npm run:*)",
"Bash(npm test:*)"
],
"defaultMode": "bypassPermissions" "defaultMode": "bypassPermissions"
} }
} }

@ -0,0 +1 @@
CLAUDE.md
Loading…
Cancel
Save