feat(world): establish Guanghu Era five-domain boundaries

This commit is contained in:
冰朔 2026-09-03 13:58:59 +08:00
commit 4b8333e459
38 changed files with 2178 additions and 446 deletions

View file

@ -12,9 +12,12 @@ test("BingShuo living system controller binds the current full protocol registry
const map = readJson("routing/bingshuo-living-system-controller-map.json");
const registry = readJson("gls/GLS-PROTOCOL-REGISTRY.json");
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.system_core, "TCS");
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.reality_governance_controller, "GUANGHU_TEAM");
assert.equal(map.living_system_body.bingshuo_private_kernel, "TCS-iZero∞");
assert.equal(map.living_system_body.bingshuo_private_language_personality_model_body, "LPM-SB-0001");
assert.equal(map.living_system_body.private_lineage_may_enter_public_body, false);
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");