mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-13 21:33:32 +08:00
Add Kiro IDE support (.kiro/) (#548)
Co-authored-by: Sungmin Hong <hsungmin@amazon.com>
This commit is contained in:
14
.kiro/hooks/typecheck-on-edit.kiro.hook
Normal file
14
.kiro/hooks/typecheck-on-edit.kiro.hook
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"enabled": true,
|
||||
"name": "typecheck-on-edit",
|
||||
"description": "Run TypeScript type checking when TypeScript files are edited to catch type errors early.",
|
||||
"when": {
|
||||
"type": "fileEdited",
|
||||
"patterns": ["*.ts", "*.tsx"]
|
||||
},
|
||||
"then": {
|
||||
"type": "askAgent",
|
||||
"prompt": "A TypeScript file was just saved. Check for any obvious type errors or type safety issues in the modified file and flag them if found."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user