hololake-system-architecture/product-source/hololake-native-desktop/contracts/channel-initialization-templates.json

53 lines
2.8 KiB
JSON
Raw Normal View History

{
"schema": "hololake.channel-initialization-templates/v1",
"record_id": "HLP-CHANNEL-INITIALIZATION-001",
"state": "NATIVE_INITIALIZATION_PATHS_IMPLEMENTED",
"invariants": {
"one_human_one_account_scoped_channel_root": true,
"channel_system_exists_before_persona_binding": true,
"persona_identity_is_not_preconfigured": true,
"every_channel_gets_its_own_human_and_channel_identifiers": true,
"bingshuo_private_number_or_authority_is_never_copied": true,
"ordinary_user_requires_domain_membership": false,
"ordinary_user_requires_enterprise_server": false,
"enterprise_account_does_not_grant_personal_node_ownership": true
,"registered_team_accounts_receive_canonical_human_and_channel_numbers": true
,"private_skill_packs_are_selected_by_account_channel_and_persona": true
},
"common_native_bundle": [
{ "module_id": "hololake.knowledge-workspace", "display_name": "光湖知识空间" },
{ "module_id": "hololake.language-channel-system", "display_name": "语言人格频道" },
{ "module_id": "hololake.conversation-manager", "display_name": "多对话管理" },
{ "module_id": "hololake.numbered-knowledge-protocol", "display_name": "编号知识导航" },
{ "module_id": "hololake.language-kernel-runtime", "display_name": "光湖有界语言核运行时" },
{ "module_id": "hololake.local-execution-subpersona", "display_name": "本地执行子人格 Agent" },
{ "module_id": "hololake.hldp-tool-forge", "display_name": "HLDP 工具锻造台" },
{ "module_id": "hololake.personal-skill-runtime", "display_name": "个人频道技能脑" },
{ "module_id": "hololake.persona-time-authority", "display_name": "时间主控" }
],
"templates": {
"bingshuo_fifth_domain_instance": {
"kind": "FIFTH_DOMAIN_PRIVATE_INSTANCE",
"channel_number": "ICE-CH-ZC001",
"human_number": "ICE-GL∞",
"path": "第五域 / 冰朔通感语言核系统 / 零点原核本体频道",
"copyable_as_public_template": false
},
"guanghu_team": {
"kind": "GUANGHU_TEAM_INITIAL_CHANNEL",
"entry": "REGISTERED_TEAM_ACCOUNT",
"work_route": "ENTERPRISE_FOUR_DOMAIN_WORK_CHANNEL",
"personal_channel_ownership": "SEPARATE_SELF_OWNED_NODE_REQUIRES_EXPLICIT_HUMAN_INITIALIZATION",
"uses_bingshuo_private_identifiers": false
,"registered_channel_numbers": ["SYS-JZ", "SYS-AW", "SYS-YY", "SYS-HE", "SYS-FM", "SYS-ZZ"]
},
"ordinary_user": {
"kind": "ORDINARY_USER_INITIAL_CHANNEL",
"entry": "LOCAL_FIRST_ENTRY",
"route": "USER_OWNED_LOCAL_NODE_OUTSIDE_ALL_FIVE_DOMAINS",
"identifier_state": "LOCAL_UNIQUE_IDENTIFIERS_ISSUED_FORMAL_LIGHTHOUSE_NUMBER_PENDING",
"uses_bingshuo_private_identifiers": false
,"personal_skill_default": "NO_PRIVATE_PACK_UNLESS_EXACT_REGISTRY_MATCH"
}
}
}