{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "find \/var\/www\/dev.campus.systemische-tools.de -type d -name \"tests\" -o -name \"Test\" 2>\/dev\/null | head -10",
"description": "Find test directories"
}
}
{
"tool_response": {
"stdout": "total 16\ndrwxr-xr-x 4 www-data www-data 4096 Dec 25 20:24 .\ndrwxr-xr-x 18 www-data www-data 4096 Dec 26 02:52 ..\ndrwxr-xr-x 3 www-data www-data 4096 Dec 25 20:24 Integration\ndrwxr-xr-x 3 www-data www-data 4096 Dec 20 03:18 Unit",
"stderr": "",
"interrupted": false,
"isImage": false
}
}