{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "cd \/var\/www\/dev.campus.systemische-tools.de && for f in \\\n src\/UseCases\/Chat\/ManageChatSessionsUseCase.php \\\n src\/UseCases\/Chat\/UpdateChatSessionUseCase.php \\\n src\/UseCases\/Chat\/ExportChatSessionUseCase.php \\\n src\/UseCases\/CodeAnalysis\/GetCodeAnalysisUseCase.php \\\n src\/UseCases\/Taxonomy\/AssignEntityTaxonomyUseCase.php \\\n src\/UseCases\/Command\/SendChatMessageCommand.php \\\n src\/UseCases\/Command\/UpdatePromptCommand.php \\\n src\/UseCases\/Command\/UpdateCriticCommand.php \\\n src\/UseCases\/Command\/CreatePromptCommand.php; do\n php -l \"$f\" 2>&1 | grep -v \"^No syntax\"\ndone; echo \"Syntax check complete\"",
"description": "Verify PHP syntax for refactored files"
}
}