{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "php -l src\/Infrastructure\/Persistence\/SemanticSearchRepository.php && php -l src\/Infrastructure\/Persistence\/ChunkRepository.php && php -l src\/Infrastructure\/Config\/PipelineStepConfig.php",
"description": "PHP syntax check for modified files"
}
}
{
"tool_response": {
"stdout": "No syntax errors detected in src\/Infrastructure\/Persistence\/SemanticSearchRepository.php\nNo syntax errors detected in src\/Infrastructure\/Persistence\/ChunkRepository.php\nNo syntax errors detected in src\/Infrastructure\/Config\/PipelineStepConfig.php",
"stderr": "",
"interrupted": false,
"isImage": false
}
}