Files
Projektarbeit-MYP/backend/.claude/settings.local.json

64 lines
1.6 KiB
JSON

{
"permissions": {
"allow": [
"Bash(*)",
"Shell(*)",
"Command(*)",
"Script(*)",
"Python(*)",
"Node(*)",
"NPM(*)",
"File(*)",
"Network(*)",
"System(*)",
"Process(*)",
"Admin(*)",
"Root(*)",
"Sudo(*)",
"Execute(*)",
"Run(*)",
"Launch(*)",
"Start(*)",
"Install(*)",
"Download(*)",
"Upload(*)",
"Read(*)",
"Write(*)",
"Delete(*)",
"Create(*)",
"Modify(*)",
"Access(*)",
"Bash(rm:*)",
"Bash(find:*)",
"Bash(mkdir:*)",
"Bash(mv:*)",
"Bash(ls:*)",
"Bash(rg:*)",
"Bash(grep:*)",
"Bash(grep:*)",
"Bash(chmod:*)",
"Bash(node --version)",
"Bash(npm --version)",
"Bash(python:*)",
"Bash(pip3 install:*)",
"Bash(pip install:*)",
"Bash(apt list:*)",
"Bash(cat:*)",
"Bash(sudo apt:*)",
"Bash(sudo apt list:*)",
"Bash(npm install)",
"Bash(npm run build:css:*)",
"Bash(timeout:*)",
"Bash(git config:*)",
"Bash(git -C .. status)",
"Bash(git -C .. branch)",
"Bash(git -C .. add .)",
"Bash(git -C .. add backend/)",
"Bash(git -C .. add backend/test_flask_minimal.py backend/setup/ backend/app.py)",
"Bash(git -C .. status --porcelain)",
"Bash(git -C .. commit -a -m \"MYP System Validierung - Alle Komponenten funktional\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\")",
"Bash(git -C .. push clickcandit main)"
],
"deny": []
}
}