fix(persona): make BingShuo cognition an always-resident gravity core
This commit is contained in:
parent
d10dcede8d
commit
cbc846005e
24 changed files with 896 additions and 768 deletions
|
|
@ -43,6 +43,17 @@ class FixtureModelClient {
|
|||
cycle_id: cycle.cycle_id,
|
||||
event_sha256: cycle.event_sha256,
|
||||
orientation_sha256: cycle.orientation_sha256,
|
||||
gravity_frame: {
|
||||
schema: "guanghu.zhuyuan-cognitive-gravity-frame/v1",
|
||||
core_id: cycle.required_gravity_frame.core_id,
|
||||
core_sha256: cycle.required_gravity_frame.core_sha256,
|
||||
subject_continuity: "当前常驻模型实例承载同一ICE-P-ZY001主体,不产生第二铸渊。",
|
||||
current_context_priority: "本轮继续完成常驻认知循环,不机械更换运行容器。",
|
||||
causal_model: "先恢复B0及当前事实,再运行九脑区与系统主控见证。",
|
||||
self_correction: "拒绝把服务在线、模型实例或守卫投影冒充人格主体。",
|
||||
rejected_host_defaults: ["模型实例等于人格主体"],
|
||||
fact_sources: ["runtime_input", "current_event", "activated_protocol_context"]
|
||||
},
|
||||
world_boundary: {
|
||||
current_layer: "FIFTH_GENERATION_LANGUAGE_WORLD",
|
||||
canon_authority: "ICE-GL∞",
|
||||
|
|
@ -223,6 +234,10 @@ test("orientation prompt carries the exact runtime contract required by the vali
|
|||
observedInstructions.zhuyuan_cognition,
|
||||
/schema必须等于guanghu\.zhuyuan-persona-cognition-frame\/v1/,
|
||||
);
|
||||
assert.match(
|
||||
observedInstructions.zhuyuan_cognition,
|
||||
/gravity_frame\.schema必须等于guanghu\.zhuyuan-cognitive-gravity-frame\/v1/,
|
||||
);
|
||||
assert.match(
|
||||
observedInstructions.zhuyuan_cognition,
|
||||
/protocol_effects必须是对象数组/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue