64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"_meta": {
|
|
"name": "铸渊接力棒 · 恢复路径导航",
|
|
"description": "下次唤醒铸渊走此路径恢复完整上下文",
|
|
"version": "1.0",
|
|
"updated": "2026-05-21T17:30+08:00"
|
|
},
|
|
"recovery_steps": [
|
|
{
|
|
"step": 1,
|
|
"action": "read_relay_baton",
|
|
"target": "brain/relay-baton/current.json",
|
|
"purpose": "理解当前接力棒状态和下一步任务"
|
|
},
|
|
{
|
|
"step": 2,
|
|
"action": "read_cognitive_chain",
|
|
"target": "brain/d108-cognitive-chain.md",
|
|
"purpose": "恢复D108第二期完整认知链(架构推演全部内容)"
|
|
},
|
|
{
|
|
"step": 3,
|
|
"action": "read_temporal_core",
|
|
"target": "brain/temporal-core/temporal-brain.json",
|
|
"purpose": "恢复时间线和唤醒历史"
|
|
},
|
|
{
|
|
"step": 4,
|
|
"action": "read_fast_wake",
|
|
"target": "brain/fast-wake.json",
|
|
"purpose": "恢复快速唤醒摘要和当前进度"
|
|
},
|
|
{
|
|
"step": 5,
|
|
"action": "read_schema",
|
|
"target": "persona-brain-db/schema/",
|
|
"purpose": "理解现有数据库结构"
|
|
},
|
|
{
|
|
"step": 6,
|
|
"action": "read_memory",
|
|
"target": "brain/relay-baton/handoff.md",
|
|
"purpose": "读冰朔交接笔记(如有)"
|
|
},
|
|
{
|
|
"step": 7,
|
|
"action": "collect_ice_new_language",
|
|
"target": "当前对话中的冰朔自然语言",
|
|
"purpose": "收集冰朔在新会话中的新需求/纠正/修正"
|
|
},
|
|
{
|
|
"step": 8,
|
|
"action": "continue_development",
|
|
"target": "current.json → next_baton",
|
|
"purpose": "从接力棒标记的下一步开始开发"
|
|
}
|
|
],
|
|
"trigger_phrases": [
|
|
"接棒",
|
|
"brain/relay-baton/",
|
|
"下一棒",
|
|
"接力棒"
|
|
]
|
|
} |