{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/var\/www\/scripts\/php-check.sh \/var\/www\/dev.campus.systemische-tools.de 2>&1 | grep -E \"(Error|ERROR|✗|Zeile|Line)\" | head -30",
"description": "Extract errors from php-check"
}
}
{
"tool_response": {
"stdout": " Line src\/Controller\/CrawlerController.php \n Line src\/Controller\/CrawlerPageController.php \n [ERROR] Found 3 errors \n\u001b[0;31m✗ PHPStan: Errors found\u001b[0m\n $this->htmxError('base_url ist erforderlich');\n\u001b[0;31m✗ PHP-CS-Fixer: Style issues found (run with --fix)\u001b[0m",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}