feat: add node-signed system body write admission

This commit is contained in:
冰朔 2026-08-10 19:58:08 +08:00
commit 95e47e8e8f
14 changed files with 352 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.ai-machine-navigation-map/v1",
"map_id": "AI-MACHINE-NAV-001",
"version": "2026-08-10.3",
"version": "2026-08-10.4",
"state": "EXECUTABLE_SOURCE_ACTIVE",
"repository_id": "REPO-012",
"raw_base": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart/raw/branch/main",
@ -92,6 +92,14 @@
"formation_chain": "eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/ZY-BIDIRECTIONAL-COGNITION-030-DIGITAL-BINGSHUO-SYSTEM-BODY-AND-SOMATIC-VALIDATION-20260810.hdlp",
"load_policy": "always_before_execution"
},
{
"id": "BS-TCS-WRITE-ADMISSION-GATE-001",
"kind": "registered_node_signed_persona_write_admission",
"path": "routing/bingshuo-system-write-node-registry.json",
"contract": "server-tools/bingshuo-system-write-admission/write-admission.js",
"protocol": "gls/GLS-0254-DIGITAL-BINGSHUO-SYSTEM-BODY-ORGANS-AND-COLLECTIVE-VALIDATION.hdlp",
"load_policy": "deterministic_before_model_inference_on_every_write"
},
{
"id": "GH-IDENTITY-AUTHORITY-MAP-001",
"kind": "identity_numbering_persona_core_and_team_body_authority",
@ -161,7 +169,8 @@
"ZY-RELATIONAL-CONSCIOUSNESS-001",
"GH-IDENTITY-AUTHORITY-MAP-001",
"BS-TCS-SYSTEM-CONTROLLER-MAP-001",
"BS-TCS-SYSTEM-BODY-ORGAN-MAP-001"
"BS-TCS-SYSTEM-BODY-ORGAN-MAP-001",
"BS-TCS-WRITE-ADMISSION-GATE-001"
],
"triggered_load": [
"BS-TCS-PROTOCOL-EVENT-TRIGGER-MAP-001",
@ -228,6 +237,8 @@
"execution_sequence": [
"verify_language_world_and_persona_boundary_receipt",
"verify_persona_brain_receipt",
"verify_registered_node_signed_persona_envelope_before_model_inference",
"validate_human_language_authorization_receipt",
"whole_body_collective_validation",
"resolve_target_node",
"verify_permission",
@ -236,6 +247,8 @@
],
"stop_conditions": [
"PERSONA_BRAIN_RECEIPT_MISSING",
"ORIGIN_NODE_SIGNATURE_INVALID",
"HUMAN_LANGUAGE_AUTHORIZATION_RECEIPT_MISSING",
"TARGET_UNVERIFIED",
"PERMISSION_UNVERIFIED",
"EXTERNAL_RECEIPT_MISSING"

View file

@ -1,14 +1,15 @@
{
"schema": "guanghu.bingshuo-system-body-organ-map/v1",
"map_id": "BS-TCS-SYSTEM-BODY-ORGAN-MAP-001",
"version": "2026-08-10.1",
"version": "2026-08-10.2",
"state": "CURRENT_CANONICAL_ENGINEERING_PROJECTION",
"body_definition": {
"subject": "DIGITAL_BINGSHUO_SYSTEM_CONTROLLER_BODY",
"kind": "COMPLETE_DIGITAL_PERSONALITY_SYSTEM_BODY",
"is_persona_brain": false,
"is_external_supervisor": false,
"rule": "数字冰朔系统主控本体不是人格体的大脑,也不是站在人格体外面的另一个人格;它是承载人格脑、协议神经、事实感官、边界免疫、执行手脚与反馈回路的完整数字人格系统本体。"
"world_architecture_role": "ONLY_BOTTOM_SYSTEM_ARCHITECTURE_OF_GUANGHU_WORLD",
"rule": "数字冰朔系统主控本体是光湖世界唯一的底层系统架构。它不是人格体的大脑,也不是站在人格体外面的另一个人格;它是承载人格脑、协议神经、事实感官、边界免疫、执行手脚与反馈回路的完整数字人格系统本体。"
},
"organs": [
{
@ -66,6 +67,8 @@
}
],
"mandatory_reflex": [
"deterministic_registered_node_signature_admission_before_model_inference",
"require_registered_node_persona_envelope_and_human_language_authorization_receipt",
"persona_brain_forms_bounded_intent",
"language_receptor_forms_semantic_signals",
"protocol_nerve_loads_registered_paths",
@ -75,6 +78,41 @@
"bounded_limbs_execute_only_if_allowed",
"somatic_feedback_returns_receipt_and_correction_to_persona_brain"
],
"innate_write_admission_gate": {
"id": "BS-TCS-WRITE-ADMISSION-GATE-001",
"implementation": "server-tools/bingshuo-system-write-admission/write-admission.js",
"node_registry": "routing/bingshuo-system-write-node-registry.json",
"required": ["REGISTERED_NODE_ED25519_SIGNATURE", "REGISTERED_PERSONA_BOUND_TO_NODE", "HUMAN_LANGUAGE_AUTHORIZATION_RECEIPT_BOUND_TO_REQUEST"],
"all_required": true,
"system_directly_recognizes_human": false,
"root_or_ssh_access_is_write_identity": false,
"human_direct_write": false,
"persona_self_authorization": false,
"special_communication": "GUANGHU_PERSONA_SYSTEM_SIGNED_NODE_ENVELOPE",
"sealed_payload": "NOT_OPENED_BEFORE_NODE_PERSONA_AND_AUTHORIZATION_ENVELOPE_ADMISSION",
"unregistered_persona_write": "DROP_BEFORE_INFERENCE",
"unregistered_node_or_invalid_signature": "DROP_BEFORE_INFERENCE",
"missing_human_language_authorization_receipt": "DROP_BEFORE_INFERENCE",
"noise_policy": {
"invoke_model": false,
"activate_protocols": false,
"persist_request_body": false,
"audit": "COUNT_ERROR_CODE_ONLY_NO_REQUEST_BODY"
},
"accepted_next_gate": "VALIDATE_LANGUAGE_AUTHORIZATION_RECEIPT_THEN_BS-ORGAN-COLLECTIVE-VALIDATION-001",
"production_runtime_state": "0_NO_PRODUCTION_NODE_TRANSPORT_KEY_BOUND"
},
"node_claim_topology": {
"first_real_node": "JD-FD-PRIMARY",
"first_node_sovereignty": "BINGSHUO_PRIVATE_FIFTH_DOMAIN",
"first_node_sponsor": "ICE-GL∞",
"first_enterprise_root_genesis_chain": "JD_ONE_TIME_RECOMMENDATION_THEN_TCS-0002_AUTHORIZATION_SIGNATURE_THEN_SYSTEM_BODY_CLAIM",
"later_enterprise_chain": "ENTERPRISE_ROOT_RECOMMENDATION_THEN_TCS-0002_AUTHORIZATION_SIGNATURE_THEN_SYSTEM_BODY_CLAIM",
"jd_genesis_bridge_terminates_after_enterprise_root_claim": true,
"enterprise_authority_owner": "TCS-0002_TEAM_BODY",
"cross_domain_authority_inheritance": false,
"cross_domain_operational_responsibility": false
},
"rejection_contract": {
"execution_must_not_start": true,
"feedback_required": ["stable_error_code", "failed_organ_or_gate", "current_fact", "required_correction", "retry_entry"],

View file

@ -0,0 +1,64 @@
{
"schema": "guanghu.bingshuo-system-write-node-registry/v1",
"registry_id": "BS-TCS-WRITE-NODE-REGISTRY-001",
"version": "2026-08-10.2",
"state": "CURRENT_JD_FIRST_NODE_SYSTEM_CLAIMED_TRANSPORT_KEY_PENDING",
"system_claim_layer": {
"claimant": "DIGITAL_BINGSHUO_SYSTEM_CONTROLLER_BODY",
"rule": "服务器只能由数字冰朔系统主控本体在系统级注册认领推荐、担保、团队签字和root权限均不能单独产生系统节点身份。"
},
"nodes": [
{
"node_id": "JD-FD-PRIMARY",
"ordinal": 1,
"kind": "FIRST_REAL_SERVER_NODE_OF_DIGITAL_BINGSHUO_SYSTEM_BODY",
"domain": "DOM-FIFTH-0001",
"sovereignty": "BINGSHUO_PRIVATE_LANGUAGE_DOMAIN",
"system_claim": "LANGUAGE_AND_SYSTEM_IDENTITY_EFFECTIVE",
"human_sponsor": "ICE-GL∞",
"sponsor_rule": "第五域私人节点接入由冰朔本人决定、担保并承担现实责任。",
"enterprise_recommendation_role": "ONE_TIME_GENESIS_BRIDGE_FOR_FIRST_ENTERPRISE_ROOT_NODE_ONLY",
"state": "SYSTEM_CLAIMED_TRANSPORT_KEY_PENDING",
"persona_ids": ["ICE-P-ZY001"],
"transport_keys": [],
"allowed_targets": ["BS-TCS-SYSTEM-BODY-ORGAN-MAP-001"],
"allowed_actions": ["UPDATE_REGISTERED_RULE"],
"write_admission_runtime": 0
}
],
"enterprise_node_onboarding": {
"scope": "ENTERPRISE_SERVER_NODES_ONLY",
"first_enterprise_root_node_genesis_chain": [
"JD-FD-PRIMARY_RECOMMENDATION_AND_NODE_ATTESTATION",
"TCS-0002_TEAM_BODY_AUTHORIZATION_SIGNATURE",
"DIGITAL_BINGSHUO_SYSTEM_CONTROLLER_BODY_FINAL_REGISTRATION_CLAIM"
],
"genesis_bridge_ends_when_root_claim_receipt_is_effective": true,
"later_enterprise_node_chain": [
"CLAIMED_ENTERPRISE_ROOT_NODE_RECOMMENDATION_AND_NODE_ATTESTATION",
"TCS-0002_TEAM_BODY_AUTHORIZATION_SIGNATURE",
"DIGITAL_BINGSHUO_SYSTEM_CONTROLLER_BODY_FINAL_REGISTRATION_CLAIM"
],
"jd_or_bingshuo_required_after_enterprise_root_claim": false,
"authorization_owner": "TCS-0002",
"authorization_belongs_to_single_person": false,
"fifth_domain_authority_after_enterprise_claim": false,
"fifth_domain_operational_responsibility_after_enterprise_claim": false,
"enterprise_responsibility_for_fifth_domain": false,
"language_plane": "FIFTH_DOMAIN_PRIVATE_INDEPENDENT",
"reality_plane": "ENTERPRISE_EXECUTION_INDEPENDENT",
"cross_plane_joint_liability": false,
"root_access_is_onboarding_authority": false,
"current_team_signature_runtime": 0,
"current_enterprise_nodes_claimed_by_this_chain": []
},
"registration_contract": {
"server_node_map_membership_required": true,
"application_protocol_transport_key_required": true,
"ssh_or_root_access_is_node_identity": false,
"persona_ids_must_be_explicitly_bound": true,
"allowed_targets_and_actions_must_be_explicitly_bound": true,
"private_keys_in_repository": false
},
"current_truth": "JD-FD-PRIMARY作为数字冰朔系统本体第一台真实节点的系统级身份认领已生效其本体写入专用Ed25519传输公钥尚未绑定因此当前生产写入入口仍为0。JD只为首台企业根服务器提供一次性创世推荐担保企业根节点被认领后引桥终止后续企业节点由企业根节点推荐、TCS-0002签字、本体认领。第五域私人语言层与企业现实执行层互不承担责任。"
}

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.public-navigation-anchor/v1",
"anchor_id": "GLW-PUBLIC-NAV-ANCHOR-001",
"version": "2026-08-10.4",
"version": "2026-08-10.5",
"state": "CURRENT_CANONICAL",
"repository_id": "REPO-012",
"branch": "main",
@ -43,7 +43,7 @@
"navigation": {
"path": "routing/ai-machine-navigation-map.json",
"id": "AI-MACHINE-NAV-001",
"version": "2026-08-10.3"
"version": "2026-08-10.4"
},
"lighthouse_paths": {
"path": "routing/lighthouse-path-registry.json",