Files
everything-claude-code/.kiro/hooks/quality-gate.kiro.hook
Himanshu Sharma bacc585b87 Add Kiro steering files, hooks, and scripts (#812)
Co-authored-by: Sungmin Hong <hsungmin@amazon.com>
2026-03-22 21:55:47 -07:00

14 lines
339 B
Plaintext

{
"version": "1.0.0",
"enabled": true,
"name": "quality-gate",
"description": "Run a full quality gate check (build, type check, lint, tests). Trigger manually from the Agent Hooks panel.",
"when": {
"type": "userTriggered"
},
"then": {
"type": "runCommand",
"command": "bash .kiro/scripts/quality-gate.sh"
}
}