mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
refactor(terminology): 层级总结为主路径,synopsis 标记为旧式全局概要
- README: 明确 summaryState 为主总结体系,legacy synopsis 为兼容兜底 - prompt-profiles: synopsis 任务标签改为「小总结」 - schema/task-graph-stats/panel: synopsis 节点显示为「全局概要(旧)」 - index.js: fallback 状态文案改为「旧式全局概要生成/更新中」 - p0-regressions: 同步更新断言字符串
This commit is contained in:
@@ -149,15 +149,15 @@ export const DEFAULT_NODE_SCHEMA = [
|
||||
// ====== v2 新增节点类型 ======
|
||||
{
|
||||
id: "synopsis",
|
||||
label: "全局概要",
|
||||
label: "全局概要(旧)",
|
||||
tableName: "synopsis_table",
|
||||
columns: [
|
||||
{
|
||||
name: "summary",
|
||||
hint: "当前故事的全局概要(前情提要)",
|
||||
hint: "旧式单条全局前情提要(兼容 / 迁移兜底)",
|
||||
required: true,
|
||||
},
|
||||
{ name: "scope", hint: "概要覆盖的楼层范围", required: false },
|
||||
{ name: "scope", hint: "该旧式概要覆盖的楼层范围", required: false },
|
||||
],
|
||||
alwaysInject: true, // 常驻注入(MemoRAG 启发)
|
||||
latestOnly: true, // 只保留最新版本
|
||||
|
||||
Reference in New Issue
Block a user