16 lines
531 B
Plaintext
16 lines
531 B
Plaintext
{
|
||
"enabled": true,
|
||
"name": "Agent On Stop (Merged)",
|
||
"description": "合并 hook:对话结束时检测变更(含非 Kiro 外部变更)、记录 session log、合规预扫描、构建审计上下文、审计提醒。无变更时跳过。纯 Shell,零 Token。",
|
||
"version": "1",
|
||
"when": {
|
||
"type": "agentStop"
|
||
},
|
||
"then": {
|
||
"type": "runCommand",
|
||
"command": "python C:/NeoZQYY/.kiro/scripts/agent_on_stop.py",
|
||
"timeout": 360
|
||
},
|
||
"workspaceFolderName": "NeoZQYY",
|
||
"shortName": "agent-on-stop"
|
||
} |