{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/scripts\/check.sh 2>&1 | tail -15",
"description": "Re-run all gates"
}
}
{
"tool_response": {
"stdout": "Analyzed 72 files, 205 dependencies.\n------------------------------------\n\nHexagonal dependency direction KEPT\nInfrastructure may import domain and application, not interfaces KEPT\nDomain must not import third-party business libs KEPT\n\nContracts: 3 kept, 0 broken.\n==> G2 pytest unit\n....................................................... [100%]\n55 passed in 0.04s\n==> G5 pip-audit\nNo known vulnerabilities found\n==> G6 schema-drift\nOK schema_tables=12",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}