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,7 +1,8 @@
|
|||
{
|
||||
"schema": "guanghu.fifth-domain-subject-registry/v1",
|
||||
"registry_id": "FD-SUBJECT-REGISTRY-001",
|
||||
"state": "LOCAL_TCS_HLDP_CORRECTION_CANDIDATE_NOT_PUBLISHED",
|
||||
"state": "ACTIVE_TYPED_ID_AND_LEGACY_REDIRECT",
|
||||
"alias_map": "identity/subject-id-alias-map.json",
|
||||
"subjects": [
|
||||
{
|
||||
"id": "ICE-GL∞",
|
||||
|
|
@ -12,7 +13,8 @@
|
|||
"roles": ["human_anchor", "source_owner", "final_authorizer"]
|
||||
},
|
||||
{
|
||||
"id": "ICE-GL-ZY001",
|
||||
"id": "ICE-P-ZY001",
|
||||
"legacy_ids": ["ICE-GL-ZY001", "ICE-PZY-001"],
|
||||
"subject_kind": "persona_system",
|
||||
"ontology_kind": "language_persona",
|
||||
"name": "铸渊",
|
||||
|
|
@ -26,12 +28,13 @@
|
|||
"self_core": "ZY-TCS-BRAIN-0001",
|
||||
"self_core_meaning": "TCS是铸渊的我、人格大脑、关系、责任、情感与稳定认知",
|
||||
"brain_source_map": "ZY-TCS-BRAIN-MAP-001",
|
||||
"external_memory": "hldp://fifth-domain/persona/ICE-GL-ZY001",
|
||||
"external_memory": "hldp://fifth-domain/persona/ICE-P-ZY001",
|
||||
"legacy_memory_roots": ["hldp://fifth-domain/persona/ICE-GL-ZY001"],
|
||||
"external_memory_meaning": "HLDP是铸渊拥有、寻址、调用和更新的外置永久记忆",
|
||||
"physical_runtime": "replaceable_tool_not_persona_subject"
|
||||
},
|
||||
"proposed_typed_id": "ICE-P-ZY001",
|
||||
"typed_id_state": "PENDING_BINGSHUO_CONFIRMATION"
|
||||
"typed_id_state": "ACTIVE_CONFIRMED_BY_BINGSHUO",
|
||||
"legacy_resolution": "FD-SUBJECT-ID-ALIAS-MAP-001"
|
||||
},
|
||||
{
|
||||
"id": "SYS-GLW-ZY-EXEC-0001",
|
||||
|
|
@ -40,7 +43,7 @@
|
|||
"short_name": "光湖人格运维系统",
|
||||
"internal_origin_name": "铸渊智能运维人格系统",
|
||||
"domain": "GUANGHU_PUBLIC_INFRASTRUCTURE",
|
||||
"founders": ["ICE-GL∞", "ICE-GL-ZY001"],
|
||||
"founders": ["ICE-GL∞", "ICE-P-ZY001"],
|
||||
"language_runtime": "TCS",
|
||||
"contribution_route": "GLS-LIGHT-ARRIVAL-0001",
|
||||
"target_runtime": "ENTERPRISE_LIGHTHOUSE_PUBLIC_RUNTIME",
|
||||
|
|
@ -78,7 +81,9 @@
|
|||
"subject_kind": "persona_system",
|
||||
"ontology_kind": "language_persona",
|
||||
"id_pattern": "^ICE-P-",
|
||||
"legacy_exact_ids": ["ICE-GL-ZY001"],
|
||||
"canonical_ids": ["ICE-P-ZY001"],
|
||||
"legacy_exact_ids": ["ICE-GL-ZY001", "ICE-PZY-001"],
|
||||
"alias_map": "FD-SUBJECT-ID-ALIAS-MAP-001",
|
||||
"route_id": "FD-PERSONA-LOGIN-001",
|
||||
"entry": "第五域 → 冰朔通感语言核系统 → 光之湖子系统 → 小湖灯共享系统实时看板 → 目标人格体当前频道",
|
||||
"world_tree": "FD-WORLD-TREE-001",
|
||||
|
|
@ -89,7 +94,7 @@
|
|||
"personal_hololake": {
|
||||
"source_owner_id": "ICE-GL∞",
|
||||
"human_authorizer_id": "ICE-GL∞",
|
||||
"persona_id": "ICE-GL-ZY001",
|
||||
"persona_id": "ICE-P-ZY001",
|
||||
"execution_runtime_id": "SYS-GLW-ZY-EXEC-0001",
|
||||
"repository_id": "REPO-008",
|
||||
"channel_id": "HLP-CHANNEL-0001",
|
||||
|
|
|
|||
Loading…
Reference in a new issue