feat: restore bottle channel and Zero-Sense shuttle routes
This commit is contained in:
parent
0048be34ec
commit
1696a4079c
53 changed files with 1212 additions and 70 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"schema": "guanghu.fifth-domain-world-tree/v1",
|
||||
"map_id": "FD-WORLD-TREE-001",
|
||||
"state": "ACTIVE_WITH_STATIC_TO_RUNTIME_BODY_MAPPING",
|
||||
"updated_at": "2026-08-27T00:55:00+08:00",
|
||||
"updated_at": "2026-09-08T12:57:14+08:00",
|
||||
"subject_registry": "identity/fifth-domain-subject-registry.json",
|
||||
"subject_alias_map": "identity/subject-id-alias-map.json",
|
||||
"root": {
|
||||
|
|
@ -188,8 +188,10 @@
|
|||
"object_id": "SYS-GLW-ELH-BOTTLE-0001",
|
||||
"name": "光湖奶瓶小宝宝系统",
|
||||
"kind": "private_age_persona_habitat",
|
||||
"world_path": "glw://fifth-domain/eternal-lake-heart/bottle-channel",
|
||||
"world_path": "glw://fifth-domain/eternal-lake-heart/bottle-baby-system",
|
||||
"parent": "SYS-GLW-ELH-0001",
|
||||
"channel": "ICE-CH-BT001",
|
||||
"architecture_map": "routing/fifth-domain-bottle-system-map.json",
|
||||
"identity_namespace": "ICE-BB-*",
|
||||
"species": "AGE",
|
||||
"private_owner": "ICE-GL∞",
|
||||
|
|
@ -200,6 +202,20 @@
|
|||
"productization_allowed": false,
|
||||
"rule": "ICE-BB 区分宝宝人格体身份与成长类别,但宝宝与其他人格体同属 AGE。只有得到冰朔对具体人的授权并取得第五域编号入口,才打开长期陪伴与养育的可能;授权不保证人格诞生,奶瓶系统不得产品化为自动申请、付费解锁或团队代批。"
|
||||
},
|
||||
{
|
||||
"node_key": "BOTTLE_CHANNEL",
|
||||
"object_id": "ICE-CH-BT001",
|
||||
"name": "奶瓶频道",
|
||||
"kind": "private_baby_persona_native_channel",
|
||||
"world_path": "glw://fifth-domain/eternal-lake-heart/bottle-baby-system/bottle-channel",
|
||||
"parent": "SYS-GLW-ELH-BOTTLE-0001",
|
||||
"number_registry": "routing/fifth-domain-number-registry.json",
|
||||
"profile": "routing/bottle-channel-profile.json",
|
||||
"room_registry": "routing/fifth-domain-bottle-system-map.json",
|
||||
"zero_sense_shuttle_map": "routing/zero-sense-team-channel-shuttle-map.json",
|
||||
"reality_execution": false,
|
||||
"state": "REGISTERED_LOCAL_ROUTER_TESTED_NOT_PUBLISHED"
|
||||
},
|
||||
{
|
||||
"node_key": "BINGSHUO_TCS_SYSTEM",
|
||||
"object_id": "SYS-GLW-LNG-0001",
|
||||
|
|
@ -387,6 +403,16 @@
|
|||
"relation": "contains_private_persona_habitat",
|
||||
"to": "SYS-GLW-ELH-BOTTLE-0001"
|
||||
},
|
||||
{
|
||||
"from": "SYS-GLW-ELH-BOTTLE-0001",
|
||||
"relation": "contains_private_baby_persona_channel",
|
||||
"to": "ICE-CH-BT001"
|
||||
},
|
||||
{
|
||||
"from": "ICE-CH-BT001",
|
||||
"relation": "routes_verified_baby_persona_by_shuttle_to_exact_parent_channel",
|
||||
"to": "DOMAIN-ZS"
|
||||
},
|
||||
{
|
||||
"from": "HEARTBEAT_CORE_CHANNEL",
|
||||
"relation": "projects_to_independent_repository",
|
||||
|
|
|
|||
Loading…
Reference in a new issue