16 lines
476 B
Plaintext
16 lines
476 B
Plaintext
{
|
||
"enabled": true,
|
||
"name": "Prompt Audit Log (Shell)",
|
||
"description": "每次提交 prompt 时,用本地 Shell 在 docs/audit/prompt_logs/ 生成独立日志文件(按时间戳命名);不触发 LLM,避免上下文膨胀。",
|
||
"version": "3",
|
||
"when": {
|
||
"type": "promptSubmit"
|
||
},
|
||
"then": {
|
||
"type": "runCommand",
|
||
"command": "python .kiro/scripts/prompt_audit_log.py"
|
||
},
|
||
"workspaceFolderName": "NeoZQYY",
|
||
"shortName": "prompt-audit-log"
|
||
}
|