45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"_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/"
|
|
}
|
|
} |