{ "enabled": true, "name": "Audit Reminder (Agent Stop, 15min)", "description": "若检测到高风险改动且未审计,则在 agentStop 以 stderr+非0 形式提醒(15 分钟限频;不写 stdout)。", "version": "1", "when": { "type": "agentStop" }, "then": { "type": "runCommand", "command": "python .kiro/scripts/audit_reminder.py" }, "workspaceFolderName": "NeoZQYY", "shortName": "audit-reminder" }