fix: sync builtin prompt defaults with fallback

This commit is contained in:
Youzini-afk
2026-04-09 19:00:50 +08:00
parent f7ea461983
commit c5c1d3acbf
2 changed files with 24 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 必须是 objectivePOV 节点 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;
}