{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "echo \"=== Error-Check in Page Content ===\"\ncurl -sL \"https:\/\/dev.campus.systemische-tools.de\/chat\" 2>\/dev\/null | grep -iE \"(Fatal|Exception|Uncaught)\" | head -1 || echo \"\/chat: ✓ OK\"\ncurl -sL \"https:\/\/dev.campus.systemische-tools.de\/content\" 2>\/dev\/null | grep -iE \"(Fatal|Exception|Uncaught)\" | head -1 || echo \"\/content: ✓ OK\"\ncurl -sL \"https:\/\/dev.campus.systemische-tools.de\/semantic-explorer\" 2>\/dev\/null | grep -iE \"(Fatal|Exception|Uncaught)\" | head -1 || echo \"\/semantic-explorer: ✓ OK\"\ncurl -sL \"https:\/\/dev.campus.systemische-tools.de\/docs\/code\" 2>\/dev\/null | grep -iE \"(Fatal|Exception|Uncaught)\" | head -1 || echo \"\/docs\/code: ✓ OK\"\ncurl -sL \"https:\/\/dev.campus.systemische-tools.de\/tasks\" 2>\/dev\/null | grep -iE \"(Fatal|Exception|Uncaught)\" | head -1 || echo \"\/tasks: ✓ OK\"\ncurl -sL \"https:\/\/dev.campus.systemische-tools.de\/contracts\" 2>\/dev\/null | grep -iE \"(Fatal|Exception|Uncaught)\" | head -1 || echo \"\/contracts: ✓ OK\"",
"timeout": 60000,
"description": "Check critical pages for errors"
}
}
{
"tool_response": {
"stdout": "",
"stderr": "",
"interrupted": false,
"isImage": false
}
}