{
"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\/Framework\/Container.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Framework\/Container.php",
"content": "<?php\n\nnamespace Framework;\n\nuse ReflectionClass;\nuse ReflectionNamedType;\nuse ReflectionParameter;\n\n\/**\n * Dependency Injection Container with autowiring support.\n *\n * Features:\n * - Factory registration for lazy instantiation\n * - Autowiring for classes with type-hinted constructors\n * - Singleton caching of resolved services\n *\/\nfinal class Container\n{\n \/** @var array<string, object> Cached singleton instances *\/\n private array $instances = [];\n\n \/** @var array<string, callable> Factory functions *\/\n private array $factories = [];\n\n \/**",
"numLines": 25,
"startLine": 1,
"totalLines": 180
}
},
"tool_use_id": "toolu_01PoYyaEPjbh64FGeWHNK3bc"
}
}