{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "for uri in \/semantic-explorer \/semantic-explorer\/dokumente \/semantic-explorer\/chunks \/semantic-explorer\/semantik \/semantic-explorer\/suche \/semantic-explorer\/graph \/semantic-explorer\/entitaeten \/semantic-explorer\/relationen \/semantic-explorer\/taxonomie \/semantic-explorer\/ontologie \/semantic-explorer\/stopwords; do\n result=$(REQUEST_URI=\"$uri\" REQUEST_METHOD=\"GET\" php public\/index.php 2>&1 | head -5)\n if echo \"$result\" | grep -qi \"fatal\\|exception\\|error\"; then\n echo \"FAIL: $uri\"\n else\n echo \"OK: $uri\"\n fi\ndone",
"description": "Test semantic-explorer routes"
}
}