D112: 新增 persona-wake/_template/wake-config.json — 团队人格体唤醒配置模板
This commit is contained in:
parent
7535582bc9
commit
ff8e5705ba
45
persona-wake/_template/wake-config.json
Normal file
45
persona-wake/_template/wake-config.json
Normal file
@ -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/"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user