{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -s -o \/dev\/null -w \"%{http_code}\" https:\/\/dev.campus.systemische-tools.de\/semantic-explorer\/taxonomie && echo \" taxonomie\" && curl -s -o \/dev\/null -w \"%{http_code}\" https:\/\/dev.campus.systemische-tools.de\/semantic-explorer\/ontologie && echo \" ontologie\" && curl -s -o \/dev\/null -w \"%{http_code}\" https:\/\/dev.campus.systemische-tools.de\/semantic-explorer\/semantik && echo \" semantik\"",
"description": "Test all three pages"
}
}
{
"tool_response": {
"stdout": "200 taxonomie\n200 ontologie\n200 semantik",
"stderr": "",
"interrupted": false,
"isImage": false
}
}