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"