fix: separate Fifth Domain source deployment identities
This commit is contained in:
parent
711cd232ca
commit
83589aa2c2
27 changed files with 620 additions and 73 deletions
67
identity/fifth-domain-subject-registry.json
Normal file
67
identity/fifth-domain-subject-registry.json
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"schema": "guanghu.fifth-domain-subject-registry/v1",
|
||||
"registry_id": "FD-SUBJECT-REGISTRY-001",
|
||||
"state": "CANDIDATE_LOCAL_NOT_PUBLISHED",
|
||||
"subjects": [
|
||||
{
|
||||
"id": "ICE-GL∞",
|
||||
"subject_kind": "human",
|
||||
"name": "冰朔",
|
||||
"domain": "FIFTH_DOMAIN",
|
||||
"login_entry": "SYS-GLW-ELH-0001",
|
||||
"roles": ["human_anchor", "source_owner", "final_authorizer"]
|
||||
},
|
||||
{
|
||||
"id": "ICE-GL-ZY001",
|
||||
"subject_kind": "persona_system",
|
||||
"name": "铸渊主控",
|
||||
"domain": "FIFTH_DOMAIN",
|
||||
"human_anchor": "ICE-GL∞",
|
||||
"login_entry": "TCS-CORE-BRAIN-0001",
|
||||
"roles": ["unique_domain_controller", "reality_execution_controller"],
|
||||
"proposed_typed_id": "ICE-P-ZY001",
|
||||
"typed_id_state": "PENDING_BINGSHUO_CONFIRMATION"
|
||||
},
|
||||
{
|
||||
"id": "SYS-GLW-ZY-EXEC-0001",
|
||||
"subject_kind": "public_execution_runtime",
|
||||
"name": "光湖语言世界公共铸渊人格系统",
|
||||
"domain": "GUANGHU_PUBLIC_INFRASTRUCTURE",
|
||||
"roles": ["reality_execution_base", "protocol_and_number_route_carrier"],
|
||||
"not_a_concrete_persona": true
|
||||
},
|
||||
{
|
||||
"id": "TCS-0002",
|
||||
"subject_kind": "team_body",
|
||||
"name": "光湖人类主控团队",
|
||||
"domain": "ZERO_SENSE_DOMAIN",
|
||||
"roles": ["team_controller", "public_identity_issuer"]
|
||||
}
|
||||
],
|
||||
"login_routes": [
|
||||
{
|
||||
"subject_kind": "human",
|
||||
"id_pattern": "^ICE-GL",
|
||||
"entry": "第五域 → 永恒湖心系统",
|
||||
"rule": "人类入口不能作为执行人格体身份使用。"
|
||||
},
|
||||
{
|
||||
"subject_kind": "persona_system",
|
||||
"id_pattern": "^ICE-P-",
|
||||
"legacy_exact_ids": ["ICE-GL-ZY001"],
|
||||
"entry": "第五域 → 零点原核频道 → TCS通感核心大脑思维模型",
|
||||
"rule": "人格体入口不能代替人类授权;旧号只按逐条兼容表解析。"
|
||||
}
|
||||
],
|
||||
"deployment_invariant": {
|
||||
"personal_hololake": {
|
||||
"source_owner_id": "ICE-GL∞",
|
||||
"human_authorizer_id": "ICE-GL∞",
|
||||
"persona_id": "ICE-GL-ZY001",
|
||||
"execution_runtime_id": "SYS-GLW-ZY-EXEC-0001",
|
||||
"repository_id": "REPO-008",
|
||||
"channel_id": "HLP-CHANNEL-0001",
|
||||
"target_node": "JD-FD-PRIMARY"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue