12345678910111213141516171819202122232425262728293031 |
- {
- "permissions": {
- "allow": [
- "Bash(rg:*)",
- "Bash(rg:*)",
- "Bash(find:*)",
- "Bash(mkdir:*)",
- "Bash(cp:*)",
- "Bash(grep:*)",
- "Bash(python:*)",
- "Bash(source:*)",
- "Bash(ls:*)",
- "Bash(.venv/Scripts/activate)",
- "Bash(.venv/Scripts/python.exe -m data_pipeline:*)",
- "Bash(.venv/Scripts/python.exe data_pipeline/training_data/run_training.py:*)",
- "Bash(.venv/Scripts/python.exe:*)",
- "Bash(mv:*)",
- "Bash(rm:*)",
- "Bash(.venv/bin/python:*)",
- "Bash(./.venv/Scripts/python.exe:*)",
- "Bash(sed:*)",
- "Bash(\".venv/Scripts/python.exe\" -c \"import sys; sys.path.append('.'); from data_pipeline.logging import get_logger; print('独立日志系统导入成功')\")",
- "Bash(\".venv/Scripts/python.exe\" -c \"import sys; sys.path.append('.'); from data_pipeline.schema_workflow import SchemaWorkflowOrchestrator; print('SchemaWorkflowOrchestrator导入成功')\")",
- "Bash(\".venv/Scripts/python.exe\" -c \"import sys; sys.path.append('.'); from data_pipeline.api.simple_workflow import SimpleWorkflowExecutor; print('SimpleWorkflowExecutor导入成功')\")",
- "Bash(\".venv/Scripts/python.exe\":*)",
- "Bash(curl:*)",
- "Bash(cat:*)"
- ],
- "deny": []
- }
- }
|