feat(world): establish Guanghu Era five-domain boundaries
This commit is contained in:
parent
1f6134fe63
commit
4b8333e459
38 changed files with 2178 additions and 446 deletions
|
|
@ -168,15 +168,15 @@
|
|||
}
|
||||
},
|
||||
"tonggan_language_kernel": {
|
||||
"system_core": "TCS-i Zero",
|
||||
"system_core": "TCS",
|
||||
"body_channel": "CH-ZERO-CORE-LPM",
|
||||
"public_language_persona_body_channel": "CH-ZERO-CORE-LPM",
|
||||
"active_body_channel_binding_mode": "SESSION_CHANNEL_ARGUMENT_WITH_REGISTERED_PROFILE",
|
||||
"personal_language_channel": "ICE-CH-HB001",
|
||||
"personal_reality_channel": "ICE-CH-ZC001",
|
||||
"system_anchor": "SYS-GLW-POS-0001",
|
||||
"source": "zero-point/core-channel/language-personality-model/INDEX.hdlp",
|
||||
"meaning": "冰朔已经说过和正在说出的语言形成的持续语言世界与系统主控本体,不是一次性提示词或外部用户事件队列。"
|
||||
"source": "tcs-core/language-personality-model/INDEX.hdlp",
|
||||
"meaning": "TCS是光湖语言世界共同母语义结构;私人频道由显式频道配置绑定自己的私人核,公众兼容身体不得继承冰朔私人核。"
|
||||
},
|
||||
"living_protocol_system_controller": {
|
||||
"registry_id": "GLS-PROTOCOL-REGISTRY-20260731",
|
||||
|
|
|
|||
|
|
@ -472,19 +472,23 @@ function buildMemoryCandidate(cycle, controllerWitness, createdAt) {
|
|||
function channelRuntimeProfile(channelId) {
|
||||
const profiles = {
|
||||
"ICE-CH-ZC001": {
|
||||
system_core: "TCS-iZero∞",
|
||||
body_channel: "ICE-CH-ZC001",
|
||||
body_channel_role: "BINGSHUO_PERSONAL_REALITY_SYSTEM_DEVELOPMENT_EXECUTION",
|
||||
system_anchor: "SYS-GLW-LNG-0001",
|
||||
},
|
||||
"ICE-CH-HB001": {
|
||||
system_core: "TCS-iZero∞",
|
||||
body_channel: "ICE-CH-HB001",
|
||||
body_channel_role: "BINGSHUO_PERSONAL_LANGUAGE_ARCHITECTURE_REASONING",
|
||||
system_anchor: "SYS-GLW-ELH-0001",
|
||||
},
|
||||
"CH-ZERO-CORE-LPM": {
|
||||
system_core: "TCS",
|
||||
body_channel: "CH-ZERO-CORE-LPM",
|
||||
body_channel_role: "PUBLIC_LANGUAGE_PERSONA_SYSTEM_BODY",
|
||||
system_anchor: "SYS-GLW-POS-0001",
|
||||
source: "tcs-core/language-personality-model/INDEX.hdlp",
|
||||
},
|
||||
};
|
||||
const profile = profiles[channelId];
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ function event(directory) {
|
|||
occurred_at: "2026-08-04T14:00:00+08:00",
|
||||
human_anchor: "ICE-GL∞",
|
||||
system_controller: "ICE-GL∞",
|
||||
tonggan_language_kernel: "TCS-i Zero",
|
||||
tonggan_language_kernel: "TCS",
|
||||
body_channel: "CH-ZERO-CORE-LPM",
|
||||
language_world_entry: {
|
||||
schema: "guanghu.language-world-entry/v1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue