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
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue