settings.local.json.tmp.58031.cc064010c3f0 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(uv run *)",
  5. "Bash(npx tsx *)",
  6. "Bash(python3 *)",
  7. "Bash(npx tsc *)",
  8. "Bash(echo \"server: $?\")",
  9. "Bash(echo \"client: $?\")",
  10. "Bash(echo \"shared: $?\")",
  11. "Bash(npx vite *)",
  12. "Skill(code-review)",
  13. "Bash(curl -s -X POST http://localhost:3000/api/play-again -H 'Content-Type: application/json' -d '{\"skillMetric\":3.0}')",
  14. "Bash(kill %1)",
  15. "Bash(pkill -f \"tsx.*server\")",
  16. "Bash(curl -s http://localhost:3000/api/daily)",
  17. "Bash(wait)",
  18. "Bash(pkill -f \"tsx\")",
  19. "Bash(pkill -f \"node.*server\")",
  20. "Read(//tmp/**)",
  21. "Bash(pkill -9 -f \"node\")",
  22. "Bash(curl -s -X POST http://localhost:3000/api/guess -H 'Content-Type: application/json' -d '{\"wordId\":4,\"guess\":\"style\",\"tryNo\":1}')",
  23. "Bash(fuser -k 3000/tcp)",
  24. "Bash(PORT=3001 npx tsx server/src/index.ts)",
  25. "Bash(curl -s -X POST http://localhost:3001/api/play-again -H 'Content-Type: application/json' -d '{\"skillMetric\":3.0}')",
  26. "Bash(curl -s -X POST http://localhost:3001/api/guess -H 'Content-Type: application/json' -d '{\"wordId\":4,\"guess\":\"hello\",\"tryNo\":1}')",
  27. "Bash(git rm *)",
  28. "Bash(git add *)"
  29. ]
  30. }
  31. }