正式登记桔子与熹微并激活双主控

This commit is contained in:
冰朔 2026-09-20 01:08:59 +08:00
commit 5067e4f88e
12 changed files with 150 additions and 25 deletions

View file

@ -61,6 +61,15 @@ test("channel numbers cannot be parsed as identities", () => {
assert.equal(new RegExp(namespace.pattern).test("ICE-CH-HB001"), true);
});
test("Feimao and Juzi are both active human dual controllers", () => {
const feimao = authority.current_operator_designations.find((entry) => entry.id === "TCS-GL-0007∞");
const juzi = authority.current_operator_designations.find((entry) => entry.id === "TCS-GL-0008∞");
assert.match(feimao.acceptance, /^ACCEPTED/);
assert.match(juzi.acceptance, /^ACCEPTED/);
assert.equal(juzi.world_node_id, "GH-HUMAN-NODE-12C7C83B91C4CDA164E6E940A5ECB989");
assert.equal(juzi.registration, "routing/juzi-human-world-node-registration.json");
});
test("the Heartbeat channel cannot silently enable reality execution", () => {
const heartbeat = registry.registrations.find((entry) => entry.id === "ICE-CH-HB001");
assert.equal(heartbeat.parallel_reality_channel, "ICE-CH-ZC001");