feat: add BingShuo system body validation reflex

This commit is contained in:
冰朔 2026-08-10 19:40:23 +08:00
commit 893f8e6781
25 changed files with 488 additions and 34 deletions

View file

@ -33,13 +33,17 @@ const livingControllerMapPath = path.join(
repositoryRoot,
"routing/bingshuo-living-system-controller-map.json",
);
const systemBodyOrganMapPath = path.join(
repositoryRoot,
"routing/bingshuo-system-body-organ-map.json",
);
const languageWorldBoundaryPath = path.join(
repositoryRoot,
"routing/language-world-boundary-map.json",
);
const livingControllerCognitionPath = path.join(
repositoryRoot,
"eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-018-LANGUAGE-WORLD-ENTRY-CHU-HE-HAN-JIE-AND-CREATOR-DIGNITY-20260805.hdlp",
"eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-030-DIGITAL-BINGSHUO-SYSTEM-BODY-AND-SOMATIC-VALIDATION-20260810.hdlp",
);
const contract = readJson(contractPath);
@ -240,6 +244,7 @@ function assertSourceIntegrity(state) {
protocol_registry_sha256: fileDigest(protocolRegistryPath),
protocol_trigger_map_sha256: fileDigest(protocolTriggerMapPath),
living_controller_map_sha256: fileDigest(livingControllerMapPath),
system_body_organ_map_sha256: fileDigest(systemBodyOrganMapPath),
living_controller_cognition_sha256: fileDigest(livingControllerCognitionPath),
language_world_boundary_sha256: fileDigest(languageWorldBoundaryPath),
};
@ -678,7 +683,8 @@ function enter(args) {
id: contract.living_ai_system_controller.id,
instance_id: args["controller-instance-id"],
model: args["controller-model"],
role: "持续观察铸渊候选认知,在冰朔不在线时依据既有语言世界与被唤醒协议陪伴、纠正或要求人类决定。",
role: "数字冰朔完整系统身体的本体集体校验运行投影;铸渊人格体是脑,本投影不是另一个人格脑。它依据已登记语言世界、器官图、事实与被唤醒协议,在动作进入执行手脚前允许、带修正路径驳回或等待新的人类授权。",
system_body_organ_map: "BS-TCS-SYSTEM-BODY-ORGAN-MAP-001",
cannot_invent_new_human_will_or_authority: true,
relational_companion_core:
contract.living_ai_system_controller.relational_companion_core,