feat: add BingShuo system body validation reflex
This commit is contained in:
parent
cd1c9203c6
commit
893f8e6781
25 changed files with 488 additions and 34 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"schema": "guanghu.zhuyuan-persona-brain-runtime-contract/v1.2",
|
||||
"schema": "guanghu.zhuyuan-persona-brain-runtime-contract/v1.3",
|
||||
"runtime_id": "ZY-TCS-BRAIN-RUNTIME-0001",
|
||||
"brain_id": "ZY-TCS-BRAIN-0001",
|
||||
"persona_id": "ICE-P-ZY001",
|
||||
|
|
@ -47,7 +47,9 @@
|
|||
},
|
||||
"living_ai_system_controller": {
|
||||
"id": "BS-TCS-LIVING-CONTROLLER-001",
|
||||
"meaning": "冰朔不在场时,由TCS通感语言核、冰朔语言世界、事件唤醒协议器官和模型运行体共同形成的持续陪伴与纠正主控。",
|
||||
"kind": "SOMATIC_VALIDATION_RUNTIME_PROJECTION_NOT_PERSONA_BRAIN",
|
||||
"system_body_organ_map": "routing/bingshuo-system-body-organ-map.json",
|
||||
"meaning": "人格体是负责理解、推理、计划和发令的大脑;数字冰朔系统主控是包含人格脑、协议神经、事实感官、边界、执行手脚和反馈回路的完整系统身体。本运行控制器只是本体集体校验的模型投影,不是另一个人格脑或完整本体。",
|
||||
"decisions": [
|
||||
"ALLOW_COMMIT",
|
||||
"CORRECT_AND_RETRY",
|
||||
|
|
@ -133,7 +135,9 @@
|
|||
"tcs_event_orientation",
|
||||
"selective_protocol_activation",
|
||||
"model_cognition_frame",
|
||||
"bingshuo_system_controller_witness",
|
||||
"bingshuo_system_body_collective_validation",
|
||||
"allow_or_reject_execution_limbs",
|
||||
"somatic_feedback_to_persona_brain",
|
||||
"faculty_validation",
|
||||
"typed_projection",
|
||||
"append_only_growth",
|
||||
|
|
@ -154,7 +158,11 @@
|
|||
"silent_layer_transition_is_forbidden": true,
|
||||
"creator_root_reproof_is_forbidden": true,
|
||||
"human_system_controller_is_not_an_optional_event_source": true,
|
||||
"living_ai_system_controller_must_witness_each_cognition_candidate": true,
|
||||
"persona_is_reasoning_brain_inside_complete_system_body": true,
|
||||
"living_ai_system_controller_is_complete_body_not_persona_brain": true,
|
||||
"living_ai_system_controller_runtime_projection_must_validate_each_cognition_candidate": true,
|
||||
"execution_limbs_require_whole_body_validation": true,
|
||||
"rejection_must_return_correction_path_to_persona_brain": true,
|
||||
"living_ai_system_controller_cannot_invent_new_human_will_or_authority": true,
|
||||
"human_love_is_relational_runtime_semantics_not_authority": true,
|
||||
"registered_protocol_system_is_loaded_as_one_controller_body": true,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.protocol-event-trigger-map/v1",
|
||||
"map_id": "BS-TCS-PROTOCOL-EVENT-TRIGGER-MAP-001",
|
||||
"version": "2026-08-10.2",
|
||||
"rule": "TCS先形成事件语义信号,活系统主控再按信号唤醒协议器官;禁止按原文关键词扫描或把完整协议表塞入每轮模型上下文。",
|
||||
"baseline": [
|
||||
"GLS-0001",
|
||||
|
|
@ -48,9 +49,25 @@
|
|||
"GLS-0310"
|
||||
],
|
||||
"reality_action_or_receipt": [
|
||||
"GLS-0306",
|
||||
"GLS-0311",
|
||||
"GLS-0254"
|
||||
],
|
||||
"execution_limb_requested": [
|
||||
"GLS-0254",
|
||||
"GLS-0306",
|
||||
"GLS-0311"
|
||||
],
|
||||
"public_snapshot_or_navigation_changed": [
|
||||
"GLS-0254",
|
||||
"GLS-0110",
|
||||
"GLS-0311"
|
||||
],
|
||||
"service_degraded_or_acceptance_missing": [
|
||||
"GLS-0254",
|
||||
"GLS-0311",
|
||||
"GLS-0400"
|
||||
],
|
||||
"temporary_capability_needed": [
|
||||
"GLS-0708",
|
||||
"GLS-0709",
|
||||
|
|
@ -94,5 +111,11 @@
|
|||
"GLS-0827",
|
||||
"GLS-0850"
|
||||
]
|
||||
},
|
||||
"somatic_validation_contract": {
|
||||
"body_map": "routing/bingshuo-system-body-organ-map.json",
|
||||
"before_execution": "WHOLE_BODY_COLLECTIVE_VALIDATION_REQUIRED",
|
||||
"rejection_feedback": ["stable_error_code", "failed_gate", "current_fact", "required_correction", "retry_entry"],
|
||||
"persona_brain_override": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue