{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ls -la \/var\/www\/dev.campus.systemische-tools.de\/app\/ 2>\/dev\/null || echo \"NICHT VORHANDEN\"",
"description": "Check app directory"
}
}
{
"tool_response": {
"stdout": "total 16\ndrwxr-xr-x 4 www-data www-data 4096 Dec 20 01:03 .\ndrwxr-xr-x 15 www-data www-data 4096 Dec 20 16:26 ..\ndrwxr-xr-x 2 www-data www-data 4096 Dec 20 01:03 Presenter\ndrwxr-xr-x 2 www-data www-data 4096 Dec 20 01:03 View",
"stderr": "",
"interrupted": false,
"isImage": false
}
}