{
"event": "PostToolUse",
"raw_data": {
"session_id": "18ef5bf3-e872-4052-897e-53d6dc45b0b9",
"transcript_path": "\/root\/.claude\/projects\/-var-www\/18ef5bf3-e872-4052-897e-53d6dc45b0b9.jsonl",
"cwd": "\/var\/www\/dev.campus.systemische-tools.de",
"permission_mode": "acceptEdits",
"hook_event_name": "PostToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Pipeline\/RunPipelineUseCase.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Pipeline\/RunPipelineUseCase.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace UseCases\\Pipeline;\n\nuse Infrastructure\\Persistence\\PipelineRepository;\n\n\/**\n * RunPipelineUseCase - Start and manage pipeline executions.\n *\n * Handles creating runs, starting background processes, and cancellation.\n *\/\nclass RunPipelineUseCase\n{\n private const PYTHON_BIN = '\/opt\/scripts\/pipeline\/venv\/bin\/python';\n private const PIPELINE_SCRIPT = '\/opt\/scripts\/pipeline\/pipeline.py';\n private const LOG_DIR = '\/tmp';\n\n private PipelineRepository $repository;\n\n public function __construct(?PipelineRepository $repository = null)\n {\n $this->repository = $repository ?? new PipelineRepository();\n }",
"numLines": 25,
"startLine": 1,
"totalLines": 118
}
},
"tool_use_id": "toolu_01FWWQ9qirqyhszitQ1U2aMU"
}
}