{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "for file in \\\n \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/TaskRepository.php \\\n \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/TaskCommentRepository.php \\\n \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/TaskAssignmentRepository.php \\\n \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/TaskResultRepository.php \\\n \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/KiProtokollRepository.php\ndo\n sed -i 's\/KI_PROTOKOLL_DB_HOST\/KI_DEV_DB_HOST\/g' \"$file\"\n sed -i 's\/KI_PROTOKOLL_DB_NAME\/KI_DEV_DB_NAME\/g' \"$file\"\n sed -i 's\/KI_PROTOKOLL_DB_USER\/KI_DEV_DB_USER\/g' \"$file\"\n sed -i 's\/KI_PROTOKOLL_DB_PASS\/KI_DEV_DB_PASS\/g' \"$file\"\n echo \"Updated: $file\"\ndone",
"description": "Update remaining KI_PROTOKOLL constants"
}
}
{
"tool_response": {
"stdout": "Updated: \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/TaskRepository.php\nUpdated: \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/TaskCommentRepository.php\nUpdated: \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/TaskAssignmentRepository.php\nUpdated: \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/TaskResultRepository.php\nUpdated: \/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/KiProtokollRepository.php",
"stderr": "",
"interrupted": false,
"isImage": false
}
}