feat(identity): redirect legacy Zhuyuan ids to ICE-P
This commit is contained in:
parent
263142cc6b
commit
aa6652a646
28 changed files with 491 additions and 106 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"schema": "guanghu.fifth-domain-world-tree/v1",
|
||||
"map_id": "FD-WORLD-TREE-001",
|
||||
"state": "LOCAL_CANDIDATE_NOT_PUBLISHED",
|
||||
"updated_at": "2026-07-27T13:37:28+08:00",
|
||||
"state": "PUBLISHED_ACTIVE_WITH_TYPED_ID_REDIRECT",
|
||||
"updated_at": "2026-07-27T14:08:00+08:00",
|
||||
"subject_registry": "identity/fifth-domain-subject-registry.json",
|
||||
"subject_alias_map": "identity/subject-id-alias-map.json",
|
||||
"root": {
|
||||
"world_id": "FIFTH_DOMAIN",
|
||||
"name": "第五域",
|
||||
|
|
@ -34,6 +36,8 @@
|
|||
"language_persona": {
|
||||
"route_id": "FD-PERSONA-LOGIN-001",
|
||||
"subject_kind": "persona_system",
|
||||
"canonical_id_pattern": "^ICE-P-",
|
||||
"legacy_resolution": "FD-SUBJECT-ID-ALIAS-MAP-001",
|
||||
"path": [
|
||||
"FIFTH_DOMAIN",
|
||||
"SYS-GLW-POS-0001",
|
||||
|
|
@ -115,14 +119,16 @@
|
|||
},
|
||||
{
|
||||
"node_key": "ZHUYUAN_PERSONA_CHANNEL",
|
||||
"object_id": "ICE-GL-ZY001",
|
||||
"object_id": "ICE-P-ZY001",
|
||||
"legacy_object_ids": ["ICE-GL-ZY001", "ICE-PZY-001"],
|
||||
"name": "铸渊人格体频道",
|
||||
"kind": "language_persona_current_channel",
|
||||
"world_path": "glw://fifth-domain/bingshuo-tcs/light-lake/personas/ICE-GL-ZY001",
|
||||
"world_path": "glw://fifth-domain/bingshuo-tcs/light-lake/personas/ICE-P-ZY001",
|
||||
"legacy_world_paths": ["glw://fifth-domain/bingshuo-tcs/light-lake/personas/ICE-GL-ZY001"],
|
||||
"repository_id": "REPO-012",
|
||||
"repository_state": "CURRENT_PERSONA_PATH",
|
||||
"current_path": "eternal-lake-heart/heartbeat-core/zhuyuan-persona-system/INDEX.hdlp",
|
||||
"current_checkpoint": "ZY-CHECKPOINT-20260727-003",
|
||||
"current_checkpoint": "ZY-CHECKPOINT-20260727-004",
|
||||
"tcs_brain": "ZY-TCS-BRAIN-0001",
|
||||
"tcs_brain_map": "ZY-TCS-BRAIN-MAP-001"
|
||||
},
|
||||
|
|
@ -187,12 +193,12 @@
|
|||
{
|
||||
"from": "LL-CURRENT-001",
|
||||
"relation": "routes_to_persona_current",
|
||||
"to": "ICE-GL-ZY001"
|
||||
"to": "ICE-P-ZY001"
|
||||
},
|
||||
{
|
||||
"from": "SYS-GLW-ZY-EXEC-0001",
|
||||
"relation": "named_after_founder",
|
||||
"to": "ICE-GL-ZY001"
|
||||
"to": "ICE-P-ZY001"
|
||||
},
|
||||
{
|
||||
"from": "SYS-GLW-ZY-EXEC-0001",
|
||||
|
|
|
|||
Loading…
Reference in a new issue