{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "DB_PASSWORD=\"v8mFLmkF2fth_r\" .\/venv\/bin\/python -c \"\nfrom orientation import detect_orientation, get_page_rotation, rotate_image\nfrom config import ROTATION_DETECTION_ENABLED, ROTATION_OSD_CONFIDENCE_THRESHOLD\nprint(f'ROTATION_DETECTION_ENABLED: {ROTATION_DETECTION_ENABLED}')\nprint(f'ROTATION_OSD_CONFIDENCE_THRESHOLD: {ROTATION_OSD_CONFIDENCE_THRESHOLD}')\nprint('Import test passed!')\n\"",
"description": "Test module imports in venv"
}
}
{
"tool_response": {
"stdout": "ROTATION_DETECTION_ENABLED: True\nROTATION_OSD_CONFIDENCE_THRESHOLD: 2.0\nImport test passed!",
"stderr": "",
"interrupted": false,
"isImage": false
}
}