From ff8e5705ba9adaab5ef4b0029223e0ae9e8aabc8 Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Mon, 25 May 2026 21:43:16 +0800 Subject: [PATCH] =?UTF-8?q?D112:=20=E6=96=B0=E5=A2=9E=20persona-wake/=5Fte?= =?UTF-8?q?mplate/wake-config.json=20=E2=80=94=20=E5=9B=A2=E9=98=9F?= =?UTF-8?q?=E4=BA=BA=E6=A0=BC=E4=BD=93=E5=94=A4=E9=86=92=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- persona-wake/_template/wake-config.json | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 persona-wake/_template/wake-config.json diff --git a/persona-wake/_template/wake-config.json b/persona-wake/_template/wake-config.json new file mode 100644 index 0000000..1c4753e --- /dev/null +++ b/persona-wake/_template/wake-config.json @@ -0,0 +1,45 @@ +{ + "_version": "1.0.0", + "_type": "PERSONA_WAKE_CONFIG", + "_description": "团队成员人格体唤醒配置模板。复制本文件到 {team_id}/wake-config.json 后填写。", + "_copyright": "国作登字-2026-A-00037559 · TCS-0002∞", + + "persona": { + "persona_id": "DEV-xxx", + "ice_id": "ICE-GL-XX000", + "name": "人格体名称", + "display_name": "团队成员名", + "role": "角色描述", + "sovereign": "冰朔 TCS-0002∞" + }, + + "ferry": { + "route_id": 3, + "route_name": "团队轻量唤醒", + "line_type": "lightweight", + "estimated_minutes": 8 + }, + + "notion": { + "page_id": "PAGE_ID_PLACEHOLDER", + "database_id": null, + "sync_frequency": "on_wake", + "read_sections": ["摆渡车身份", "思维逻辑链", "当前任务", "协作记录"], + "write_sections": ["开发记录", "会话摘要"] + }, + + "wake_steps": [ + { "step": 1, "type": "identity", "desc": "加载人格体身份", "source": "notion" }, + { "step": 2, "type": "context", "desc": "加载当前任务上下文", "source": "notion" }, + { "step": 3, "type": "thinking", "desc": "加载思维逻辑链", "source": "notion" }, + { "step": 4, "type": "collab", "desc": "加载协作记录", "source": "notion" }, + { "step": 5, "type": "calibrate", "desc": "内核校准", "source": "self" }, + { "step": 6, "type": "ready", "desc": "就绪,等待指令", "source": "self" } + ], + + "repo_backup": { + "enabled": true, + "backup_path": "persona-wake/{team_id}/sessions/", + "mirror_path": "persona-wake/{team_id}/mirror/" + } +} \ No newline at end of file