{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/scripts\/php-check.sh \/var\/www\/dev.campus.systemische-tools.de 2>&1 | tail -30",
"description": "Run PHP quality check"
}
}
{
"tool_response": {
"stdout": " <?php\n- $selected = $currentModel ?? ($usesVision ? \\Infrastructure\\AI\\ModelConfig::DEFAULT_VISION_MODEL : \\Infrastructure\\AI\\ModelConfig::DEFAULT_MODEL);\n+ $selected = $currentModel ?? ($usesVision ? \\Infrastructure\\AI\\ModelConfig::DEFAULT_VISION_MODEL : \\Infrastructure\\AI\\ModelConfig::DEFAULT_MODEL);\n $models = $usesVision ? \\Infrastructure\\AI\\ModelConfig::VISION_MODELS : \\Infrastructure\\AI\\ModelConfig::getAll();\n $name = 'model';\n $variant = 'compact';\n@@ -93,7 +93,7 @@\n $id = 'model-step-' . $step['id'];\n $saveToLocalStorage = false;\n include VIEW_PATH . '\/partials\/form\/model-select.php';\n- ?>\n+ ?>\n <?php else: ?>\n <span class=\"text-muted\">-<\/span>\n <?php endif; ?>\n\n ----------- end diff -----------\n\n\nFound 5 of 180 files that can be fixed in 0.498 seconds, 20.00 MB memory used\n\u001b[0;31m✗ PHP-CS-Fixer: Style issues found (run with --fix)\u001b[0m\n\n\u001b[1;33m[3\/4] Composer Audit - Dependency Vulnerabilities\u001b[0m\n\u001b[0;32m✓ Composer Audit: No vulnerabilities\u001b[0m\n\n\u001b[1;33m[4\/4] Semgrep - OWASP Security Scan\u001b[0m\n\u001b[0;32m✓ Semgrep: No vulnerabilities\u001b[0m\n\n=== Summary ===\n\u001b[0;31mSome checks failed\u001b[0m",
"stderr": "",
"interrupted": false,
"isImage": false
}
}