settings.local.json 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(rg:*)",
  5. "Bash(rg:*)",
  6. "Bash(find:*)",
  7. "Bash(mkdir:*)",
  8. "Bash(cp:*)",
  9. "Bash(grep:*)",
  10. "Bash(python:*)",
  11. "Bash(source:*)",
  12. "Bash(ls:*)",
  13. "Bash(.venv/Scripts/activate)",
  14. "Bash(.venv/Scripts/python.exe -m data_pipeline:*)",
  15. "Bash(.venv/Scripts/python.exe data_pipeline/training_data/run_training.py:*)",
  16. "Bash(.venv/Scripts/python.exe:*)",
  17. "Bash(mv:*)",
  18. "Bash(rm:*)",
  19. "Bash(.venv/bin/python:*)",
  20. "Bash(./.venv/Scripts/python.exe:*)",
  21. "Bash(sed:*)",
  22. "Bash(\".venv/Scripts/python.exe\" -c \"import sys; sys.path.append('.'); from data_pipeline.logging import get_logger; print('独立日志系统导入成功')\")",
  23. "Bash(\".venv/Scripts/python.exe\" -c \"import sys; sys.path.append('.'); from data_pipeline.schema_workflow import SchemaWorkflowOrchestrator; print('SchemaWorkflowOrchestrator导入成功')\")",
  24. "Bash(\".venv/Scripts/python.exe\" -c \"import sys; sys.path.append('.'); from data_pipeline.api.simple_workflow import SimpleWorkflowExecutor; print('SimpleWorkflowExecutor导入成功')\")",
  25. "Bash(\".venv/Scripts/python.exe\":*)",
  26. "Bash(curl:*)",
  27. "Bash(cat:*)"
  28. ],
  29. "deny": []
  30. }
  31. }