{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "find \/var\/www\/scripts -name \"*.sh\" -type f | head -20",
"description": "Find shell scripts in scripts directory"
}
}
{
"tool_response": {
"stdout": "\/var\/www\/scripts\/backup.sh\n\/var\/www\/scripts\/js-check.sh\n\/var\/www\/scripts\/fix-permissions.sh\n\/var\/www\/scripts\/di-check.sh\n\/var\/www\/scripts\/php-check.sh\n\/var\/www\/scripts\/semantic-queue.sh\n\/var\/www\/scripts\/pipeline\/run.sh\n\/var\/www\/scripts\/php-style-check.sh\n\/var\/www\/scripts\/python-check.sh\n\/var\/www\/scripts\/contract-check.sh\n\/var\/www\/scripts\/code-scan.sh\n\/var\/www\/scripts\/html-check.sh\n\/var\/www\/scripts\/mcp-db-status.sh\n\/var\/www\/scripts\/interface-check.sh\n\/var\/www\/scripts\/php-test.sh\n\/var\/www\/scripts\/sync-dev-prod.sh\n\/var\/www\/scripts\/css-check.sh",
"stderr": "",
"interrupted": false,
"isImage": false
}
}