{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/ruff check src 2>&1 | tail -3 && .\/venv\/bin\/mypy src 2>&1 | tail -3 && .\/venv\/bin\/pytest tests\/unit -q 2>&1 | tail -3",
"description": "All gates + tests"
}
}
{
"tool_response": {
"stdout": "All checks passed!\nSuccess: no issues found in 120 source files\n..................................................................... [100%]",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}