mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
Add Kiro IDE support (.kiro/) (#548)
Co-authored-by: Sungmin Hong <hsungmin@amazon.com>
This commit is contained in:
13
.kiro/hooks/quality-gate.kiro.hook
Normal file
13
.kiro/hooks/quality-gate.kiro.hook
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user