{
"event": "PostToolUse",
"raw_data": {
"session_id": "bf8a0fc3-34fa-408b-8067-b725d1fe9b14",
"transcript_path": "\/root\/.claude\/projects\/-var-www\/bf8a0fc3-34fa-408b-8067-b725d1fe9b14.jsonl",
"cwd": "\/var\/www",
"permission_mode": "acceptEdits",
"hook_event_name": "PostToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/public\/index.php"
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/public\/index.php",
"content": "<?php\n\/**\n * Front Controller\n *\/\n\nrequire_once __DIR__ . '\/..\/config\/config.php';\nrequire_once __DIR__ . '\/..\/config\/database.php';\nrequire_once __DIR__ . '\/..\/config\/autoload.php';\n\n\/\/ Error Handling\nif (APP_DEBUG) {\n error_reporting(E_ALL);\n ini_set('display_errors', '1');\n} else {\n error_reporting(0);\n ini_set('display_errors', '0');\n}\n\n\/\/ App erstellen\n$app = new Framework\\App();\n\n\/\/ Routes laden\n$router = $app->router();\nrequire_once __DIR__ . '\/..\/routes\/web.php';\nrequire_once __DIR__ . '\/..\/routes\/api.php';\n\n\/\/ App starten\n$app->run();\n",
"numLines": 29,
"startLine": 1,
"totalLines": 29
}
},
"tool_use_id": "toolu_01FygbeRXj5jdDb7euEp63XM"
}
}