chore: update claude settings with additional permissions
All checks were successful
Build and Deploy LTY / build-and-deploy (push) Successful in 9m39s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
pmc 2026-03-20 15:55:46 +08:00
parent afa88c142b
commit 5483c69ba9

View File

@ -113,7 +113,30 @@
"Bash(curl -s -X POST http://localhost:8000/api/user/auth/register/ -H 'Content-Type: application/json' -d {})",
"Bash(curl -s -X POST \"http://localhost:8000/api/user/auth/phone/login/\" -H \"Content-Type: application/json\" -d '{}')",
"Bash(git add:*)",
"Bash(git reset:*)"
"Bash(git reset:*)",
"Bash(git commit:*)",
"Bash(git config:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(python -c \"import py_compile; py_compile.compile\\(''qy_lty/userapp/views.py'', doraise=True\\); print\\(''userapp/views.py OK''\\)\")",
"Bash(python -c \"import py_compile; py_compile.compile\\(''qy_lty/device_interaction/views.py'', doraise=True\\); print\\(''device_interaction/views.py OK''\\)\")",
"Bash(python -c \"import py_compile; py_compile.compile\\(''qy_lty/device_interaction/serializers.py'', doraise=True\\); print\\(''serializers.py OK''\\)\")",
"Bash(python -c \"import py_compile; py_compile.compile\\(''qy_lty/device_interaction/consumers.py'', doraise=True\\); print\\(''consumers.py OK''\\)\")",
"Bash(python manage.py showmigrations device_interaction)",
"Bash(python manage.py makemigrations --check --dry-run)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://127.0.0.1:8000/swagger/)",
"Bash(curl -s -X POST http://127.0.0.1:8000/api/user/auth/mac/login/ -H \"Content-Type: application/json\" -d '{\"\"\"\"mac_address\"\"\"\": \"\"\"\"FF:FF:FF:FF:FF:FF\"\"\"\"}')",
"Bash(python -m json.tool)",
"Bash(curl -s -X POST http://127.0.0.1:8000/api/user/auth/mac/login/ -H \"Content-Type: application/json\" -d '{\"\"mac_address\"\": \"\"FF:FF:FF:FF:FF:FF\"\"}')",
"Bash(curl -s http://127.0.0.1:8000/api/user/auth/mac/login/ -X POST -H \"Content-Type: application/json\" -d \"{\"\"mac_address\"\": \"\"FF:FF:FF:FF:FF:FF\"\"}\")",
"Bash(curl -s -X POST http://127.0.0.1:8000/api/device/devices/register/ -H \"Content-Type: application/json\" -d \"{\"\"mac_address\"\": \"\"AA:BB:CC:DD:EE:01\"\", \"\"device_type_code\"\": \"\"T01\"\"}\")",
"Bash(curl -s -X POST http://127.0.0.1:8000/api/device/devices/register/ -H \"Content-Type: application/json\" -d \"{\"\"mac_address\"\": \"\"AA:BB:CC:DD:EE:01\"\"}\")",
"Bash(curl -s \"http://127.0.0.1:8000/api/device/devices/bind_status/?mac_address=AA:BB:CC:DD:EE:01\")",
"Bash(curl -s -X POST http://127.0.0.1:8000/api/user/auth/mac/login/ -H \"Content-Type: application/json\" -d \"{\"\"mac_address\"\": \"\"AA:BB:CC:DD:EE:01\"\"}\")",
"Bash(curl -s \"http://127.0.0.1:8000/api/device/devices/bind_status/?mac_address=FF:FF:FF:FF:FF:FF\")",
"Bash(curl -s -X POST http://127.0.0.1:8000/api/device/user-devices/bind/ -H \"Content-Type: application/json\" -H \"Authorization: Bearer 026e2157-404a-45e9-ad97-3f79e8a31a09\" -d \"{\"\"mac_address\"\": \"\"AA:BB:CC:DD:EE:01\"\"}\")",
"Bash(curl -s http://127.0.0.1:8000/api/device/user-devices/ -H \"Authorization: Bearer 026e2157-404a-45e9-ad97-3f79e8a31a09\")",
"Bash(curl -s -X DELETE http://127.0.0.1:8000/api/device/user-devices/7/ -H \"Authorization: Bearer 026e2157-404a-45e9-ad97-3f79e8a31a09\" -w \"\\\\nHTTP_CODE: %{http_code}\")"
],
"additionalDirectories": [
"C:\\Users\\admin\\.claude"