Add Kiro IDE support (.kiro/) (#548)

Co-authored-by: Sungmin Hong <hsungmin@amazon.com>
This commit is contained in:
Himanshu Sharma
2026-03-20 01:50:35 -07:00
committed by GitHub
parent c8f631b046
commit ce828c1c3c
85 changed files with 12110 additions and 0 deletions

View 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"
}
}