mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-12 13:28:55 +00:00
33 lines
847 B
JSON
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)"
|
|
]
|
|
}
|
|
}
|