assessment-model/.claude/settings.json
Jun-te Kim c7d951eb7a save
2026-06-29 10:54:48 +00:00

33 lines
847 B
JSON

{
"permissions": {
"allow": [
"Read(//home/vscode/.claude/skills/**)",
"Bash(git fetch *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git merge *)",
"Bash(git pull *)",
"Bash(git push *)",
"Bash(git status *)",
"Bash(git checkout *)",
"Bash(git stash *)",
"Bash(git config *)",
"Bash(git branch *)",
"Bash(git worktree *)",
"Bash(git check-ignore *)",
"Bash(git ls-tree *)",
"Bash(npm install *)",
"Bash(npm run *)",
"Bash(npx drizzle-kit *)",
"Bash(pip install *)",
"Bash(terraform fmt *)",
"Bash(gh label *)",
"Bash(python3 -c \"import psycopg2\")",
"Bash(python3 -c \"import psycopg\")"
],
"deny": [
"Bash(npx drizzle-kit generate)",
"Bash(npx drizzle-kit push)"
]
}
}