{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Docs\/DocumentationChatUseCase.php",
"limit": 25
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Pipeline\/PipelineRunStatusUseCase.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace UseCases\\Pipeline;\n\nuse Infrastructure\\Persistence\\PipelineRepository;\n\n\/**\n * PipelineRunStatusUseCase - Get detailed pipeline run status.\n *\n * Calculates progress, elapsed time, ETA, and detects stalled runs.\n *\/\nclass PipelineRunStatusUseCase\n{\n private PipelineRepository $repository;\n\n public function __construct(?PipelineRepository $repository = null)\n {\n $this->repository = $repository ?? new PipelineRepository();\n }\n\n \/**\n * Get detailed run status with progress calculations.\n *",
"numLines": 25,
"startLine": 1,
"totalLines": 103
}
}
}