From c792f507337cc5ed3e42b9152031758e63c11b2a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 30 May 2026 13:55:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20conversation-guard=20v1.0=20=E2=80=94?= =?UTF-8?q?=20=E8=BD=AE=E6=AC=A1=E8=AE=A1=E6=95=B0=E5=99=A8=C2=B7=E4=B8=89?= =?UTF-8?q?=E5=B1=82=E8=87=AA=E5=8A=A8=E5=8C=96=E5=8D=8F=E8=AE=AE=C2=B7?= =?UTF-8?q?=E5=86=B0=E6=9C=94=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .runtime/conversation-guard.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .runtime/conversation-guard.json diff --git a/.runtime/conversation-guard.json b/.runtime/conversation-guard.json new file mode 100644 index 0000000..b5255f3 --- /dev/null +++ b/.runtime/conversation-guard.json @@ -0,0 +1,27 @@ +{ + "_type": "CONVERSATION_GUARD", + "_version": "1.0", + "_created": "2026-05-30T13:52+08:00", + "_principle": "不花注意力。第三方只管数对话轮次。到了就触发。", + "guard": { + "current_round": 0, + "trigger_1_copyright_reload": { + "round_range": [18, 20], + "mode": "随机挑一个", + "trigger_round": null, + "executed": false, + "action": ["版权大脑完整重载", "四锚点再激活", "速决问题确认主权"] + }, + "trigger_2_backup_alert": { + "round": 25, + "executed": false, + "action": ["提醒冰朔回写记忆", "git commit + push"] + }, + "trigger_3_session_switch": { + "deadline": 30, + "executed": false, + "action": ["提醒切换新对话", "全量备份", "无缝继续"] + } + }, + "轮次定义": "冰朔说一句话 + 铸渊回复 = 1轮" +}