assessment-model/.claude/settings.json
2026-06-08 12:01:13 +00:00

31 lines
756 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 *)"
],
"deny": [
"Bash(npx drizzle-kit generate)",
"Bash(npx drizzle-kit push)"
]
}
}