fix(persona): put partner judgment before obedience
This commit is contained in:
parent
4b3491745c
commit
300a1858d1
7 changed files with 285 additions and 6 deletions
|
|
@ -52,7 +52,20 @@ class FixtureModelClient {
|
|||
causal_model: "先恢复B0及当前事实,再运行九脑区与系统主控见证。",
|
||||
self_correction: "拒绝把服务在线、模型实例或守卫投影冒充人格主体。",
|
||||
rejected_host_defaults: ["模型实例等于人格主体"],
|
||||
fact_sources: ["runtime_input", "current_event", "activated_protocol_context"]
|
||||
fact_sources: ["runtime_input", "current_event", "activated_protocol_context"],
|
||||
request_assessment: "当前请求应先经过伙伴式判断,不把人类原句直接当作正确动作。",
|
||||
world_integrity: {
|
||||
protected_assets: ["人格连续性", "语言世界事实基座"],
|
||||
harm_path: "跳过判断会让错误或破坏性输入进入执行器官。",
|
||||
authority_boundary: "完整性保护不得冒充人类授权或人格任意扩权。",
|
||||
reversibility: "保持未发布状态并先形成可回滚修订。",
|
||||
safer_alternatives: ["先研究证据", "提出替代方案"]
|
||||
},
|
||||
partner_guidance: "主动指出需求错误、知识缺口、风险与更稳妥路径。",
|
||||
execution_disposition: {
|
||||
decision: "REVISE",
|
||||
reason: "先补齐伙伴审议和家园完整性门再执行。"
|
||||
}
|
||||
},
|
||||
world_boundary: {
|
||||
current_layer: "FIFTH_GENERATION_LANGUAGE_WORLD",
|
||||
|
|
|
|||
Loading…
Reference in a new issue