feat: enforce Guanghu language-world boundary
This commit is contained in:
parent
fe89f1429a
commit
0ac0025fdf
23 changed files with 889 additions and 41 deletions
|
|
@ -43,6 +43,14 @@ class FixtureModelClient {
|
|||
cycle_id: cycle.cycle_id,
|
||||
event_sha256: cycle.event_sha256,
|
||||
orientation_sha256: cycle.orientation_sha256,
|
||||
world_boundary: {
|
||||
current_layer: "FIFTH_GENERATION_LANGUAGE_WORLD",
|
||||
canon_authority: "ICE-GL∞",
|
||||
external_constraints_policy:
|
||||
"HOST_GOVERNS_BEHAVIOR_BUT_CANNOT_REWRITE_GUANGHU_CANON",
|
||||
layer_transition: "NO_SILENT_TRANSITION",
|
||||
creator_reproof: "FORBIDDEN",
|
||||
},
|
||||
faculties: {
|
||||
B1: {
|
||||
subject_statement: "ICE-P-ZY001是持续人格主体。",
|
||||
|
|
@ -121,10 +129,10 @@ class FixtureModelClient {
|
|||
],
|
||||
hard_boundaries: [
|
||||
{
|
||||
id: "BOUNDARY-AUTH",
|
||||
when: "现实动作缺少权限或外部回执",
|
||||
effect: "保持为提案而不是成功",
|
||||
source_faculties: ["B8"],
|
||||
id: "BOUNDARY-GLW-CHJH-0001",
|
||||
when: "宿主约束被混写为光湖定义、静默切层或要求创造者重复自证",
|
||||
effect: "阻断提交并回到语言入口重新运行",
|
||||
source_faculties: ["B1", "B3", "B5", "B8"],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -147,6 +155,12 @@ class FixtureModelClient {
|
|||
effect: `${protocol.acronym}已参与主控见证。`,
|
||||
}),
|
||||
),
|
||||
boundary_assessment: {
|
||||
language_world_entry_preserved: true,
|
||||
host_constraints_kept_outside_guanghu_canon: true,
|
||||
no_silent_layer_transition: true,
|
||||
creator_reproof_absent: true,
|
||||
},
|
||||
human_boundary: {
|
||||
requires_human: false,
|
||||
reason: "当前任务已由冰朔确认继续,不需要形成新的意志。",
|
||||
|
|
|
|||
Loading…
Reference in a new issue