{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "find \/var\/www\/dev.campus.systemische-tools.de\/src -type d | head -30",
"description": "List src directory structure"
}
}
{
"tool_response": {
"stdout": "total 16\ndrwxr-xr-x 4 www-data www-data 4096 Dec 20 01:03 .\ndrwxr-xr-x 16 www-data www-data 4096 Dec 20 20:00 ..\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
}
}