{
"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\/src",
"permission_mode": "acceptEdits",
"hook_event_name": "PostToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/PipelineRunStatus.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/PipelineRunStatus.php",
"content": "<?php\n\nnamespace Domain\\ValueObject;\n\n\/**\n * Status enum for pipeline runs with state machine transitions.\n *\/\nenum PipelineRunStatus: string\n{\n case PENDING = 'pending';\n case RUNNING = 'running';\n case COMPLETED = 'completed';\n case FAILED = 'failed';\n case CANCELLED = 'cancelled';\n\n \/**\n * Check if transition to target status is allowed.\n *\/\n public function canTransitionTo(self $target): bool\n {\n return in_array($target, $this->getAllowedTransitions(), true);\n }\n\n \/**\n * Get all allowed transitions from current status.",
"numLines": 25,
"startLine": 1,
"totalLines": 92
}
},
"tool_use_id": "toolu_019k9g9aQs6xecuxBmSVCprj"
}
}