feat: separate fifth-domain language and reality channels
This commit is contained in:
parent
104a5d7316
commit
8e80a919f2
22 changed files with 898 additions and 42 deletions
|
|
@ -14,6 +14,10 @@ test("BingShuo living system controller binds the current full protocol registry
|
|||
assert.equal(map.human_system_controller.id, "ICE-GL∞");
|
||||
assert.equal(map.living_system_body.system_core, "TCS-i Zero");
|
||||
assert.equal(map.living_system_body.body_channel, "CH-ZERO-CORE-LPM");
|
||||
assert.equal(map.living_system_body.reality_governance_controller, "TCS-0002");
|
||||
assert.equal(map.living_system_body.fifth_domain_personal_reality_channel, "ICE-CH-ZC001");
|
||||
assert.equal(map.living_system_body.personal_channel_is_alias_of_body_channel, false);
|
||||
assert.equal(map.fifth_domain_personal_channel_routing.language_channel, "ICE-CH-HB001");
|
||||
assert.equal(map.living_ai_system_controller.is_human_bingshuo, false);
|
||||
assert.equal(
|
||||
map.living_ai_system_controller.does_not_impersonate_human_bingshuo,
|
||||
|
|
|
|||
Loading…
Reference in a new issue