mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix: sync builtin prompt defaults with fallback
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -311,7 +311,7 @@ knownRefs / mistakenRefs / visibility.ref 优先引用同批 ref,没有 ref
|
||||
- 客观事实帮我优先用 event / character / location / thread / rule / synopsis / reflection。
|
||||
- 主观记忆统一使用 type = pov_memory,不要拿 character / location / event 去伪装第一视角记忆。
|
||||
- 客观节点 scope.layer 必须是 objective;POV 节点 scope.layer 必须是 pov,并且必须写 ownerType / ownerId / ownerName。
|
||||
- 涉及到的角色都帮我尽量尝试补 cognitionUpdates,不只限当前角色和用户。
|
||||
- 涉及到的角色都尽量尝试补 cognitionUpdates,不只限当前角色和用户。
|
||||
- cognitionUpdates 只表达谁明确知道、谁误解、谁低置信可见;不要帮我写成第二份事实节点。
|
||||
- 多角色场景里,pov_memory 和 cognitionUpdates 必须写清具体人物;不要把角色卡名当作 POV owner。
|
||||
- 用户 POV 不等于角色已知事实;它是我作为用户/玩家侧的感受、承诺、偏见和长期互动背景。
|
||||
@@ -674,7 +674,7 @@ function applyRuntimeDefaultTemplateOverrides(taskType, template = null) {
|
||||
replaceContent("default-rules", overrideContent.rules);
|
||||
|
||||
template.version = Math.max(Number(template.version || 0), 4);
|
||||
template.updatedAt = "2026-04-08T18:00:00.000Z";
|
||||
template.updatedAt = "2026-04-10T01:00:00.000Z";
|
||||
return template;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user