{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "echo \"=== Content-Prüfung kritischer Seiten ===\"\npages=\"\/chat \/content \/semantic-explorer \/docs\/code \/tasks \/contracts\"\nfor p in $pages; do\n result=$(curl -sL \"https:\/\/dev.campus.systemische-tools.de$p\" 2>\/dev\/null)\n if echo \"$result\" | grep -qiE \"(Fatal|Exception|Uncaught)\"; then\n echo \"$p: ⚠ ERROR FOUND\"\n echo \"$result\" | grep -iE \"(Fatal|Exception|Uncaught)\" | head -1\n else\n echo \"$p: ✓ OK\"\n fi\ndone",
"timeout": 60000,
"description": "Check page content for errors"
}
}