{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "rm -f \/tmp\/pipeline_run_1.log && nohup .\/venv\/bin\/python pipeline.py all --pipeline-id=2 --run-id=1 > \/tmp\/pipeline_run_1.log 2>&1 &\necho \"Pipeline gestartet (PID: $!)\"\nsleep 3\nps aux | grep \"pipeline.py\" | grep -v grep\necho \"=== Log ===\"\nhead -20 \/tmp\/pipeline_run_1.log",
"description": "Start pipeline process"
}
}
{
"tool_response": {
"stdout": "",
"stderr": "",
"interrupted": false,
"isImage": false,
"backgroundTaskId": "ba3bc3f"
}
}