{
"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\/ContentOrderStatus.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/ContentOrderStatus.php",
"content": "<?php\n\nnamespace Domain\\ValueObject;\n\n\/**\n * Status enum for content orders with state machine transitions.\n *\/\nenum ContentOrderStatus: string\n{\n case DRAFT = 'draft';\n case GENERATING = 'generating';\n case CRITIQUE = 'critique';\n case REVISION = 'revision';\n case VALIDATE = 'validate';\n case APPROVE = 'approve';\n case PUBLISHED = 'published';\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",
"numLines": 25,
"startLine": 1,
"totalLines": 92
}
},
"tool_use_id": "toolu_01RquJLd5SG9g1oMGRo1Dz2t"
}
}