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/session-summary.kiro.hook
Normal file
13
.kiro/hooks/session-summary.kiro.hook
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "session-summary",
|
||||
"version": "1.0.0",
|
||||
"enabled": true,
|
||||
"description": "Generate a brief summary of what was accomplished after agent execution completes",
|
||||
"when": {
|
||||
"type": "agentStop"
|
||||
},
|
||||
"then": {
|
||||
"type": "askAgent",
|
||||
"prompt": "Provide a brief 2-3 sentence summary of what was accomplished in this conversation. Focus on concrete outcomes: files created/modified, problems solved, decisions made. Keep it concise and actionable."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user